Skip to content

Commit

Permalink
Merge pull request #4192 from vgteam/Robin-Rounthwaite-patch-1
Browse files Browse the repository at this point in the history
fixed "munti-path" typo in readme
  • Loading branch information
adamnovak authored Feb 8, 2024
2 parents 8a28902 + 585ba27 commit 562b093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ There are multiple read mappers in `vg`:

* `vg giraffe` is designed to be fast for highly accurate short reads, against graphs with haplotype information.
* `vg map` is a general-purpose read mapper.
* `vg mpmap` does "munti-path" mapping, to allow describing local alignment uncertainty. [This is useful for transcriptomics.](#Transcriptomic-analysis)
* `vg mpmap` does "multi-path" mapping, to allow describing local alignment uncertainty. [This is useful for transcriptomics.](#Transcriptomic-analysis)

#### Mapping with `vg giraffe`

Expand Down

1 comment on commit 562b093

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for merge to master. View the full report here.

15 tests passed, 1 tests failed and 0 tests skipped in 16604 seconds

Failed tests:

  • test_sim_chr21_snp1kg_trained (2217 seconds)

Please sign in to comment.