qc_gct2pw.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:psp 作者: cmap 项目源码 文件源码
def build_parser():
    parser = argparse.ArgumentParser(
        description=__doc__,
        formatter_class=argparse.ArgumentDefaultsHelpFormatter)

    # Required args
    parser.add_argument("gct_file_path", type=str, help="filepath to gct file")
    parser.add_argument("out_pw_file_path", type=str,
                        help="filepath to output pw file")

    # Optional args
    parser.add_argument("-plate_field", type=str, default="det_plate",
                        help="metadata field name specifying the plate")
    parser.add_argument("-well_field", type=str, default="det_well",
                        help="metadata field name specifying the well")
    return parser
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号