摘要: meQTL.pl # 导入 -> 系统 package $|=1; use warnings; use strict; use Encode qw/decode/; use File::Spec; use Getopt::Long; use Statistics::R; use Excel::Wri 阅读全文
posted @ 2020-04-02 13:56 绛紫aha 阅读(1632) 评论(0) 推荐(0)
摘要: #!usr/bin/env perluse strict;use warnings;use File::Spec;use Getopt::Long;use Excel::Writer::XLSX; #检测 -> 脚本输入my ($input_txt, $output_path, $if_help); 阅读全文
posted @ 2019-12-10 14:09 绛紫aha 阅读(844) 评论(0) 推荐(0)