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

Inquiry on error #191

Open
songmj86 opened this issue Nov 27, 2024 · 0 comments
Open

Inquiry on error #191

songmj86 opened this issue Nov 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@songmj86
Copy link

Report

Hi. I installed the dbcan via conda and encounted the issue "File not found: [Errno 2] No such file or directory: '/$Out/hmmer.out'". Do you have any idea how to resolve this issue? Thanks

Install

conda create -y -n dbcan python=3.8 ;
conda activate dbcan ;
conda install -y -n dbcan dbcan

DB construction

conda activate dbcan ; dbcan_build -h ;
Out="Path" ; mkdir -p $Out ;
dbcan_build --db-dir $Out --clean

Run (Input is protein faa file)

conda activate dbcan ;
DB="Path1" ;
In="Path2" ;
Out="Path3" ;
run_dbcan --db_dir $DB --dia_cpu 100 --hmm_cpu 100 --dbcan_thread 100 --tf_cpu 100 --stp_cpu 100 --out_dir $Out $In protein
conda deactivate ;

Result

1. DIAMOND start**********************

1. DIAMOND end************************

2. HMMER start**********************

2. HMMER end************************

3. dbCAN_sub start************************

total time: 202.39654803276062

3. dbCAN_sub end************************

File not found: [Errno 2] No such file or directory: '/$Out/hmmer.out'
Preparing overview table from hmmer, dbCAN_sub and diamond output...
Overview table complete. Saved as /$Out/overview.txt

Attachment is the computed results

Result.zip

Version information

No response

@songmj86 songmj86 added the bug Something isn't working label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant