how to parallel running of python scripts on bioinformatics

后端 未结 0 1405
礼貌的吻别
礼貌的吻别 2021-01-25 08:26

I wish to use python to read in a fasta sequence file and convert it into a panda dataframe. I use the following scripts:

from Bio import SeqIO
import pandas as p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题