Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T ClipReads -R reference.fasta -I original.bam -o clipped.bam -XF seqsToClip.fasta -X CCCCC -CT "1-5,11-15" -QT 10


Manual

Argument name(s)Default valueSummary
Optional Outputs
--out
 -o
stdoutWrite BAM output here
--outputStatistics
 -os
NAFile to output statistics
Optional Parameters
--clipRepresentation
 -CR
WRITE_NSHow should we actually clip the bases?
--clipSequence
 -X
NARemove sequences within reads matching this sequence
--clipSequencesFile
 -XF
NARemove sequences within reads matching the sequences in this FASTA file
--cyclesToTrim
 -CT
NAString indicating machine cycles to clip from the reads
--qTrimmingThreshold
 -QT
-1If provided, the Q-score clipper will be applied


Share your experience or ask a question