We have moved over to slack, get your invite here (!): http://nf-core-invite.herokuapp.com and visit us https://nfcore.slack.com
nf-core-bot on api-doc
Travis build: 816 (compare)
apeltzer on dev
Markdown parsing: Fix all the e… Add new markdown rules to templ… Apparently whitespace isn't eno… and 2 more (compare)
-w ~/repo
is a great idea either. Not sure what that will do. Any reason why you can't leave that as the default? (will end up being ~/repo/work/
)
-d, -dockerize
Launch nextflow via Docker (experimental)
-d
he suggested after I tried Docker in Docker, where the bind path were wrong, https://groups.google.com/forum/#!topic/nextflow/bL9lZpvRFPE
nextflow -dockerize
OK I got it:
It's not possible to use volume mounting with the docker executor, but using the machine executor it's possible to mount local directories to your running Docker containers. You can learn more about the machine executor here on our docs page.
ref
singularity pull --name nf-core-deepvariant.simg docker://nfcore/deepvariant
Thanks for addressing,
the "problem" with building it, is that it takes cpu, so locally is not always a possibility. and if you are working on "GDPR proof " cluster you dont have that option.
of course it is easy to get around this by having an open cluster somewhere, but that means another layer for someone to set up.