-
Notifications
You must be signed in to change notification settings - Fork 39
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
cgc predict fail #177
Comments
Hi, you're using fungi genomes which can't be supported with CGC-prediction right now. We're developing a special version for the fungi genomes. For now, only prok genomes could do the CGC prediction. |
Hello Professor,
I would like to ask how I can incorporate my "position.xls" file as a basis for CGC prediction?
#!/bin/bash
#SBATCH -J cazy
#SBATCH -p batch
#SBATCH -N 1
#SBATCH --ntasks-per-node=32
#SBATCH #--cpus-per-task=32
/public/home/z/miniconda/envs/run_dbcan/lib/python3.8/site-packages/dbcan_cli/run_dbcan.py run_dbcan /public/home/z/CazyDB/Data/testdata/EscheriaColiK12MG1655.faa protein -c /public/home/z/CazyDB/Data/testdata/EscheriaColiK12MG1655.gff --dia_cpu 32 --hmm_cpu 32 --tf_cpu 32 --stp_cpu 32 --out_pre test --out_dir test0927 --use_signalP=TRUE -sp /public/home/z/CazyDB/signalDB/signalp-4.1/signalp -g all --db_dir /public/home/z/CazyDB/db --cgc_substrate
…------------------ 原始邮件 ------------------
发件人: "linnabrown/run_dbcan" ***@***.***>;
发送时间: 2024年9月20日(星期五) 上午9:15
***@***.***>;
***@***.******@***.***>;
主题: Re: [linnabrown/run_dbcan] cgc predict fail (Issue #177)
Hi, you're using fungi genomes which can't be supported with CGC-prediction right now. We're developing a special version for the fungi genomes. For now, only prok genomes could do the CGC prediction.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, sorry but we can not support the CGC prediction for the fungi genome right now. Besides, I didn't find your xls files. |
@report
#!/bin/bash
#SBATCH -J NAMD
#SBATCH -p batch
#SBATCH -N 1
#SBATCH --ntasks-per-node=32
source ~/miniconda3/etc/profile.d/conda.sh
conda activate /public/home/lj/miniconda3/envs/dbcan
run_dbcan /public/home/lj/CazyDB/temp/qc/Saccharomycopsisproteins.faa protein --dbcan_thread 32 --tf_cpu 32 --stp_cpu 32 -c /public/home/lj/CazyDB/temp/qc/Saccharomycopsis.gff --cgc_substrate --hmm_cpu 32 --out_dir SF.PUL --dia_cpu 32 --db_dir /public/home/lj/CazyDB/db
Hello Professor,
I would like to seek your guidance on an issue. After running the aforementioned code, I did not obtain the expected predictions related to cgc predict results (such as PUL and synpdf). I am wondering if this issue might be related to the input file I used. I have attached my gff format file, which is the result of an output from the funnannotate software. Could you please advise me on how to modify or process my GFF file to meet the requirements of dbCAN?I am looking forward to your reply.
Best regards
1)gff文件(已做后缀修改,替换为txt):[Saccharomycopsis.txt](https://github.com/linnabrown/run_dbcan/files/15397161/Saccharomycopsis.txt)Panda-smile
2)蛋白序列为:Saccharomycopsisproteinsfaa.txt
Version information
No response
The text was updated successfully, but these errors were encountered: