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

Merge branch '1-parallelization' into 'master'

Added parallel decompression of BCL file using pigz

See merge request !1
parents e728fa7d 29a14c64
Branches
Tags
2 merge requests!3Develop,!1Added parallel decompression of BCL file using pigz
Pipeline #3338 failed with stage
......@@ -52,8 +52,8 @@ process untarBCL {
script:
"""
tar -xzf $tar
module load pigz/2.4
tar -xvf $tar -I pigz
"""
}
......
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