Skip to content

Commit

Permalink
bioinfo/Subread: update to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Dec 28, 2018
1 parent b1211eb commit 598809d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions etc/docker-images/subread/1.6.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM pveber/bistro-base:stretch

RUN wget \
-O subread-1.6.3.tar.gz \
"https://downloads.sourceforge.net/project/subread/subread-1.6.3/subread-1.6.3-source.tar.gz"
RUN tar xvfz subread-1.6.3.tar.gz
RUN apt-get update && apt-get install -y zlib1g-dev
RUN cd subread-1.6.3-source/src && make -f Makefile.Linux
RUN mv subread-1.6.3-source/bin/* /usr/bin
2 changes: 1 addition & 1 deletion lib/bioinfo/bistro_bioinfo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ end

module Subread = struct

let env = docker_image ~account:"pveber" ~name:"subread" ~tag:"1.6.0" ()
let env = docker_image ~account:"pveber" ~name:"subread" ~tag:"1.6.3" ()

class type count_table = object
inherit tsv
Expand Down

0 comments on commit 598809d

Please sign in to comment.