Skip to content

Commit

Permalink
Travis - require GnuPlot 5.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Jun 21, 2017
1 parent 64ea0d4 commit 075289e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda create -q -n rnftools -c bioconda "python>=3" wgsim dwgsim art mason pysam samtools curesim snakemake setuptools gnuplot bwa
- conda create -q -n rnftools -c bioconda "python>=3" wgsim dwgsim art mason pysam samtools curesim snakemake setuptools "gnuplot>=5.0" bwa
- source activate rnftools
#- conda update --all
- pip install .
Expand All @@ -25,7 +25,7 @@ matrix:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda create -q -n rnftools -c bioconda "python>=3" wgsim dwgsim art mason pysam samtools curesim snakemake setuptools gnuplot bwa
- conda create -q -n rnftools -c bioconda "python>=3" wgsim dwgsim art mason pysam samtools curesim snakemake setuptools "gnuplot>=5.0" bwa
- source activate rnftools
#- conda update --all
- pip install .
Expand Down
1 change: 1 addition & 0 deletions examples/01_tutorial/03_evaluation/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
reference.fa.*
SE_reads/
report_SE
report_PE

0 comments on commit 075289e

Please sign in to comment.