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 0 additions and 20 deletions
......@@ -26,7 +26,6 @@ profiles {
process{
withName: fastqc_fastq {
container = "lbmc/fastqc:0.11.5"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/hisat2:2.1.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -34,7 +34,6 @@ profiles {
process{
withName: sort_bam {
container = "lbmc/htseq:0.11.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/kallisto:0.44.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/kallisto:0.44.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/kallisto:0.44.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: peak_calling {
container = "lbmc/macs2:2.1.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -35,7 +35,6 @@ profiles {
process{
withName: fastqc_fastq {
container = "lbmc/multiqc:1.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -34,7 +34,6 @@ profiles {
process{
withName: fastqc_fastq {
container = "lbmc/multiqc:1.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -42,7 +42,6 @@ profiles {
process{
withName: compute_mappability {
container = "lbmc/music:6613c53"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/rsem:1.3.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/rsem:1.3.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/rsem:1.3.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_bam {
container = "lbmc/sambamba:0.6.9"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: sort_bam {
container = "lbmc/sambamba:0.6.9"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: split_bam {
container = "lbmc/sambamba:0.6.9"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: dedup_sam {
container = "lbmc/sambamba:0.6.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: filter_bam {
container = "lbmc/samtools:1.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_bam {
container = "lbmc/samtools:1.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: sort_bam {
container = "lbmc/samtools:1.7"
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