This is the simplest example of a locus walker.
One or more BAM files.
Number of loci traversed. If an output file name is provided, then the result will be written to that file. Otherwise it will be sent to standard console output.
java -Xmx2g -jar GenomeAnalysisTK.jar \ -T CountLoci \ -R ref.fasta \ -I input.bam \ -o output.txt \ [-L input.intervals]
|
|