Skip to content

Commit 621606a

Browse files
committed
add a comment to recipe 19.12 pointing to the input file location
1 parent 1081a9a commit 621606a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

QtSLiM/recipes/Recipe 19.12 - Reading VCF files to create nucleotide-based SNPs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Keywords: nucleotide-based, nucleotide sequence, VCF file reading, empirical population, SNPs, 1000 Genomes Project
22

3+
// The input files used here can be downloaded from http://benhaller.com/slim/recipe_19_12_files.zip
4+
35
initialize() {
46
initializeSLiMOptions(nucleotideBased=T);
57
length = initializeAncestralNucleotides("hs37d5_chr22_patched.fa");

SLiMgui/Recipes/Recipe 19.12 - Reading VCF files to create nucleotide-based SNPs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Keywords: nucleotide-based, nucleotide sequence, VCF file reading, empirical population, SNPs, 1000 Genomes Project
22

3+
// The input files used here can be downloaded from http://benhaller.com/slim/recipe_19_12_files.zip
4+
35
initialize() {
46
initializeSLiMOptions(nucleotideBased=T);
57
length = initializeAncestralNucleotides("hs37d5_chr22_patched.fa");

0 commit comments

Comments
 (0)