Skip to content
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

mv: cannot stat #61

Closed
nick-youngblut opened this issue Dec 28, 2020 · 1 comment
Closed

mv: cannot stat #61

nick-youngblut opened this issue Dec 28, 2020 · 1 comment

Comments

@nick-youngblut
Copy link

If using a compressed (gzip'ed) input fasta with DAS_tool v1.1.2, the following error occurs:

Running DAS Tool using 12 threads.
predicting genes using Prodigal V2.6.3: February, 2016
identifying single copy genes using diamond version 2.0.5
mv: cannot stat 'tests/output_amy_n8_graphbin/bin_refine/7_T6/DAS_Tool/bins_proteins.faa.scg': No such file or directory
mv: cannot stat 'tests/output_amy_n8_graphbin/bin_refine/7_T6/DAS_Tool/bins_proteins.faa.scg': No such file or directory
rm: cannot remove 'tests/output_amy_n8_graphbin/bin_refine/7_T6/DAS_Tool/bins_proteins.faa.findSCG.b6': No such file or directory
rm: cannot remove 'tests/output_amy_n8_graphbin/bin_refine/7_T6/DAS_Tool/bins_proteins.faa.scg.candidates.faa': No such file or directory
rm: cannot remove 'tests/output_amy_n8_graphbin/bin_refine/7_T6/DAS_Tool/bins_proteins.faa.all.b6': No such file or directory
single copy gene prediction using diamond failed. Aborting

If I uncompress the fasta first, then das_tool completes successfully. If das_tool cannot use gzip'ed files as input, then it would help to have a better error than the mv: cannot stat errors shown above.

@nick-youngblut
Copy link
Author

It appears that the mv error is due to no diamond hits:

Reference = /ebio/abt3_projects/my_project/data/all_prot.dmnd
Sequences = 198238
Letters = 62668793
Block size = 2000000000
Opening the input file...  [0s]
Error: Error detecting input file format. First line seems to be blank.
verifying blast did not work
mv: cannot stat [...]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants