Open marrip opened 1 year ago
I did some detective work 🔎 and found that the sequences from https://rest.pubmlst.org/db/pubmlst_ecoli_achtman_seqdef/loci/fumC/alleles_fasta were missing. Maybe because this file is a bit "bigger" (921 KB, the biggest file of the whole bunch). Downloading it manually with curl
did not cause an error. Maybe a retry and back-off time could solve this easily.
Hey,
I am using MLST in a pipeline and the lab wants to update the database each time we are running the pipeline on a new batch of samples. Until recently (August 2023) I could just run the
mlst-download_pub_mlst
to retrieve the newest data and use it directly. However, yesterday I encounteredERROR: Download didn't fully complete!
in the logs:The error code was
255
. The complete task took about 40 min (which is expected) but then suddenly the error is thrown. I did not figure out yet where it is thrown and why. Is there any chance to optimize the download script to throw the error as early as possible and pinpoint which query caused it. Thank you so much!