ncbi / pgap

NCBI Prokaryotic Genome Annotation Pipeline
Other
301 stars 89 forks source link

TaxCheck and last release #250

Closed tbazilegith closed 1 year ago

tbazilegith commented 1 year ago

Hi Azat, Does the last release (2022-12-13) of pgap support the flag --taxcheck-only ?

I ran this command (in python) for sample_id in pgdirlist: subprocess.run('${PGAP_INPUT_DIR}pgap.py -n --no-internet --ignore-all-errors --container-path ${PGAP_INPUT_DIR}pgap_20-22-12-13.build6494.sif --taxcheck-only -o ' + sample_id+'_taxCheck '+ pg_dir +'/'+ sampleid+'/input'+ sample_id + '.yaml --docker singularity', shell = True, check = True)

I encountered this error Exception: installation of some or all of components failed. Please remove /pgap//input-2022-12-13.build6494, pgap//test_genomes, /pgap//test_genomes-2022-12-13.build6494 directories and try again.

Thanks, TJ

tbazilegith commented 1 year ago

I noticed that issue was addressed through issue #183 Thanks!

azat-badretdin commented 1 year ago

Thank you for your report, Tassy! Many apologies for not replying earlier.

Please let us know if this fixes your problem now