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 been running SingleM on a set of SRA files. For most of them this is fast and takes < 10 minutes. Some SRAs, it seemingly runs forever and gets stuck. This is one example of such a file: ERR2205747. Using top, I find that the system does use CPU so I think it is doing something?
I run SingleM using the following command (only looking for a specific protein)
Thanks for the report. I'm wondering whether there is something fishy about that sample as stored in the SRA. When you say the system uses CPU, is it singlem or kingfisher that is using the CPU?
A likely workaround for this is to download the data from ENA rather than SRA (you could use kingfisher directly for this) - the fastq format may help.
That specific sample is missing from the sandpiper database too, even though it seems like it should be (published 2017, metagenomic), but I don't have logs about what went awry still.
Hi there,
I've been running SingleM on a set of SRA files. For most of them this is fast and takes < 10 minutes. Some SRAs, it seemingly runs forever and gets stuck. This is one example of such a file: ERR2205747. Using top, I find that the system does use CPU so I think it is doing something?
I run SingleM using the following command (only looking for a specific protein)
singlem pipe --sra-files sra/ERR2205747 --otu-table ERR2205747.csv
--singlem-packages path/to/payloaddirectory/S3.40.ribosomal_protein_L11_rplK.spkg
--no-assign-taxonomy --threads 8
The text was updated successfully, but these errors were encountered: