-
Notifications
You must be signed in to change notification settings - Fork 35
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 update nf-core tools v2.8 #256
Conversation
PR for release 2.4.0
Release 3.0
…erging-template-updates
|
|
||
## Credits | ||
|
||
nf-core/airrflow was written by [Gisela Gabenet](https://github.com/ggabernet), [Susanna Marquez](https://github.com/ssnn-airr), [Alexander Peltzer](@apeltzer) and [Simon Heumos](@subwaystation). | ||
nf-core/airrflow was written by [Gisela Gabernet](https://github.com/ggabernet), [Susanna Marquez](https://github.com/ssnn-airr), [Alexander Peltzer](@apeltzer) and [Simon Heumos](@subwaystation). |
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.
🙈
nextflow.config
Outdated
charliecloud.enabled = false | ||
docker.runOptions = '-u $(id -u):$(id -g)' | ||
docker.enabled = true | ||
// docker.registry = 'quay.io' |
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.
Is it still not working with the merged modules? :(
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.
This will start to break as new modules come out. Better to update the existing modules. The basic gist is you need to update the container to the full URI:
container "ubuntu:20.04"
to
container "docker.io/library/ubuntu:20.04
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.
ah ok got it just fixed that. So when "quay.io/" is present that does not break things. I was wondering this because none of the modules were yet updated in this respect, but it works like that
@@ -0,0 +1,440 @@ | |||
/* |
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.
Is it right, that the whole file is new? You didn't have an igenomes file before?
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.
no, because it does not use igenomes but pull specific reference data for BCR / TCR
Template update nf-core tools v2.8
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).