-
Notifications
You must be signed in to change notification settings - Fork 44
Rename outputs #516
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
Rename outputs #516
Conversation
|
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 to start harmonizing the file names. It For us it would be good to know roughly what the file contains when all the output files are gathered in one folder. For examples the output from the mitochondria deletion process is just <sample_id>.txt
.
Line 459 in 27f0aae
- `<sample_id>.txt`: file containing deletions. |
Would be good to name it something like
<sample_id>_mitochondria_deletions.txt
or the old <sample_id>_mitodel.txt
Could even use the .tsv
ending if we want since I think it's a tab separated file if remember correctly.
docs/output.md
Outdated
- `<case_id>_nomito.vcf.gz`: normalized vcf file containing no MT variants. | ||
- `<case_id>_nomito.vcf.gz.tbi`: index of the vcf file containing no MT variants. |
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 think that it would be better to have a filename that describes what the file contains rather than what it doesn't contain. Would be great to link it to what we call the annotated files so that the connection is clear. This would then be <case_id>_snv.vcf.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.
sounds good 👍🏻
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.
Looks good!
PR checklist
This PR standardizes outputs file names so they are more readable and logical.
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile test_one_sample,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).