-
Notifications
You must be signed in to change notification settings - Fork 498
Release 3.4.2 #1484
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
Release 3.4.2 #1484
Conversation
3.5.0dev - back to dev
feat(nf-prov): pin nf-prov to 1.2.2
Improve cloud testing matrix strategy
|
Add new citation
Fixing call to GATK4_HAPLOTYPECALLER
feat(release): prepare release 3.4.2
fix(tests): remove md5sum for all mosdepth tests + update dependency for these tests
fix: remove string none option from params.ascat_genome
|
|
||
| - name: Fail to locate VEP cache | ||
| command: nextflow run main.nf -profile test_cache,annotation --vep_cache s3://annotation-cache/vep_cache/ --vep_cache_version 1 --tools vep --input false --build_only_index --outdir results | ||
| command: nextflow run main.nf -profile test,annotation --vep_cache s3://annotation-cache/vep_cache/ --vep_cache_version 1 --tools vep --input false --build_only_index --outdir results |
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.
So sometimes the argument following --input is interpreted as a path and at other times as a boolean? I don't find that so nice, but I guess it doesn't matter.
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'd say input is always interpreted as a path, but using false is a way to just unset the value and override the default value in the test profile.
I agree with you, not ideal
SPPearce
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.
Looks good to me.
Adding an important comtributor
add another contributor
Adding Simon and Ken
Update CITATIONS.md with fgbio
fix(TYPO): index_alignement should be index_alignment
Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
PR checklist
nf-core lint).nf-test test tests/ --verbose --profile +docker).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).