-
Notifications
You must be signed in to change notification settings - Fork 418
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
Add singularity.autoMounts = true
to config or put autoMounts = true
in scope
#48
Labels
bug
Something isn't working
Comments
maxulysse
added a commit
that referenced
this issue
Oct 22, 2019
maxulysse
added a commit
to maxulysse/nf-core_sarek
that referenced
this issue
May 15, 2020
fix script name in docs fix markdownlint fix autoMounts in singularity profile, closes nf-core#48 build 2.5.1 version of annotation containers update CHANGELOG Typo Update .github/workflows/branch.yml Update .github/workflows/branch.yml Update README.md
maxulysse
pushed a commit
to maxulysse/nf-core_sarek
that referenced
this issue
May 18, 2020
nf-core bump-version . 2.5.1 fix script name in docs fix markdownlint fix autoMounts in singularity profile, closes nf-core#48 add patch to branch protection use correct tag for containers close nf-core#49 update CHANGELOG Try to fix branch protection Update README.md reducing CPU usage for Mpileup cleanup with meld some docs additions Update docs/downstream.md Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se> Update docs/downstream.md Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se> added extra space Update docs/downstream.md Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se> Update docs/downstream.md Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se> Update docs/downstream.md Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se> Update docs/downstream.md Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se> Update docs/downstream.md Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se> Update docs/downstream.md Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se> First time CF is working with extra pileups First working version Removing nf-core#51 and moving downstream to szilvajuhos/btb-scripts Fixing some null parameters and C&P typos yet an other version that somehow worked remove --normal_pileup and --tumor_pileup params update freebayes germline command update changelog fix --save_bam_mapped + small typos update CHANGELOG add step controlfreec use nf-core header update config cleanup add mappability files to igenomes better name for tsv file fix output directory enable usage of - in names of tools or steps better default for coefficientofvariation improve help update and reorder params reorder and update params update and reorder params update docs fix prepare_recalibration step update CHANGELOG Apply suggestions from code review
maxulysse
added a commit
to maxulysse/nf-core_sarek
that referenced
this issue
May 18, 2020
fix script name in docs fix markdownlint fix autoMounts in singularity profile, closes nf-core#48 build 2.5.1 version of annotation containers update CHANGELOG Typo Update .github/workflows/branch.yml Update .github/workflows/branch.yml Update README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
after my
sarek
runs aborted due to what looked like an issue withsingularity
autoMounts, I figured this line innextflow.config
sarek/nextflow.config
Line 118 in 508735e
should either be
singularity.autoMounts = true
or put in a scope.Hope this helps.
Federico
The text was updated successfully, but these errors were encountered: