Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Nov 1, 2024
1 parent afe207a commit e0bc207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/iterative_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gen --db simple.db update --vcf round1.vcf --name simple_example
This creates a new sample, `f1` with the above changes baked into its genome. This example is a haploid such as e. coli
where the genotype is always homozygous. Graphically, the genome now appears as such:

![F1 Genome](docs/figures/iterative_changes_f1.png)
![F1 Genome](figures/iterative_changes_f1.png)

Next, we want to make more changes -- snps, insertions, and deletions based on this changed genome.

Expand All @@ -64,7 +64,7 @@ we specify the reference frame of sample `f1`. This operation creates a new samp
`f1` for coordinates. If no coordinate frame is provided, the reference genome's frame of reference is used. The resulting
genome appears as follows:

![F2 Genome](docs/figures/iterative_changes_f2.png)
![F2 Genome](figures/iterative_changes_f2.png)

## Caveats

Expand Down

0 comments on commit e0bc207

Please sign in to comment.