Skip to content
Snippets Groups Projects
Commit 7a60cbd7 authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Removed redundant command.

parent 2f5a2b47
Branches
Tags
3 merge requests!12Develop,!1011 fastqcoptimize,!9Updated fastqc for better multithreading, updated module lists.
Pipeline #3527 failed with stages
in 32 minutes and 53 seconds
......@@ -63,7 +63,6 @@ process untarBCL {
name=`echo ${tar} | rev | cut -f1 -d '.' | rev`;
if [ "\${name}" == "gz" ];
then tar -xvf ${tar} -I pigz;
rm \${name};
else tar -xvf ${tar};
fi;
"""
......
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