Skip to content

Commit

Permalink
Remove R clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
HubLot committed Oct 11, 2016
1 parent 8e06917 commit d56759f
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1,276 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ matrix:
addons:
apt:
packages:
- r-base
- ghc
- cabal-install

Expand Down Expand Up @@ -66,7 +65,6 @@ script:
- if [[ $SETUP == 'test' ]]; then nosetests -v pbxplore/tests; fi
- if [[ $SETUP == 'test' ]]; then yes | ./run_demo1_assignation.sh; fi
- if [[ $SETUP == 'test' ]]; then yes | ./run_demo2_statistics.sh; fi
- if [[ $SETUP == 'test' ]]; then yes | ./run_demo2_clusters.sh; fi
- if [[ $SETUP == 'doc' ]]; then cd doc; sphinx-build -W -b html source build/html; fi

#after_success:
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Dev
- add some unit tests
- add a function test() within the root path of PBxplore
- add a Release file
- remove clustering parts from master and put it in a branch

1.3.1
- remove pbxplore import from setup.py and add version number
Expand Down
8 changes: 0 additions & 8 deletions pbxplore/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
.. autofunction:: generate_weblogo
Cluster protein block sequences
-------------------------------
.. autofunction: distance_matrix
.. autofunction: hclust
Utils
-----
Expand All @@ -45,7 +38,6 @@
.. autofunction:: compute_score_by_position
"""

from .clustering import hclust, distance_matrix, RError
from .compare import compare
from .count import count_matrix, read_occurence_file
from .neq import compute_neq
Expand Down
146 changes: 0 additions & 146 deletions pbxplore/analysis/clustering.py

This file was deleted.

Loading

0 comments on commit d56759f

Please sign in to comment.