bacpop / unitig-caller

Methods to determine sequence element (unitig) presence/absence
Apache License 2.0
18 stars 3 forks source link

Running into error when running simple mode #18

Closed sapoudel closed 1 year ago

sapoudel commented 1 year ago

I am trying to use the simple mode to create a prediction output but running into this error.

$ unitig-caller --simple --refs inputfa_297.txt --unitigs queries.txt --out calls --threads 20
Constructing indexes for all input sequences...
Traceback (most recent call last):
  File "/home/spo/anaconda3/envs/kmerml/bin/unitig-caller", line 11, in <module>
    sys.exit(main())
  File "/home/spo/anaconda3/envs/kmerml/lib/python3.10/site-packages/unitig_caller/__main__.py", line 175, in main
    unitig_query.call(fasta_in,
RuntimeError: Failed to write 8 bytes to output stream! Wrote 0

My unitig-caller version in unitig-caller 1.2.1

johnlees commented 1 year ago

Not sure what this might be, sorry. Things to try:

sapoudel commented 1 year ago

Thanks! All the other modes are working so I was able to finish up my analysis. I will leave it up to you to decide whether you want to close the issue.