Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T FastaReferenceMaker -R reference.fasta -o output.fasta -L input.intervals


Manual

Argument name(s)Default valueSummary
Optional Outputs
--out
 -o
stdoutAn output file created by the walker. Will overwrite contents if file exists
Optional Parameters
--lineWidth
 -lw
60Maximum length of sequence to write per line
Optional Flags
--rawOnelineSeq
 -raw
falsePrint sequences with no FASTA header lines, one line per interval (i.e. lineWidth = infinity)


Share your experience or ask a question