BinPro / CONCOCT

Clustering cONtigs with COverage and ComposiTion
Other
119 stars 48 forks source link

Take long time? #290

Open YT123-coder opened 4 years ago

YT123-coder commented 4 years ago

Hi, I have been running concoct for contig file (ca. 500MB) for almost 3 days, but the log is stuck like below. Does concoct need considerable time for accomplishment? or Do I make mistakes?

The command I run from installation to activation is also written below

Best Regards,

log 2020-06-17 17:58:17,728:INFO:root:Results created at /Users/yuyatsukamoto/Desktop/metagenome/metagenome/Metagenome_Mizusawa_black/Raw_fastq_2/Concocut_output 2020-06-17 17:59:05,516:INFO:root:Successfully loaded composition data. 2020-06-17 17:59:06,242:INFO:root:Successfully loaded coverage data. 2020-06-17 17:59:07,469:INFO:root:Performed PCA, resulted in 54 dimensions 2020-06-17 17:59:20,015:INFO:root:Wrote original filtered data file. 2020-06-17 17:59:25,704:INFO:root:Wrote PCA transformed file. 2020-06-17 17:59:25,770:INFO:root:Wrote PCA components file. 2020-06-17 17:59:25,770:INFO:root:PCA transformed data. 2020-06-17 17:59:25,770:INFO:root:Will call vbgmm with parameters: Concocut_output/, 400, 1000

Installtion conda create -n concoct_env python=2.7 concoct conda activate concoct_env python /Users/tsukamotoyuuya/opt/miniconda3/envs/concoct_env/scripts/cut_up_fasta.py MZ_maxbin2_merge.fasta -c 10000 -o 0 --merge_last -b contigs_10K.bed > contigs_10K.fa python /Users/tsukamotoyuuya/opt/miniconda3/envs/concoct_env/scripts/concoct_coverage_table.py contigs_10K.bed hoge.sort.bam > coverage_table.tsv

concoct --composition_file contigs_10K.fa --coverage_file coverage_table.tsv -b Concocut_output/ Up and running. Check /Volumes/HDPH-UT/Metagenome_Mizusawa_black/Raw_fastq/Concocut_output/log.txt for progress /Users/tsukamotoyuuya/opt/miniconda3/envs/concoct_env/lib/python2.7/site-packages/concoct/input.py:82: FutureWarning: read_table is deprecated, use read_csv instead, passing sep='\t'. cov = p.read_table(cov_file, header=0, index_col=0)

conda env export

dependencies:

drish91 commented 2 years ago

I'm having the same issue with concoct where it's been running for ~2 days now and the log says it's stuck at the "vbgmm" step. I'm running version concoct 1.1.0 on 4 threads.

2021-10-19 23:34:18,230:INFO:root:Results created at /local/scratch/concoct_output/sample1/concoct 2021-10-19 23:49:22,004:INFO:root:Successfully loaded composition data. 2021-10-19 23:49:31,373:INFO:root:Successfully loaded coverage data. 2021-10-19 23:50:16,004:INFO:root:Performed PCA, resulted in 86 dimensions 2021-10-20 00:09:20,159:INFO:root:Wrote original filtered data file. 2021-10-20 00:21:11,883:INFO:root:Wrote PCA transformed file. 2021-10-20 00:21:11,903:INFO:root:Wrote PCA components file. 2021-10-20 00:21:11,903:INFO:root:PCA transformed data. 2021-10-20 00:21:11,903:INFO:root:Will call vbgmm with parameters: /local/scratch/concoct_output/sample1/concoct/, 400, 200, 8, 500

Any help appreciated!

francesco-ricci commented 1 year ago

Any solution to this? I am having the same problem.

Cheers Francesco