Skip to content

Commit

Permalink
More debugging now of krona perl imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
yesimon committed May 1, 2016
1 parent 76b5d7d commit 6ea3030
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions tools/krona.py
Expand Up @@ -29,6 +29,7 @@ def opt(self):
bin_path = os.path.dirname(self.executable_path())
# Get at the opt directory from the conda env root
opt = os.path.abspath(join(bin_path, '..', 'opt', 'krona'))
util.misc.run_and_print(['ktGetLibPath'])
return opt

def import_taxonomy(self, input_tsvs, output, query_column=None, taxid_column=None,
Expand Down
11 changes: 5 additions & 6 deletions travis/tests-long.sh
Expand Up @@ -9,12 +9,11 @@ if [ $TRAVIS_PULL_REQUEST != "false" -o $TRAVIS_BRANCH = "master" -o -n "$TRAVIS
nosetests -v \
--logging-clear-handlers \
--with-timer \
--with-xunit \
-w test/integration/
# --with-xunit --with-coverage \
# --cover-inclusive --cover-branches --cover-tests \
# --cover-package broad_utils,illumina,assembly,interhost,intrahost,metagenomics,ncbi,read_utils,reports,taxon_filter,tools,util \

--with-xunit --with-coverage \
--cover-inclusive --cover-branches --cover-tests \
--cover-package broad_utils,illumina,assembly,interhost,intrahost,metagenomics,ncbi,read_utils,reports,taxon_filter,tools,util \
test/integration/test_kraken.py
# -w test/integration
else
echo "This is not a pull request: skipping long running tests."
fi

0 comments on commit 6ea3030

Please sign in to comment.