-
Notifications
You must be signed in to change notification settings - Fork 3
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
Template and module updating #58
Conversation
* TEMPLATE: Template update for nf-core/tools version 2.8 add pipeline template file # Conflicts: # .github/workflows/sanger_test.yml # .github/workflows/sanger_test_full.yml # .nf-core.yml # CHANGELOG.md # CITATIONS.md # LICENSE # README.md # assets/email_template.html # bin/check_samplesheet.py # docs/output.md # docs/usage.md # lib/WorkflowMain.groovy # modules.json # nextflow.config # pipeline_template.yml # workflows/variantcalling.nf
nf-core modules update deepvariant nf-core modules update custom/dumpsoftwareversions nf-core modules update cat/cat nf-core modules update bcftools/concat nf-core lint --fix files_unchanged ( nf-core 2.8)
This PR is against the
|
|
@sanger-tolsoft fix linting |
@nf-core-bot fix linting |
@nf-core-bot fix linting |
@nf-core-bot fix linting |
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.
One minor change. Otherwise all good. 👍
tower.yml
Outdated
@@ -0,0 +1,3 @@ | |||
reports: | |||
samplesheet.csv: | |||
display: "Auto-created samplesheet with collated metadata and FASTQ paths" |
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.
Update display
text.
The singularity tests are failing for deepvariant. This is not the case in modules repo, so it is some specific to our pipeline.
|
Manually pulling the image works with 6G memory not with 4G memory: |
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.
All tests working. Yay 💃🏼
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).