Skip to content

Commit

Permalink
Merge pull request #79 from RNAer/snakemake
Browse files Browse the repository at this point in the history
use snakemake and IntervalMetadata
  • Loading branch information
mortonjt committed Nov 8, 2016
2 parents c1b688b + b5f6d8e commit 93d4db6
Show file tree
Hide file tree
Showing 140 changed files with 947 additions and 30,930 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ before_install:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda config --add channels https://conda.anaconda.org/bioconda
- conda config --add channels https://conda.anaconda.org/zechxu
# Update conda itself
- conda update -q conda
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ pep8:
html:
make -C doc clean html

all: pep8 html test
all: test pep8 html
9 changes: 6 additions & 3 deletions ci/conda_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
pip
nose
pep8
flake8
snakemake
infernal
hmmer
prodigal
diamond>=0.7.12
scikit-bio=0.4.2dev
diamond=0.8.22
aragorn
scikit-bio>=0.5
minced
sphinx
click>=6.0
3 changes: 0 additions & 3 deletions ci/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
sphinx
click>=6.0
coveralls
git+git://github.com/rnaer/dumpling.git
1 change: 0 additions & 1 deletion doc/bfillings.rst

This file was deleted.

2 changes: 1 addition & 1 deletion micronota/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ----------------------------------------------------------------------------

# import the parsers so they are available
from .parsers import embl, sam # noqa
from .parsers import sam # noqa


__credits__ = "https://github.com/biocore/micronota/graphs/contributors"
Expand Down
37 changes: 0 additions & 37 deletions micronota/bfillings/__init__.py

This file was deleted.

17 changes: 0 additions & 17 deletions micronota/bfillings/_base.py

This file was deleted.

0 comments on commit 93d4db6

Please sign in to comment.