Skip to content

Commit

Permalink
docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
arq5x committed Mar 20, 2015
1 parent 5e3e6fb commit 812fb1b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ A workflow for the above steps is given below.
| bgzip -c > $NORMVCF
tabix $NORMVCF
gemini load -t snpEff -v $NORMVCF $db --cores 3
# load the pre-processed VCF into GEMINI
gemini load --cores 3 -t snpEff -v $NORMVCF $db
# query away
gemini query -q "select chrom, start, end, ref, alt, (gts).(*) from variants" \
--gt-filter "gt_types.mom == HET and \
gt_types.dad == HET and \
gt_types.kid == HOM_ALT" \
$db
=================
Expand Down

0 comments on commit 812fb1b

Please sign in to comment.