-
Notifications
You must be signed in to change notification settings - Fork 23
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
Tracing issues with racon after running mini_assemble #23
Comments
Hi @beasty1711 Can you provide the full command you are running (mini_assemble has several modes of operation), and the full log of its output? |
Hi, Thanks for getting back to me, the command is:
Where about's would I find the full log? (I'm the IT guy helping the scientist so not fully aware of the program specifics) |
A lot of information is written to stderr and stdout of the programs which mini_assemble runs. Admittedly its a little daunting to trace back through that for the uninitiated. If you (or your user) can run the program again and redirect stdout and stderr to a file, we can take a look at that. Your error would indicate that one stage of the pipeline has ended up filtering all the data, we should definitely catch that and report a more interpretable error, at the earliest opportunity. We can guess at a fix but can't guarantee that's going to resolve your particular issue. |
We are currently updating the documentation, and will add an FAQ section. We have seen this error when the third party racon program is given a sequence file in the fasta format with file extensions usually used for the fastq format (or vice versa). The programs run by mini_assemble before the racon step are not as strict in this regard. Can you ask your user to check their input has the correct file extension given its format? |
Hi, We are currently using Pomoxis to perform de novo assembly. However, we are also getting the following issue:
This is the command that we used
All our input files are in .fastq format. |
Is there any way of tracking/ tracing issues with racon thats included in Pomoxis?
I'm getting "[racon::Polisher::initialize] error: empty target sequences set!" after running mini_assemble.
The text was updated successfully, but these errors were encountered: