From 3b99ba8624339e3efdc87de1d122e5f401b4537a Mon Sep 17 00:00:00 2001 From: Marcus Fedarko Date: Mon, 14 Oct 2019 16:46:29 -0700 Subject: [PATCH] DOC: point pypi badge to actual pypi page [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5289c81..3ce37b9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # pyfastg: a minimal Python library for parsing networks from SPAdes FASTG files -[![Build Status](https://travis-ci.org/fedarko/pyfastg.svg?branch=master)](https://travis-ci.org/fedarko/pyfastg) [![Code Coverage](https://codecov.io/gh/fedarko/pyfastg/branch/master/graph/badge.svg)](https://codecov.io/gh/fedarko/pyfastg) ![PyPI](https://img.shields.io/pypi/v/pyfastg) +[![Build Status](https://travis-ci.org/fedarko/pyfastg.svg?branch=master)](https://travis-ci.org/fedarko/pyfastg) [![Code Coverage](https://codecov.io/gh/fedarko/pyfastg/branch/master/graph/badge.svg)](https://codecov.io/gh/fedarko/pyfastg) [![PyPI](https://img.shields.io/pypi/v/pyfastg)](https://pypi.org/project/pyfastg) ## The FASTG file format FASTG is a format to describe genome assemblies, geared toward accurately representing the ambiguity resulting from sequencing limitations, ploidy, or other factors that complicate representation of a seqence as a simple string. The official spec for the FASTG format can be found [here](http://fastg.sourceforge.net/).