From af3886795719fa0a9c2537311f925f61fa60fcf8 Mon Sep 17 00:00:00 2001 From: Fabien Campagne Date: Fri, 30 Dec 2016 19:03:48 -0500 Subject: [PATCH] Update tutorial with new dataset. --- GENOTYPE-TUTORIAL-SHORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GENOTYPE-TUTORIAL-SHORT.md b/GENOTYPE-TUTORIAL-SHORT.md index 206a2cf7..49be37b8 100644 --- a/GENOTYPE-TUTORIAL-SHORT.md +++ b/GENOTYPE-TUTORIAL-SHORT.md @@ -90,7 +90,7 @@ In the code fragment below, adjust the DATASET variable to match the filename pr for the dataset you just built (it is preset for the pre-built dataset download): ```sh export CONSIDER_INDELS=false - export DATASET=NA12878_S1_21_dec19-2016-12-29- + export DATASET=NA12878_S1_21_dec19-2016-12-30- export MINI_BATCH_SIZE=2048 iterate-genotype.sh org.campagnelab.dl.genotype.mappers.GenotypeMapperV13 1 ```