Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Modify the URL to the badge
  • Loading branch information
cschin authored Aug 4, 2022
1 parent 0d5b046 commit 59af6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PGR-tk: A PanGenomic Research Took Kit

[![test_and_build](https://github.com/cschin/pgr-tk/actions/workflows/test_and_build.yml/badge.svg)](https://github.com/cschin/pgr-tk/actions/workflows/test_and_build.yml)
[![test_and_build](https://github.com/Sema4-Research/pgr-tk/actions/workflows/test_and_build.yml/badge.svg)](https://github.com/cschin/Sema4-Research/actions/workflows/test_and_build.yml)

This repository is a project to provide Python and Rust libraries to facilitate pangenomics analysis. Several algorithms and data structures used for the Peregrine Genome Assembler are useful for Pangenomics analysis. This repo takes those algorithms and data structure, combining other handy 3rd party tools to expose them as a library in Python (with Rust code for those computing parts that need performance.)
This repository is a project to provide Python and Rust libraries to facilitate pangenomics analysis. Several algorithms and data structures used for the Peregrine Genome Assembler are useful for Pangenomics analysis as well. This repo takes those algorithms and data structure, combining other handy 3rd party tools to expose them as a library in Python (with Rust code for those computing parts that need performance.)

## Build

Expand Down

0 comments on commit 59af6a0

Please sign in to comment.