Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ env:
global:
- CACHE_DIR="$HOME/misc_cache"
- MINICONDA_DIR="$HOME/miniconda"
- PIP_DIR="$HOME/virtualenv"
- GATK_PATH="$CACHE_DIR"
- PYTHONIOENCODING=UTF8
- PYTEST_ADDOPTS="-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov broad_utils --cov illumina --cov assembly --cov interhost --cov intrahost --cov metagenomics --cov ncbi --cov read_utils --cov kmer_utils --cov reports --cov taxon_filter --cov tools --cov util --cov file_utils"

- DOCKER_REGISTRY="quay.io"
- DOCKER_REPO_PROD="quay.io/broadinstitute/micro-readqc"
Expand Down Expand Up @@ -85,6 +83,7 @@ jobs:
stage: test
env:
- TRAVIS_JOB=test_py36_in_docker
- PYTEST_ADDOPTS="-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov broad_utils --cov illumina --cov read_utils --cov reports --cov tools --cov util --cov file_utils"
install:
- DOCKER_TAG=`travis/list-docker-tags.sh | tail -1`
- docker pull $DOCKER_TAG
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file added test/input/TestDepleteHuman/test-reads-human.bam
Binary file not shown.
Binary file added test/input/TestDepleteHuman/test-reads.bam
Binary file not shown.
2 changes: 1 addition & 1 deletion travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -z "$TRAVIS_TAG" ]; then

# Report how big things are
echo "Docker cache space usage:"
du -hs $MINICONDA_DIR $PIP_DIR $CACHE_DIR/*
du -hs $MINICONDA_DIR $CACHE_DIR/*
else
echo "Travis docker cache disabled for tools/build on tag: $TRAVIS_TAG"
fi