-
Notifications
You must be signed in to change notification settings - Fork 114
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
Added option to add a custom annotation, clarified multiQC results and fixed issues #401
Conversation
|
.github/workflows/ci.yml
Outdated
- name: Download GTF for additional annotation | ||
run: | | ||
wget https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/009/858/895/GCA_009858895.3_ASM985889v3/GCA_009858895.3_ASM985889v3_genomic.gtf.gz | ||
|
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.
If I'm not misunderstanding, you're downloading this every time in this matrix.
Can you add an if statement on the params for this step?
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.
Sure! I also added it in nanopore when it downloads the medaka model. Thanks for the suggestion!
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.
Superb work, I'm not a super fan of the name for this new params: --additional_annot
Why not --additional_annotation
, it's not that much longer.
"format": "file-path", | ||
"mimetype": "text/plain", | ||
"pattern": "^\\S+(\\.gff|\\.gtf)(\\.gz)?$", | ||
"description": "Full path to additional annotation file in GTF or GFF format.", |
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.
You could mention the optional .gz
.
I assume there's no need to decompress in such case?
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.
It is the same format as the --gff param
Should I add the .gz in the description for both? Both of them have a GUNZIP_GFF
process in the case they are compressed.
Done! ✔️ |
Included issue #390, issue #336 enhancements and issue #419
upstream
ordownstream
PR checklist
nf-core lint
).nextflow run . -profile 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).