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

remove copying for psmn config

parent 343b5dd4
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 40 deletions
......@@ -26,8 +26,6 @@ profiles {
process{
withName: fastqc_fastq {
container = "lbmc/fastqc:0.11.5"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/hisat2:2.1.0"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
memory = "20GB"
......
......@@ -34,8 +34,6 @@ profiles {
process{
withName: sort_bam {
container = "lbmc/htseq:0.11.2"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/kallisto:0.44.0"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/kallisto:0.44.0"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/kallisto:0.44.0"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: peak_calling {
container = "lbmc/macs2:2.1.2"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -35,8 +35,6 @@ profiles {
process{
withName: fastqc_fastq {
container = "lbmc/multiqc:1.7"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -34,8 +34,6 @@ profiles {
process{
withName: fastqc_fastq {
container = "lbmc/multiqc:1.7"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -42,8 +42,6 @@ profiles {
process{
withName: compute_mappability {
container = "lbmc/music:6613c53"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: index_fasta {
container = "lbmc/rsem:1.3.0"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/rsem:1.3.0"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: mapping_fastq {
container = "lbmc/rsem:1.3.0"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: index_bam {
container = "lbmc/sambamba:0.6.9"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: sort_bam {
container = "lbmc/sambamba:0.6.9"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 4
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: split_bam {
container = "lbmc/sambamba:0.6.9"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: dedup_sam {
container = "lbmc/sambamba:0.6.7"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: filter_bam {
container = "lbmc/samtools:1.7"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: index_bam {
container = "lbmc/samtools:1.7"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......
......@@ -26,8 +26,6 @@ profiles {
process{
withName: sort_bam {
container = "lbmc/samtools:1.7"
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 32
......
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