billzt / MiFish

This is the command line version of MiFish pipeline. It can also be used with any other eDNA meta-barcoding primers
https://mitofish.aori.u-tokyo.ac.jp/mifish/
GNU General Public License v3.0
13 stars 3 forks source link

Issue with crabs db_download with mitofish #5

Closed wxy23116 closed 9 months ago

wxy23116 commented 1 year ago

I am trying to download the mitofish database using the crabs conda installation (as far as I know Docker does not play well on the NeSI infrastructure). We are getting the following error: crabs db_download --source mitofish --output mitofish.fasta --keep_original yes

downloading sequences from the MitoFish database Traceback (most recent call last): File "/nesi/nobackup/uoo03004/alana_crabs/crabs/crabs_env/bin/crabs", line 1372, in main() File "/nesi/nobackup/uoo03004/alana_crabs/crabs/crabs_env/bin/crabs", line 1369, in main args.func(args) File "/nesi/nobackup/uoo03004/alana_crabs/crabs/crabs_env/bin/crabs", line 96, in db_download dl_file = mitofish_download(url) File "/nesi/nobackup/uoo03004/alana_crabs/crabs/crabs_env/lib/python3.6/site-packages/function/module_db_download.py", line 139, in mitofish_download os.remove('complete_partial_mitogenomes.zip') FileNotFoundError: [Errno 2] No such file or directory: 'complete_partial_mitogenomes.zip'

billzt commented 11 months ago

Sorry for my late reply, but which version of crabs do you use? The conda version seems to be v0.1.1, too old to execute. Please try install from the GitHub, which includes many fixes

wxy23116 commented 11 months ago

Thanks for the reply, I will try again.

wangxiaoyang22919

@. | ---- Replied Message ---- | From | @.> | | Date | 8/8/2023 18:50 | | To | @.> | | Cc | @.> , @.***> | | Subject | Re: [billzt/MiFish] Issue with crabs db_download with mitofish (Issue #5) |

Sorry for my late reply, but which version of crabs do you use? The conda version seems to be v0.1.1, too old to execute. Please try install from the GitHub, which includes many fixes

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

cement-head commented 9 months ago

The GitHub version works without issues.

billzt commented 9 months ago

@cement-head Thank you for your feedback!