Skip to content
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 option for turning on/off STAR command line option (--sjdbGTFfile) #338

Closed
ladyjkalx opened this issue Nov 6, 2019 · 1 comment
Closed
Milestone

Comments

@ladyjkalx
Copy link

To save on compute time and cost (AWS), I am running the nf-core/rnaseq pipeline on pre-built STAR genome index files. When using pre-built indexes, re-mapping gtf annotations on the fly from the .gtf file is not necessary. The STAR pipeline has an option for turning this gtf mapping on or off: "--sjdbGTFfile "/path/to/ann.gtf". Currently the gtf option is hard-coded "on" in the nf-core/rnaseq pipeline. It would be helpful if this option could be turned on/off in user-defined configuration files.

@drpatelh drpatelh added this to the 1.5 milestone Aug 18, 2020
@drpatelh
Copy link
Member

I have added a new parameter --star_ignore_sjdbgtf to enable this behaviour @ladyjkalx. This will be in the next release which will be in DSL2 and hopefully more customisable overall for adding / removing optional parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants