xiezhq / ISEScan

A python pipeline to identify IS (Insertion Sequence) elements in genome and metagenome
Apache License 2.0
79 stars 17 forks source link

Translated proteome of zero bytes #56

Open 2021JohnSheng opened 3 months ago

2021JohnSheng commented 3 months ago

Hi! I encountered an issue while running ISEScan on a Linux system installed via Conda. The command used for execution was as follows: cat file_paths.txt | xargs -n 1 -P 32 -I{} isescan.py --seqfile {} --output results --nthread 2 --removeShortIS During the execution, certain files in the provided file list trigger the following error message: No such file or Empty file results/proteome/merged_bacteria_archaea_refseq_complete.fa.split/merged_bacteria_archaea_refseq_complete.part_4656.fa.faa Despite this error, some files from the same list execute successfully without any issues. Could you please provide a solution to this problem? Thanks.