Path loading of taxonomy
This commit is contained in:
@ -19,13 +19,6 @@ if __name__=='__main__':
|
||||
|
||||
writer = sequenceWriterGenerator(options)
|
||||
|
||||
if not options.noPsyco:
|
||||
try:
|
||||
import psyco
|
||||
psyco.full()
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
sequenceTagger = sequenceTaggerGenerator(options)
|
||||
goodFasta = filterGenerator(options)
|
||||
|
||||
|
Reference in New Issue
Block a user