-
Notifications
You must be signed in to change notification settings - Fork 142
Snapshot for -profile test_single_end
#908
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
base: dev
Are you sure you want to change the base?
Conversation
-profile test_single_end
This comment was marked as resolved.
This comment was marked as resolved.
jfy133
left a comment
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.
Overall LGTM,
As a general thing, I suggest wrapping all asserts in snapshot even if it's just a boolean (you can also store these in a string even for more human readability, see nf-core/createtaxdb as an example -inspired by @maxulysse )
If that particular check fails and is not in a snapshot, it can be really annoying to debug.
I have 3 minor things that may have been missed, but otherwise this is looking very comprehensive, great work @dialvarezs !
| @@ -1,6 +1,12 @@ | |||
| .DS_Store | |||
| Ancient_DNA/pydamage/analyze/*/*.csv | |||
| Ancient_DNA/variant_calling/*/*.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.
No string check for these? Or you could use https://github.com/seppinho/nft-vcf
| .DS_Store | ||
| Ancient_DNA/pydamage/analyze/*/*.csv | ||
| Ancient_DNA/variant_calling/*/*.vcf.gz | ||
| Annotation/Prokka/**/*.{log,err,gbk,sqn} |
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.
No addition checks for gbk/sqn? These are common downstream files, so might be good to validate somehow
| QC_shortreads/fastqc/*_fastqc.{html,zip} | ||
| QC_shortreads/remove_phix/*.log | ||
| Taxonomy/CAT/**/*.log | ||
| VirusIdentification/geNomad/**/*_aggregated_classification.tsv |
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.
Can be removed, as you do actually check this explicitly in genomad_results
Closes #902.
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).