GenomeRIK / tama

Transcriptome Annotation by Modular Algorithms (for long read RNA sequencing data)
GNU General Public License v3.0
125 stars 24 forks source link

tama_merge.py #128

Closed tky199996 closed 6 months ago

tky199996 commented 6 months ago

When I run tama_merge.py using python2.7, a module error is displayed. How can I adjust it? ![Uploading 恢复.png…]()

GenomeRIK commented 6 months ago

Hello,

You need to have the biopython module to run it.

Thank you, Richard

tky199996 commented 6 months ago

Hello,

You need to have the biopython module to run it.

Thank you, Richard

Hello, when I run tama_merge.py using python3, it prompts me the following error, when I run using python2.7, it prompts me module error, so how can I solve it, I prefer to run this script using python3, because it seems Changing the file format will be easier than adjusting the script. Here are the problems I encountered and the file format. 微信图片_20240226152908 微信图片_20240226152949

GenomeRIK commented 6 months ago

TAMA can only be run with Python 2.7. You will need to install the python 2.7 module for Biopython to run.

tky199996 commented 6 months ago

TAMA 只能使用 Python 2.7 运行。您需要安装 python 2.7 模块才能运行 Biopython。

Hello, I try to run with python2.7 but it shows module error ![Uploading 微信图片_20240226205706.png…]()

tky199996 commented 6 months ago

TAMA can only be run with Python 2.7. You will need to install the python 2.7 module for Biopython to run. 1708952502404 When I installed the biopython module, it prompted me that python2.7 no longer supports the biopython module.