Skip to content
Snippets Groups Projects
Unverified Commit 8d47aa31 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

nf_modules: disable scratch for psmn

parent 670315f5
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 19 deletions
...@@ -28,3 +28,5 @@ fd ".*config" src/ -x perl -0777pe "s|'|\"|mg" -i {} ...@@ -28,3 +28,5 @@ fd ".*config" src/ -x perl -0777pe "s|'|\"|mg" -i {}
# we update the psmn config to singularity # we update the psmn config to singularity
fd ".*config" src/ -x perl -0777pe 's|psmn{|psmn{\n singularity.enabled = true\n singularity.cacheDir = "$baseDir/.singularity_psmn/"\n singularity.runOptions = "--bind /Xnfs,/scratch"|mg' -i {} fd ".*config" src/ -x perl -0777pe 's|psmn{|psmn{\n singularity.enabled = true\n singularity.cacheDir = "$baseDir/.singularity_psmn/"\n singularity.runOptions = "--bind /Xnfs,/scratch"|mg' -i {}
fd ".*config" src/ -x perl -0777pe 's|beforeScript.*conda.*(\n\s*clusterOptions = "-cwd -V".*)(container .*executor = "sge")|\2\1\2|gs' -i {} fd ".*config" src/ -x perl -0777pe 's|beforeScript.*conda.*(\n\s*clusterOptions = "-cwd -V".*)(container .*executor = "sge")|\2\1\2|gs' -i {}
fd ".*config" src/nf_modules/ -x perl -0777pe 's|\s*scratch = true(\n.*clusterOptions = "-cwd -V")|\1|gs' -i {}
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: fasta_from_bed { withName: fasta_from_bed {
container = "lbmc/bedtools:2.25.0" container = "lbmc/bedtools:2.25.0"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: index_fasta { withName: index_fasta {
container = "lbmc/bowtie:1.2.2" container = "lbmc/bowtie:1.2.2"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: mapping_fastq { withName: mapping_fastq {
container = "lbmc/bowtie:1.2.2" container = "lbmc/bowtie:1.2.2"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: mapping_fastq { withName: mapping_fastq {
container = "lbmc/bowtie:1.2.2" container = "lbmc/bowtie:1.2.2"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: index_fasta { withName: index_fasta {
container = "lbmc/bowtie2:2.3.4.1" container = "lbmc/bowtie2:2.3.4.1"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: mapping_fastq { withName: mapping_fastq {
container = "lbmc/bowtie2:2.3.4.1" container = "lbmc/bowtie2:2.3.4.1"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: mapping_fastq { withName: mapping_fastq {
container = "lbmc/bowtie2:2.3.4.1" container = "lbmc/bowtie2:2.3.4.1"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: index_fasta { withName: index_fasta {
container = "lbmc/bwa:0.7.17" container = "lbmc/bwa:0.7.17"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: mapping_fastq { withName: mapping_fastq {
container = "lbmc/bwa:0.7.17" container = "lbmc/bwa:0.7.17"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.4"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.4"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.4"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.4"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -34,7 +34,6 @@ profiles { ...@@ -34,7 +34,6 @@ profiles {
process{ process{
withName: index_bam { withName: index_bam {
container = "lbmc/deeptools:3.0.2" container = "lbmc/deeptools:3.0.2"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: compute_matrix { withName: compute_matrix {
container = "lbmc/deeptools:3.0.2" container = "lbmc/deeptools:3.0.2"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: plot_profile { withName: plot_profile {
container = "lbmc/deeptools:3.0.2" container = "lbmc/deeptools:3.0.2"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: fastp_fastq { withName: fastp_fastq {
container = "lbmc/fastp:0.19.7" container = "lbmc/fastp:0.19.7"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: fastp_fastq { withName: fastp_fastq {
container = "lbmc/fastp:0.19.7" container = "lbmc/fastp:0.19.7"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
...@@ -26,7 +26,6 @@ profiles { ...@@ -26,7 +26,6 @@ profiles {
process{ process{
withName: fastqc_fastq { withName: fastqc_fastq {
container = "lbmc/fastqc:0.11.5" container = "lbmc/fastqc:0.11.5"
scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment