Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError" "not found" #38

Open
ashinandjay opened this issue Jun 24, 2020 · 0 comments
Open

KeyError" "not found" #38

ashinandjay opened this issue Jun 24, 2020 · 0 comments

Comments

@ashinandjay
Copy link

I try to run the code deepbinner bin --classes classifications --reads fastq/fastq_runid_74754dbc687adce684a7d674b20b70a89ff319aa_0_0.fastq --out_dir demultiplexed_reads

But got following error:
`Loading classifications... done
145 total classifications found

Making output directory: demultiplexed_reads/

Traceback (most recent call last):
File "/usr/local/bin/deepbinner", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/deepbinner/deepbinner.py", line 64, in main
bin_reads(args)
File "/usr/local/lib/python3.6/site-packages/deepbinner/bin.py", line 32, in bin_reads
write_read_files(args.reads, classifications, out_filenames, input_type)
File "/usr/local/lib/python3.6/site-packages/deepbinner/bin.py", line 146, in write_read_files
out_files[class_name].write(read_line_1)
KeyError: 'not found'
`

Not sure what's wrong. Any help will be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant