Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
5e657c66
Commit
5e657c66
authored
Dec 09, 2013
by
Penom Nom
Browse files
Fix gzip bug.
parent
576832fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/components/filterbybam.py
View file @
5e657c66
...
...
@@ -58,7 +58,7 @@ def filter(reads_file, id_list_file, output_file):
# Compress file
if
output_file
.
endswith
(
".gz"
):
os
.
system
(
"gzip"
+
output_file
[:
-
3
])
os
.
system
(
"gzip
"
+
output_file
[:
-
3
])
class
FilterByBam
(
Component
):
...
...
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