better docs for Qualify Missing Intervals
now that it's available to the public, better give'em good docs!
This commit is contained in:
parent
c84f0deb1d
commit
1d67d07cf1
|
|
@ -87,7 +87,7 @@ import java.util.List;
|
|||
*
|
||||
* <h3>Input</h3>
|
||||
* <p>
|
||||
* A reference file
|
||||
* A reference file (for GC content), the input bam file (for base and mapping quality calculation), the missing intervals (in the -L), the baits/targets used to sequence (in the -targets) and a bed file with the coding sequence intervals of the genome (in the -cds)
|
||||
* </p>
|
||||
*
|
||||
* <h3>Output</h3>
|
||||
|
|
@ -100,6 +100,7 @@ import java.util.List;
|
|||
* java -Xmx2g -jar GenomeAnalysisTK.jar \
|
||||
* -T QualifyMissingIntervals \
|
||||
* -R ref.fasta \
|
||||
* -I input.bam \
|
||||
* -o output.grp \
|
||||
* -L input.intervals \
|
||||
* -cds cds.intervals \
|
||||
|
|
|
|||
Loading…
Reference in New Issue