You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Causes the following error when running merge_midas.py snps:
Traceback (most recent call last):
File "/global/projectb/scratch/snayfach/tools/MIDAS-dev/scripts/merge_midas.py", line 441, in <module>
run_program(program, args)
File "/global/projectb/scratch/snayfach/tools/MIDAS-dev/scripts/merge_midas.py", line 431, in run_program
snps.run_pipeline(args)
File "/global/projectb/scratch/snayfach/tools/MIDAS-dev/midas/merge/snps.py", line 382, in run_pipeline
species_list = merge.select_species(args, dtype='snps')
File "/global/projectb/scratch/snayfach/tools/MIDAS-dev/midas/merge/merge.py", line 161, in select_species
species = init_species(samples, args, dtype)
File "/global/projectb/scratch/snayfach/tools/MIDAS-dev/midas/merge/merge.py", line 130, in init_species
genome_info = read_genome_info(args['db'])
File "/global/projectb/scratch/snayfach/tools/MIDAS-dev/midas/merge/merge.py", line 100, in read_genome_info
for r in csv.DictReader(open(path), delimiter='\t'):
IOError: [Errno 2] No such file or directory: '/global/projectb/scratch/snayfach/projects/dc4/midas_db/genome_info.txt'
The text was updated successfully, but these errors were encountered:
-<genome>.features no longer required input file; file built automatically by identifying genomic locations of <genome>.ffn
-replaced usearch with vsearch
-added function to write genome_info.txt file; addresses issue #60
Causes the following error when running merge_midas.py snps:
The text was updated successfully, but these errors were encountered: