Fixed the issue reported here: https://github.com/nf-core/rnavar/issues/121
It was a simple fix, the conditional statement wasn't working because it was missing a "/" to match the one defined in the nextflow.config, so the snpEff cache data dir wasn't being built properly.
To test it I ran the command: nextflow run ../../main.nf -profile test,docker --annotate_tools snpeff --outdir . -resume --download_cache
@maxulysse There are two more issues that I spotted that the publishDir for snpEff and VEP contain a null value, I will create an issue for this address it on a separate PR
PR checklist
[x] This comment contains a description of changes (with reason).
[x] If you've fixed a bug or added code that should be tested, add tests!
[x] If you've added a new tool - have you followed the pipeline conventions in the contribution docs
[x] If necessary, also make a PR on the nf-core/rnavar branch on the nf-core/test-datasets repository.
[x] Make sure your code lints (nf-core lint).
[x] Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
[x] Usage Documentation in docs/usage.md is updated.
[x] Output Documentation in docs/output.md is updated.
[x] CHANGELOG.md is updated.
[x] README.md is updated (including new tool citations and authors/contributors).
Fixed the issue reported here: https://github.com/nf-core/rnavar/issues/121 It was a simple fix, the conditional statement wasn't working because it was missing a "/" to match the one defined in the nextflow.config, so the snpEff cache data dir wasn't being built properly.
To test it I ran the command: nextflow run ../../main.nf -profile test,docker --annotate_tools snpeff --outdir . -resume --download_cache
@maxulysse There are two more issues that I spotted that the publishDir for snpEff and VEP contain a null value, I will create an issue for this address it on a separate PR
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).