Skip to content

Commit

Permalink
cleaning changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Sep 14, 2018
1 parent db8ac05 commit e3b077a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,14 @@ before_install:
- export PATH=/home/travis/miniconda3/bin:$PATH
# Update conda itself
- conda update --yes conda
- export TMPDIR=/tmp/deblur-testing
- mkdir $TMPDIR
install:
- conda create --yes -n deblur python=$PYTHON_VERSION pip nose flake8 h5py libgcc
- conda create --yes -n deblur python=$PYTHON_VERSION pip nose flake8 h5py
- source activate deblur
- conda install --yes -c bioconda "VSEARCH=2.7.0"
- conda install --yes -c bioconda MAFFT=7.310
- conda install --yes -c bioconda SortMeRNA=2.0
- conda install --yes -c bioconda "VSEARCH=2.7.0" MAFFT=7.310 SortMeRNA=2.0
- pip install -U pip coveralls
- pip install --process-dependency-links .
script:
#- nosetests --with-doctest --with-coverage --cover-package=deblur
# flake8 --max-line-length=200 deblur scripts/deblur setup.py
- vsearch --version
- ldd $(which vsearch)
- bash replicate.sh
- dmesg | tail -n 100
- nosetests --with-doctest --with-coverage --cover-package=deblur
- flake8 --max-line-length=200 deblur scripts/deblur setup.py
after_success:
- coveralls
4 changes: 0 additions & 4 deletions deblur/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,8 +962,4 @@ def _system_call(cmd, stdoutfilename=None):
stdout, stderr = proc.communicate()
return_value = proc.returncode

print(cmd)
print(stdout)
print(stderr)
print(return_value)
return stdout, stderr, return_value
17 changes: 0 additions & 17 deletions replicate.sh

This file was deleted.

0 comments on commit e3b077a

Please sign in to comment.