Arcadia-Science / prehgt

A pipeline for lightweight screening of Eukaryotic genomes and transcriptomes for recent HGT
MIT License
12 stars 6 forks source link

Exit 1 error handling for ncbi-genome-download when exit 1 is expected (for real) #41

Closed taylorreiter closed 1 year ago

taylorreiter commented 1 year ago

ncbi genome download gives exit code1 when there are no found genomes in genbank or refseq. This causes the process to fail and to stop the pipeline from running.

This PR fixes that behavior. It:

(note i closed #40 bc i built the branch from the wrong branch)