-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add STAR aligner #142
Add STAR aligner #142
Conversation
Not sure how that snuck back in there
|
params.hisat2_index = getGenomeAttribute('hisat2') | ||
params.star_index = null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so no possible to get from igenomes, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, it's not up-to-date, and I wanted to use the latest version of STAR for benchmarking 😞
I have little motivation to hack around the current aws-igenomes quirks, I'd rather spend that time on nf-core/references 😉
include { | ||
UNTAR as UNTAR_HISAT2_INDEX | ||
UNTAR as UNTAR_STAR_INDEX | ||
} from '../modules/nf-core/untar/main' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather do 2 include statement, it reads nicer IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talk to me when someone writes a formatter 😛
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the split includes, but I'll gladly adhere to a style guide once there's a formatter that handles it for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments
Co-authored-by: maxulysse <[email protected]>
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).