-
Notifications
You must be signed in to change notification settings - Fork 723
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
Update modules required for rnaseq pipeline #449
Conversation
Command error:
Fatal INPUT FILE error, no exon lines in the GTF file: genome.gtf
Solution: check the formatting of the GTF file, it must contain some lines with exon in the 3rd column.
Make sure the GTF file is unzipped.
If exons are marked with a different word, use --sjdbGTFfeatureExon .
Apr 15 21:29:14 ...... FATAL ERROR, exiting |
Ready for review @JoseEspinosa @KevinMenden |
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.
LGTM! 👍
Bit annoying that we need three different tools now in the STAR module but what can you do 🤷
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.
Nice!
Yup, but this will save alot of failures being reported for the rnaseq pipeline and others. Those additional tools should have quite a small storage footprint too. I will compare the size of the containers and post here |
Yup, almost 4 times the size 😏 But still much smaller than some of those Java beasts! 8.9M depot.galaxyproject.org-singularity-star-2.6.1d--0.img
37M depot.galaxyproject.org-singularity-mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2-59cdd445419f14abac76b31dd0d71217994cbcc9-0.img |
Yeah that's still really small! 👍 |
Add mpileup files
Udpdating modules required for the nf-core/rnaseq pipeline
meta.yml
to get lint tests passing--genomeSAindexNbases
for smaller genomes in star/genomegenerate module