-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi I was trying to run DRISEE but ran into this error:
$ python DRISEE/drisee.py -g DRISEE/adapterDB.fna DRISEE/example_files/example_fasta results
Traceback (most recent call last):
File "DRISEE/drisee.py", line 600, in
sys.exit(main(sys.argv))
File "DRISEE/drisee.py", line 362, in main
stats = seq_stats(in_seq, opts.seq_type, opts.verbose)
File "DRISEE/drisee.py", line 111, in seq_stats
fout, ferr = run_cmd(['seq_length_stats.py', '-f', '-i', in_file, '-t', fformat])
File "DRISEE/drisee.py", line 86, in run_cmd
proc = subprocess.Popen( cmd, stdout=output, stderr=subprocess.PIPE )
File "//anaconda/lib/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "//anaconda/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Any advice would be appreciated! Thank you.