Commit a2cfcac 1 parent 1a12aff commit a2cfcac Copy full SHA for a2cfcac
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,14 @@ def run(self):
126
126
'-m' , str (self .match ),
127
127
'-x' , str (self .mismatch ),
128
128
'-g' , str (self .gap ),
129
- '-t' , str (self .threads ),
130
- self .subsampled_sequences , self .overlaps , "" ])
129
+ '-t' , str (self .threads )])
131
130
if (@racon_wrapper_enable_cuda @):
132
131
if (self .cuda_banded_alignment == True ): racon_params .append ('-b' )
133
132
racon_params .extend ([
134
133
'--cudaaligner-band-width' , str (self .cudaaligner_band_width ),
135
134
'--cudaaligner-batches' , str (self .cudaaligner_batches ),
136
135
'-c' , str (self .cudapoa_batches )])
136
+ racon_params .extend ([self .subsampled_sequences , self .overlaps , "" ])
137
137
138
138
for target_sequences_part in self .split_target_sequences :
139
139
eprint ('[RaconWrapper::run] processing data with racon' )
You can’t perform that action at this time.
0 commit comments