Skip to content

Commit

Permalink
Fix accidental typos from another package copy/paste (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Aug 8, 2018
1 parent f989c63 commit cf313b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![PyPi Release](https://badge.fury.io/py/sample_sheet.svg)](https://badge.fury.io/py/sample_sheet)
[![Testing Status](https://travis-ci.org/clintval/sample-sheet.svg?branch=master)](https://travis-ci.org/clintval/sample-sheet)
[![Documentation Build Status](https://readthedocs.org/projects/snv-spectrum/badge/?version=latest)](https://snv-spectrum.readthedocs.io/en/latest/?badge=latest)
[![Documentation Build Status](https://readthedocs.org/projects/sample-sheet/badge/?version=latest)](https://sample-sheet.readthedocs.io/en/latest/?badge=latest)
[![Code Coverage](https://codecov.io/gh/clintval/sample-sheet/branch/master/graph/badge.svg)](https://codecov.io/gh/clintval/sample-sheet)
[![MyPy Checked](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![License](https://img.shields.io/pypi/l/sample-sheet.svg)](https://github.com/clintval/sample-sheet/blob/master/LICENSE)
[![Python Versions](https://img.shields.io/pypi/pyversions/snv-spectrum.svg)](https://pypi.python.org/pypi/sample-sheet/)
[![Python Versions](https://img.shields.io/pypi/pyversions/sample-sheet.svg)](https://pypi.python.org/pypi/sample-sheet/)

An open source library to completely replace [Illumina's Experiment Manager](https://support.illumina.com/sequencing/sequencing_software/experiment_manager.html).

Expand All @@ -20,4 +20,4 @@ Features:
- _de novo_ creation creation of Sample Sheets
- Exporting Sample Sheets to JSON

Read the documentation at: [snv-spectrum.readthedocs.io](http://snv-spectrum.readthedocs.io/en/latest/)
Read the documentation at: [sample-sheet.readthedocs.io](http://sample-sheet.readthedocs.io/en/latest/)
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You can set these variables from the command line.
SPHINXOPTS = --color
SPHINXBUILD = sphinx-build
SPHINXPROJ = snv-spectrum
SPHINXPROJ = sample-sheet
SOURCEDIR = '.'
BUILDDIR = _build

Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
author = clintval
author_email = valentine.ctlin@gmail.com
url = https://github.com/clintval/sample-sheet
download_url = https://github.com/clintval/snv-spcetrum/archive/v0.8.0.tar.gz'
download_url = https://github.com/sample-sheet/archive/v0.8.0.tar.gz'
description = An Illumina Sample Sheet parsing library
long_description = file: README.md, LICENSE, docs/CONTRIBUTING.md
long_description_content_type = text/markdown
Expand All @@ -18,8 +18,8 @@ classifiers =
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.7'
project-urls =
Documentation = https://snv-spectrum.readthedocs.com
Issue-Tracker = https://github.com/clintval/snv-spectrum/issues
Documentation = https://sample-sheet.readthedocs.com
Issue-Tracker = https://github.com/clintval/sample-sheet/issues
[options]
zip_safe = True
Expand Down

0 comments on commit cf313b2

Please sign in to comment.