Skip to content

Commit

Permalink
✏️ improve short description
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Feb 7, 2020
1 parent 2865e71 commit 02b5222
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License (GPL version 3)](https://img.shields.io/badge/license-GNU%20GPL%20version%203-blue.svg?style=flat-square)](https://opensource.org/licenses/GPL-3.0)
[![Build Status](https://travis-ci.org/bneron/grep_vcf.svg?branch=master)](https://travis-ci.org/bneron/grep_vcf)

grep_vcf - filter vcf to keep lines that match positions given in reference file.
grep_vcf is a tiny tool to filter vcf file based on position file and *vice et versa*.

<pre>
grep_vcf - filter vcf to keep lines that match positions given in reference file.
Expand Down
2 changes: 1 addition & 1 deletion grep_vcf/scripts/grep_vcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def parse_args(args):
| |
|_|
grep_vcf - filter vcf to keep lines that match positions given in reference file.
grep_vcf is a tiny tool to filter vcf file based on position file and vice et versa.
""")

parser.add_argument("positions",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def __init__(self, attrs=None):

setup(name='grep_vcf',
version=gv_version,
description="",
long_description='README.md',
description="grep_vcf - filter vcf to keep lines that match positions given in reference file.",
long_description=open('README.md').read(),
author="Bertrand Néron",
author_email="bneron@pasteur.fr",
url="https://github.com/bneron/grep_vcf",
Expand Down

0 comments on commit 02b5222

Please sign in to comment.