... show this help message and exit
-i data, --data data input data file path[required]
-t time, --time time set suvival time column name [required]
-e event, --event event
set event column name must 0 or 1 code format
[required]
-v varia...
...柄,只是稍有变化。
输入文件句柄:
open IN,"gzip -dc infile.gz|"
输出文件句柄:
open OUT, "| gzip > outfile.gz" or die $!;
也可以用包:PerlIO::gzip
use PerlIO::gzip; #Perl IO
open FQ,"<:gzip",file1.gz||die"$!";
open FN,">:gzip",file2.gz||d...
...lp message and exit
-m meta, --meta meta Input the clinical information file path that contains
the grouping[required]
-n name, --name name The column name of the value[optional,default:IRPS]
-g group_name, --group_name group_name
Specifies the...
...and line syntax is changing.
**********
********** For more information, please see:
********** https://github.com/broadinstitute/picard/wiki/Command-Line-Syntax-Transition-For-Users-(Pre-Transition)
**********
********** The command line looks like this in the new syntax: