jessieren / DeepVirFinder

Identifying viruses from metagenomic data by deep learning
Other
116 stars 32 forks source link

File "/data1/qinjunjun/zhu_bingduzu/DeepVirFinder/dvf.py", line 212, in <module> #37

Open qinjunjun opened 2 years ago

qinjunjun commented 2 years ago

Hello,thank you for useful tool to find virus,I met a little bug,can you help me? I have succeeded in many samples,but there is a bug today.

(dvf) qinjunjun@dn1 /data1/qinjunjun/zhu_bingduzu/fifteen_pig_contig/fifteen_pig_contig/Lbig $ python /data1/qinjunjun/zhu_bingduzu/DeepVirFinder/dvf.py -i final_L2_contig.fa -o final_L2_deepvirfinder_out -l 5000 Using Theano backend.

  1. Loading Models. model directory /data1/qinjunjun/zhu_bingduzu/DeepVirFinder/models
  2. Encoding and Predicting Sequences. processing line 1 processing line 4949 processing line 9003 processing line 13533 processing line 18337 processing line 22337 processing line 27003 processing line 31603 processing line 35519 processing line 36400 Traceback (most recent call last): File "/data1/qinjunjun/zhu_bingduzu/DeepVirFinder/dvf.py", line 212, in head, score, pvalue = zip(*pool.map(pred, range(0, len(code)))) ValueError: not enough values to unpack (expected 3, got 0)