Skip to content
Snippets Groups Projects
Commit 6a052006 authored by Valentina Galata's avatar Valentina Galata
Browse files

updated configs for ganges dataset (issue #60)

parent d6f1b932
No related branches found
No related tags found
1 merge request!76Merge "cleanup" branch with "master" branch
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# STEPS # STEPS
# Pipeline steps to be done: ["preprocessing", "assembly", "mapping", "annotation", "analysis", "taxonomy"] # Pipeline steps to be done: ["preprocessing", "assembly", "mapping", "annotation", "analysis", "taxonomy"]
steps: ["preprocessing"] steps: ["assembly"]
############################################################ ############################################################
# INPUT # INPUT
......
...@@ -70,7 +70,7 @@ assembly_hy_operams: ...@@ -70,7 +70,7 @@ assembly_hy_operams:
# Mapping # Mapping
bwa_index_assembly: bwa_index_assembly:
time: "00-10:00:00" time: "00-02:00:00"
partition: "batch" partition: "batch"
qos: "qos-batch" qos: "qos-batch"
nodes: 1 nodes: 1
...@@ -78,32 +78,32 @@ bwa_index_assembly: ...@@ -78,32 +78,32 @@ bwa_index_assembly:
explicit: "" explicit: ""
bwa_mem_assembly_sr: bwa_mem_assembly_sr:
time: "00-10:00:00" time: "00-4:00:00"
partition: "batch" partition: "bigmem"
qos: "qos-batch" qos: "qos-bigmem"
nodes: 1 nodes: 1
n: 1 n: 1
explicit: "" explicit: ""
bwa_mem_assembly_lr: bwa_mem_assembly_lr:
time: "00-10:00:00" time: "00-4:00:00"
partition: "batch" partition: "bigmem"
qos: "qos-batch" qos: "qos-bigmem"
nodes: 1 nodes: 1
n: 1 n: 1
explicit: "" explicit: ""
bwa_mem_assembly_hy: bwa_mem_assembly_hy:
time: "00-10:00:00" time: "00-4:00:00"
partition: "batch" partition: "bigmem"
qos: "qos-batch" qos: "qos-bigmem"
nodes: 1 nodes: 1
n: 1 n: 1
explicit: "" explicit: ""
# Assembly polishing # Assembly polishing
bwa_index_assembly_polishing: bwa_index_assembly_polishing:
time: "00-10:00:00" time: "00-02:00:00"
partition: "batch" partition: "batch"
qos: "qos-batch" qos: "qos-batch"
nodes: 1 nodes: 1
...@@ -111,15 +111,15 @@ bwa_index_assembly_polishing: ...@@ -111,15 +111,15 @@ bwa_index_assembly_polishing:
explicit: "" explicit: ""
bwa_mem_assembly_polishing: bwa_mem_assembly_polishing:
time: "00-10:00:00" time: "00-8:00:00"
partition: "batch" partition: "bigmem"
qos: "qos-batch" qos: "qos-bigmem"
nodes: 1 nodes: 1
n: 1 n: 1
explicit: "" explicit: ""
polishing_lr_racon: polishing_lr_racon:
time: "00-10:00:00" time: "00-04:00:00"
partition: "bigmem" partition: "bigmem"
qos: "qos-bigmem" qos: "qos-bigmem"
nodes: 1 nodes: 1
......
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