Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zheminzhou committed Dec 16, 2020
1 parent 60fb3db commit a919623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def init_cleanup(self, read_libraries) :
outputs = 'out=' + library_file2['SE'][0]

bb_run, bb_out = monitor_proc(
Popen('{bbduk} -Xmx{memory} threads=8 ref=adapters ktrim=r overwrite=t qout=33 k=23 mink=13 minlength=23 tbo=t entropy=0.75 entropywindow=25 mininsert=23 maxns=2 qtrim=rl trimq={read_qual} {read} {outputs}'.format( \
Popen('{bbduk} -Xmx{memory} threads=8 ordered=t ref=adapters ktrim=r overwrite=t qout=33 k=23 mink=13 minlength=23 tbo=t entropy=0.75 entropywindow=25 mininsert=23 maxns=2 qtrim=rl trimq={read_qual} {read} {outputs}'.format( \
read=reads, outputs=outputs, **parameters).split(), stdout=PIPE, stderr=PIPE, universal_newlines=True)
)
if bb_run.returncode == 0 :
Expand Down

0 comments on commit a919623

Please sign in to comment.