Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
haodongchen authored Jul 24, 2019
1 parent 5638523 commit 678e1f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,20 @@ Sentieon*:
Germline variant caller
---------------------------------------------------------
**Command line to compare GATK and Sentieon DNAseq results:**

Output of GATK is used as the baseline.

.. code-block:: bash
hap.py \
GATK.vcf.gz \
Sentieon.vcf.gz \
-o output_dir \
-r Homo_sapiens_assembly38.fasta \
--engine=vcfeval \
--engine-vcfeval-template hs38.sdf
GATK 3.7/3.8:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**Command line:**
Expand Down

0 comments on commit 678e1f2

Please sign in to comment.