Closed rcannood closed 4 months ago
@DriesSchaumont I'm strongly considering dropping the star solo component and just adding the missing arguments to the main star_align_reads component. WDYT?
@DriesSchaumont I'm strongly considering dropping the star solo component and just adding the missing arguments to the main star_align_reads component. WDYT?
Yes, I agree... Its complicated already ^^
Done! @DriesSchaumont Care to re-review?
Description
BREAKING CHANGES
star/star_align_reads
: Change all arguments from--camelCase
to--snake_case
(PR #62).star/star_genome_generate
: Change all arguments from--camelCase
to--snake_case
(PR #62).NEW FUNCTIONALITY
star/star_align_reads
: Add star solo related arguments (PR #62).Issue ticket number
Closes #xxxx
Checklist before requesting a review
[ ] I have performed a self-review of my code
[ ] Conforms to the Contributing guidelines
[ ] Proposed changes are described in the CHANGELOG.md
[ ] I have tested my code with
viash ns test --parallel -q <name or namespace>
Check the correct box. Does this PR contain: