比如说基因比对好几个步骤 如何 利用脚本一次运行
方法一:上传.py文件, python filename.py 运行该文件
方法二:直接在linux上创建.py文件
vim filename.py # 编辑你的python代码,保存
python filename.py 运行该文件