-
Notifications
You must be signed in to change notification settings - Fork 719
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 step to filter gtf for only chromosomes that exist in the fasta file #274
Conversation
The
|
Retriggered the tests after merging in the GFF one - we'll see soon if things work fine 👍 |
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.
Some questions / points :-)
Yay passing finally! |
Still something broken 👎 |
Aaah sorry about that. Will fix. |
Okay ready when you are! |
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.
Looking good to me 👍
This keeps gffread from complaining, and allows one to use the new
dev
pipeline with iGenomes files that may have extra features in the GTF.Address #272
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updated