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
......@@ -26,7 +26,6 @@ profiles {
process{
withName: split_bam {
container = "lbmc/samtools:1.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: fastq_dump {
container = "lbmc/sratoolkit:2.8.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/star:2.7.3a"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/star:2.7.3a"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/star:2.7.3a"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -34,7 +34,6 @@ profiles {
process{
withName: sort_bam {
container = "lbmc/subread:1.6.4"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: trimming {
container = "lbmc/urqt:d62c1f8"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
......
......@@ -26,7 +26,6 @@ profiles {
process{
withName: trimming {
container = "lbmc/urqt:d62c1f8"
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