Skip to content

Commit

Permalink
Merge pull request #84 from pirovc/dev
Browse files Browse the repository at this point in the history
version 0.1.4
  • Loading branch information
pirovc authored Aug 26, 2019
2 parents 09bd854 + e2c8ca1 commit 3207441
Show file tree
Hide file tree
Showing 23 changed files with 229 additions and 565 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ before_install:
- python3 -m pip install --user --upgrade pip
- python3 -m pip install --user binpacking==1.4.1
- git clone https://github.com/pirovc/taxsbp.git
- git clone https://github.com/pirovc/pylca.git pylca_repo
- mv pylca_repo/pylca/ .
- if [ "$BUILD_TYPE" == "Coverage" ]; then
python3 -m pip install --user coverage;
fi
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# =============================================================================

cmake_minimum_required( VERSION 3.10 FATAL_ERROR )
project( ganon VERSION 0.1.3 LANGUAGES CXX )
project( ganon VERSION 0.1.4 LANGUAGES CXX )

# -----------------------------------------------------------------------------
# build setup
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ detailed report for lca matches (one per hierarchy)
3) % reads assigned <tab>
4) # reads assigned (total) <tab>
5) # reads uniquely assigned <tab>
6) sum of k-mers matched <tab>
7) taxonomic rank <tab>
8) name
6) taxonomic rank <tab>
7) name

#### .tre

Expand Down Expand Up @@ -178,6 +177,7 @@ taxonomic information required for LCA and reports
- python >=3.4
- taxsbp >=0.1.1
- binpacking >=1.4.1
- pylca >= 1.0.0
- pandas
- wget
- curl
Expand Down
Loading

0 comments on commit 3207441

Please sign in to comment.