We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fcf0b commit 3196825Copy full SHA for 3196825
.travis.yml
@@ -16,6 +16,9 @@ install:
16
- pip install flake8 planemo
17
- planemo conda_init
18
- $PLANEMO_CONDA_PREFIX/bin/conda update -y conda
19
+ - $PLANEMO_CONDA_PREFIX/bin/conda config --get channels # verify conda-forge is not highest priority
20
+ - $PLANEMO_CONDA_PREFIX/bin/conda config --add channels conda-forge # moves conda-forge to the top
21
+ - $PLANEMO_CONDA_PREFIX/bin/conda config --get channels # now conda-forge should be highest priority
22
- $PLANEMO_CONDA_PREFIX/bin/conda create -y -q -c bioconda --name iuc_conda samtools=0.1.19 bcftools
23
- . $PLANEMO_CONDA_PREFIX/bin/activate iuc_conda
24
- planemo --version
0 commit comments