Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AndreaGuarracino/paf2chain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: AndreaGuarracino/paf2chain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on May 2, 2024

  1. Update README.md

    mrvollger authored May 2, 2024
    Copy the full SHA
    78b776a View commit details
  2. Merge pull request #7 from mrvollger/patch-1

    Update README.md
    AndreaGuarracino authored May 2, 2024
    Copy the full SHA
    19feb8c View commit details

Commits on Dec 16, 2024

  1. add bioconda badge

    AndreaGuarracino committed Dec 16, 2024
    Copy the full SHA
    f0f3171 View commit details
  2. Merge pull request #9 from AndreaGuarracino/bioconda

    add bioconda badge
    AndreaGuarracino authored Dec 16, 2024
    Copy the full SHA
    7461db5 View commit details
Showing with 4 additions and 1 deletion.
  1. +4 −1 README.md
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# paf2chain

[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/paf2chain/README.html)

convert PAF format to CHAIN format

## citation
@@ -9,7 +12,7 @@ convert PAF format to CHAIN format
`paf2chain` is built with rust, and so we install using `cargo`:

```
https://github.com/AndreaGuarracino/paf2chain
git clone https://github.com/AndreaGuarracino/paf2chain
cd paf2chain
cargo install --force --path .
```