-
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
feat add drop AE #34
feat add drop AE #34
Conversation
|
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.
Looks good
modules/local/drop_config_runAE.nf
Outdated
//conda "bioconda::drop=1.3.3" | ||
//container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? | ||
// 'https://depot.galaxyproject.org/singularity/drop:1.3.3--pyhdfd78af_0' : | ||
// 'biocontainers/drop:1.3.3--pyhdfd78af_0' }" | ||
|
||
//containerOptions { | ||
// (workflow.containerEngine == 'singularity') ? | ||
// "--writable" : | ||
// "--privileged" | ||
// } |
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.
Do we need this?
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.
Not for the time being, I will remove it and if we decide to go that way later on, add it once again
Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>
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).