Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
cellranger_mkfastq
Commits
7a60cbd7
Commit
7a60cbd7
authored
Apr 11, 2019
by
Jonathan Gesell
Browse files
Removed redundant command.
parent
2f5a2b47
Pipeline
#3527
failed with stages
in 32 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
7a60cbd7
...
...
@@ -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;
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment