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 {}
# 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|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 {
process{
withName: fasta_from_bed {
container = "lbmc/bedtools:2.25.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/bowtie:1.2.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/bowtie:1.2.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/bowtie:1.2.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/bowtie2:2.3.4.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/bowtie2:2.3.4.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/bowtie2:2.3.4.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/bwa:0.7.17"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/bwa:0.7.17"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: trimming {
container = "lbmc/cutadapt:2.4"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: trimming {
container = "lbmc/cutadapt:2.4"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -34,7 +34,6 @@ profiles {
process{
withName: index_bam {
container = "lbmc/deeptools:3.0.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: compute_matrix {
container = "lbmc/deeptools:3.0.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: plot_profile {
container = "lbmc/deeptools:3.0.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: fastp_fastq {
container = "lbmc/fastp:0.19.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: fastp_fastq {
container = "lbmc/fastp:0.19.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: fastqc_fastq {
container = "lbmc/fastqc:0.11.5"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
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