Skip to content

Commit ed27182

Browse files
committed
update generate_synthetic_genomes
The PBS script for generating the synthetic genomes to simulate off of is updated in this commit to point to the correct sacCer3 VCF files that contain ALL variants, and not just the subset of variants unique to the strain. The change in reference VCF files for the sacCer3 default run in a prior update precipitated the need for this update.
1 parent 6c57921 commit ed27182

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paper/SyntheticStrain/job/generate_synthetic_genomes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
# This script makes genomes to simulate from. Two yeast and two human genomes each with variants from VCF incorporated into sequence
3+
# This script makes genomes to simulate from. Two yeast and two human genomes each with a different variant profile based on their respective full sized VCF files
44

55
ADDSNPS=scripts/add_VCF_into_Genomic_FASTA.py
6-
SVCF=../db/sacCer3_VCF
6+
SVCF=../db/sacCer3_VCF/full_VCF
77
HVCF=../db/hg19_VCF
88
[ -d synthetic_genome ] || mkdir synthetic_genome
99

0 commit comments

Comments
 (0)