Skip to content

Commit

Permalink
Add star_align_reads component (#22)
Browse files Browse the repository at this point in the history
* add star align component

* refactor script

* refactor variables and script

* ensure zcat and bzcat are also installed

* change utf8 into ascii

* clean up quotes

* fix renamed argument

* better utf8 to ascii conversion

* update format to viash 0.9

* add star version to docker

* add TODOs

* add newline

* wip check contents of star output

* remove test data

* rename component

* remove todo

* remove starsolo params

* Apply suggestions from code review

Co-authored-by: Dries Schaumont <[email protected]>

* add missing slash

---------

Co-authored-by: Dries Schaumont <[email protected]>
  • Loading branch information
rcannood and DriesSchaumont authored Feb 27, 2024
1 parent b3be000 commit 8acef30
Show file tree
Hide file tree
Showing 7 changed files with 2,603 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

* `lofreq/indelqual`: Insert indel qualities into BAM file (PR #17).

* `star/star_align_reads`: Align reads to a reference genome (PR #22).

## MAJOR CHANGES

## MINOR CHANGES
Expand Down
Loading

0 comments on commit 8acef30

Please sign in to comment.