脚本路径:/TJPROJ6/RNA_SH/personal_dir/wangshuai/script/get_wgcna.py python get_wgcna.py --help python get_wgcna.py <fpkm> <outdir> This program is used to get wgcna_result import os import sys if len(sys.argv) != 3: print 'python %s <fpkm> <outdir>' % sys.argv[0] exit() 重要: 参数 必须得有表达量fpkm的表和输出路径