You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: