Skip to content

Commit a6f296f

Browse files
committed
trim_galore -h cause 255 error, changed to --help
1 parent b5532cb commit a6f296f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

preprocessing/preprocess.new.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
__author__ = 'Francesco Asnicar (f.asnicar@unitn.it)'
5-
__version__ = '0.1.8'
6-
__date__ = '22 October 2018'
5+
__version__ = '0.1.9'
6+
__date__ = '25 October 2018'
77

88

99
import os
@@ -86,7 +86,7 @@ def preflight_check(dry_run=False, verbose=False):
8686
if dry_run or verbose:
8787
info('preflight_check()\n', init_new_line=True)
8888

89-
cmds = ['zcat -h', 'fna_len.py -h', 'trim_galore -h', 'bowtie2 -h',
89+
cmds = ['zcat -h', 'fna_len.py -h', 'trim_galore --help', 'bowtie2 -h',
9090
'split_and_sort.new.py -h', # 'split_and_sort.py -h',
9191
'cat_stats.py -h']
9292

0 commit comments

Comments
 (0)