Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
brwnj committed Sep 12, 2019
1 parent b800f98 commit 5a57f41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN apt-get update && apt-get install -y procps
RUN conda create -n env -c conda-forge python=3.7 numpy>=1.16.2 lzstring>=1.0.4 jinja2>=2.10.1
RUN echo "source activate env" > ~/.bashrc
ENV PATH /opt/conda/envs/env/bin:$PATH
RUN /opt/conda/envs/env/bin/pip install --no-cache-dir covviz==1.1.2
RUN /opt/conda/envs/env/bin/pip install --no-cache-dir covviz==1.1.4
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ process {
errorStrategy = { task.exitStatus in [1,143,137,104,134,139] ? 'retry' : 'terminate' }
maxRetries = 3
maxErrors = '-1'
container = 'brwnj/covviz:v1.1.2'
container = 'brwnj/covviz:v1.1.4'
withLabel: 'indexcov' {
container = 'brentp/smoove:v0.2.3'
memory = 8.GB
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = "brwnjm@gmail.com"
AUTHOR = "Joe Brown"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "1.1.3"
VERSION = "1.1.4"

# What packages are required for this module to be executed?
REQUIRED = ["Jinja2", "lzstring", "numpy", "pandas"]
Expand Down

0 comments on commit 5a57f41

Please sign in to comment.