Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nschcolnicov
Copy link
Contributor

@nschcolnicov nschcolnicov commented Feb 8, 2024

Fixed the issue reported here: #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

image

@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

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
    • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
    • If necessary, also make a PR on the nf-core/rnavar branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link

github-actions bot commented Feb 8, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit a42bb7e

+| ✅ 188 tests passed       |+
!| ❗   4 tests had warnings |!
Details

❗ Test warnings:

  • pipeline_todos - TODO string in README.md: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in WorkflowRnavar.groovy: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline

✅ Tests passed:

Run details

  • nf-core/tools version 2.12.1
  • Run at 2024-02-12 09:33:15

@maxulysse
Copy link
Member

@nf-core-bot fix linting pretty please

@maxulysse maxulysse merged commit dc05d53 into nf-core:dev Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants