Skip to content

Commit a366038

Browse files
committed
Got rid of some duplicated legacy code.
1 parent 64a2b40 commit a366038

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

structure_threader/structure_threader.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -298,17 +298,9 @@ def main():
298298
if arg.faststructure_bin != None:
299299
wrapped_prog = "fastStructure"
300300
external = arg.faststructure_bin
301-
try:
302-
import evanno.fastChooseK as sh
303-
except ImportError:
304-
import structure_threader.evanno.fastChooseK as sh
305301
else:
306302
wrapped_prog = "structure"
307303
external = arg.structure_bin
308-
try:
309-
import evanno.structureHarvester as sh
310-
except ImportError:
311-
import structure_threader.evanno.structureHarvester as sh
312304

313305

314306
# Check the existance of several files:

0 commit comments

Comments
 (0)