Skip to content

Commit

Permalink
fix remove commented part
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia.pena.perez@scilifelab.se committed Aug 7, 2023
1 parent bdecbe8 commit e2df270
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions modules/local/drop_config_runAE.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ process DROP_CONFIG_RUN_AE {
tag "DROP_CONFIG_RUN_AE"
label 'process_high'

//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"
// }

// Exit if running this module with -profile conda / -profile mamba
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
exit 1, "Local DROP module does not support Conda. Please use Docker / Singularity / Podman instead."
Expand Down

0 comments on commit e2df270

Please sign in to comment.