Skip to content
Snippets Groups Projects
Commit bdf276ec authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix syntax of process name.

parent bc57f830
No related merge requests found
Pipeline #1086 passed with stage
in 2 hours, 22 minutes, and 2 seconds
...@@ -7,7 +7,7 @@ process { ...@@ -7,7 +7,7 @@ process {
module = ['python/3.6.1-2-anaconda'] module = ['python/3.6.1-2-anaconda']
executor = 'local' executor = 'local'
} }
$trim_galore { $trimReads {
module = ['python/3.6.1-2-anaconda', 'trimgalore/0.4.1'] module = ['python/3.6.1-2-anaconda', 'trimgalore/0.4.1']
cpus = 32 cpus = 32
} }
......
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