Skip to content
Snippets Groups Projects
Commit ca3ea150 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Remove redundant process name in process tag

parent 2c45dc5e
Branches
Tags
3 merge requests!53Develop,!35Develop,!34Resolve "Change process selector"
Pipeline #3373 passed with stages
in 21 minutes and 49 seconds
......@@ -105,7 +105,7 @@ chemistryParam302 = chemistryParam
process count211 {
queue '128GB,256GB,256GBv1,384GB'
tag "count211-$sample"
tag "$sample"
publishDir "$outDir/${task.process}", mode: 'copy'
......@@ -143,7 +143,7 @@ process count211 {
process count301 {
queue '128GB,256GB,256GBv1,384GB'
tag "count301-$sample"
tag "$sample"
publishDir "$outDir/${task.process}", mode: 'copy'
......@@ -182,7 +182,7 @@ process count301 {
process count302 {
queue '128GB,256GB,256GBv1,384GB'
tag "count302-$sample"
tag "$sample"
publishDir "$outDir/${task.process}", mode: 'copy'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment