直接使用os模块的popen打开
import sys import os a=os.popen('/Soft/samtools-1.2/samtools flags '+sys.argv[1] ,'r') print(a.read())