mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 18:20:26 +08:00
Fixed variable reference error in preguidance.py
This commit is contained in:
parent
156e4ee8d0
commit
2280edaf5a
@ -37,8 +37,8 @@ def run(params):
|
|||||||
else:
|
else:
|
||||||
Logger.Warning('\tThe sequence ID ' + rec.description + ' is invalid. Please make sure that sequence IDs contain no spaces, tabs, etc. This sequence is being excluded.')
|
Logger.Warning('\tThe sequence ID ' + rec.description + ' is invalid. Please make sure that sequence IDs contain no spaces, tabs, etc. This sequence is being excluded.')
|
||||||
|
|
||||||
if params.sim_cutoff < 1:
|
|
||||||
masters = []; removed = 0; flag = 0; cycle = 0
|
masters = []; removed = 0; flag = 0; cycle = 0
|
||||||
|
if params.sim_cutoff < 1:
|
||||||
if len(recs) > 1:
|
if len(recs) > 1:
|
||||||
while flag == 0:
|
while flag == 0:
|
||||||
master_file_name = params.output + '/Output/Temp/SF_Diamond/' + og + '_' + taxon_file[:10] + '_master_' + str(cycle)
|
master_file_name = params.output + '/Output/Temp/SF_Diamond/' + og + '_' + taxon_file[:10] + '_master_' + str(cycle)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user