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
I've run into an issue where MetaCache runs as expected using the following parameters, but crashes with "Command terminated by signal 11" when the --lowest species flag is added:
Interestingly, everything works if I use -lowest subspecies which makes me think there is a sequence that somehow has an invalid species name. I'm using the recommended RefSeq DB with the NCBI taxonomy as per the MetaCache instructions. I've noticed that NCBI does sometime have genomes with invalid Taxon ID (i.e. the NCBI taxonomy has been updated, but the associated genome data has not been updated yet). Perhaps a similar issue is happening here.
Hi Donovan! I'm not sure where bad taxonomy data could cause a segfault. Invalid taxon ids should be ignored by MetaCache. Does this error happen only with abundance output?
Can you please check if the per-read output works (dropping -no-map) with default output / -taxids-only?
Hi,
I've run into an issue where MetaCache runs as expected using the following parameters, but crashes with "Command terminated by signal 11" when the
--lowest species
flag is added:Is there a set of incompatible flags I'm using or is it possible that using the -lowest flag has uncovered a bug?
Thanks,
Donovan
The text was updated successfully, but these errors were encountered: