Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango authored Sep 5, 2023
1 parent 6e04932 commit 3eb80ad
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ profiles {
singularity.autoMounts = true
process {
executor = 'lsf'
// container = '/juno/work/isabl/local/hmftools/hmftools.simg'
}
}

Expand All @@ -42,21 +41,7 @@ profiles {

process {
executor = 'local'
withName:PREPARECOUNTS {
container = ''
}
withName:ALLSORTS {
container = ''
}
withName:ALLSPICE {
container = ''
}
withName:ALLCATCHR {
container = ''
}
withName:RESULTS {
container = ''
}
container = '/juno/work/isabl/local/hmftools/hmftools.simg'
}
}
}
Expand Down

0 comments on commit 3eb80ad

Please sign in to comment.