Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed May 10, 2019
2 parents 6c9f8e9 + ceb9432 commit 0e5a951
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 8 deletions.
19 changes: 14 additions & 5 deletions refgenie.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
Metadata-Version: 1.1
Name: refgenie
Version: 0.0.1
Summary: UNKNOWN
Version: 0.2.0
Summary: A standardized reference genome indexer
Home-page: https://github.com/databio/refgenie
Author: Nathan Sheffield
Author-email: nathan@code.databio.org
License: UNKNOWN
Description: UNKNOWN
License: BSD2
Description: <img src="https://raw.githubusercontent.com/databio/refgenie/master/docs/img/refgenie_logo.svg?sanitize=true" alt="Refgenie" height="70"/><br>

A standardized reference genome indexer. See the [documentation](http://refgenie.databio.org).

Keywords: bioinformatics,sequencing,ngs
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
14 changes: 13 additions & 1 deletion refgenie.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
MANIFEST.in
README.md
setup.py
docs/img/refgenie_logo.svg
refgenie/__init__.py
refgenie/_version.py
refgenie/refgenie.py
refgenie/refgenie.yaml
refgenie.egg-info/PKG-INFO
refgenie.egg-info/SOURCES.txt
refgenie.egg-info/dependency_links.txt
refgenie.egg-info/top_level.txt
refgenie.egg-info/entry_points.txt
refgenie.egg-info/requires.txt
refgenie.egg-info/top_level.txt
requirements/requirements-all.txt
requirements/requirements-doc.txt
requirements/requirements.txt
3 changes: 3 additions & 0 deletions refgenie.egg-info/entry_points.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[console_scripts]
refgenie = refgenie.refgenie:main

2 changes: 2 additions & 0 deletions refgenie.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
piper
urllib3
2 changes: 1 addition & 1 deletion refgenie.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

refgenie
2 changes: 1 addition & 1 deletion refgenie/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 0e5a951

Please sign in to comment.