-
Notifications
You must be signed in to change notification settings - Fork 19
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
XML file is empty #21
Comments
Hi, |
Dear Biologger, I am having a similar issue. My container has 7GB memory. And the blastdb was downloaded successfully. Was there a useful fix for Rabindra? Thanks for the help. Alina |
Hi Alina, 7 GB of memory is maybe a bit low depending on the number of core genes and the blastdb. For troubleshooting you could check if it works if you use the --blastseqs option and try with 500 and then 100 sequences. To double check if the blastdb is actually working correctly use the blastdbcheck command. If you want to do this inside the container you can use this command (see here for more info)
and then the following command using the name of the blastdb you have downloaded: I hope this helps, otherwise please let me know. |
Thank you for your swift response, Biologger :) I will troubleshoot and report on the progress! |
Hi,
I am having the following issue. Any help will be appreciated.
A problem with the BLAST results file /primerdesign/Lactobacillus_curvatus/Pangenome/results/primer/primerblast/primer_0_results.xml was detected. Please check if the file was removed and start the run again
removed /primerdesign/Lactobacillus_curvatus/Pangenome/results/primer/primerblast/primer_0_results.xml
fatal error while working on Lactobacillus_curvatus check logfile /primerdesign/speciesprimer_2023_04_03.log
Your XML file was empty
Traceback (most recent call last):
File "/pipeline/speciesprimer.py", line 4168, in main
run_pipeline_for_target(target, config)
File "/pipeline/speciesprimer.py", line 4082, in run_pipeline_for_target
config, primer_dict).run_primer_qc()
File "/pipeline/speciesprimer.py", line 3537, in run_primer_qc
self.call_blastparser.run_blastparser("primer")
File "/pipeline/speciesprimer.py", line 2588, in run_blastparser
align_dict = self.blast_parser(self.primerblast_dir)
File "/pipeline/speciesprimer.py", line 2518, in blast_parser
align_dict = self.bp_parse_xml_files(blast_dir)
File "/pipeline/speciesprimer.py", line 2485, in bp_parse_xml_files
blastrecords = self.parse_BLASTfile(filename)
File "/pipeline/speciesprimer.py", line 2155, in parse_BLASTfile
record_list = list(blast_records)
File "/usr/local/lib/python3.5/dist-packages/Bio/Blast/NCBIXML.py", line 798, in parse
raise ValueError("Your XML file was empty")
ValueError: Your XML file was empty
Error report:
for target Lactobacillus_curvatus
Error 1:
A problem with the BLAST results file /primerdesign/Lactobacillus_curvatus/Pangenome/results/primer/primerblast/primer_0_results.xml was detected. Please check if the file was removed and start the run again
for target Lactobacillus_curvatus
Error 2:
fatal error while working on Lactobacillus_curvatus check logfile /primerdesign/speciesprimer_2023_04_03.log
Thanks,
Rabindra
The text was updated successfully, but these errors were encountered: