-
Notifications
You must be signed in to change notification settings - Fork 56
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
Ariba fails when using virulencefinder db #216
Comments
I'm getting (almost) exactly the same error with virulencefinder database. This doesn't seem to happen to all data, as for some isolates (read pairs) I was able to finish Ariba on virulencefinder and obtain results. The other databases seem to be working OK. Any idea what the problem is and/or how to solve it?
Cheers, |
Thanks for reporting this @Csekse and @Asutu. After a little digging I found a badly formatted FASTA file in the virulencefinder download. ariba will fix it when running |
Thanks for trying to sort things out. Unfortunately, I'm still getting the same error message as above with Ariba 2.11.2.
Here's the output of running
|
@Asutu could you try the latest release 2.12.0? |
@martinghunt It appears that the getref command in 2.12.0 release
points to the plasmidfinder data instead. |
@ys4 thank you for reporting! It's fixed in the new release 2.12.1. |
Thanks for a nice programme.
We have used Ariba With both Card and Resfinder database and it Works well.
Today I have also tested the virulencefinder db and get the following error Message (see below).
I've also run With resfinder today as well and it Works fine.
Do you have any idea what's going wrong? And if there is there anything you could do to help I would be very Grateful.
Best regards, Camilla
[E::hts_idx_push] Unsorted positions on sequence #1: 16 followed by 2
Traceback (most recent call last):
File "/work/projects/nn9305k/src/anaconda3/bin/ariba", line 298, in
args.func(args)
File "/work/projects/nn9305k/src/anaconda3/lib/python3.6/site-packages/ariba/tasks/run.py", line 65, in run
c.run()
File "/work/projects/nn9305k/src/anaconda3/lib/python3.6/site-packages/ariba/clusters.py", line 602, in run
self._run()
File "/work/projects/nn9305k/src/anaconda3/lib/python3.6/site-packages/ariba/clusters.py", line 627, in _run
self._init_and_run_clusters()
File "/work/projects/nn9305k/src/anaconda3/lib/python3.6/site-packages/ariba/clusters.py", line 424, in _init_and_run_clusters
reference_names=self.cluster_ids[cluster_name],
KeyError: ''
The text was updated successfully, but these errors were encountered: