timbitz / Whippet.jl

Lightweight and Fast; RNA-seq quantification at the event-level
MIT License
105 stars 21 forks source link

Addition of Dockerfile for version 0.11 #77

Open fgypas opened 5 years ago

fgypas commented 5 years ago

Addition of Dockerfile for version 0.11

Locally it works for me.

The commands are called without the bin prefix as shown below:

julia whippet-index.jl --help

and not

julia bin/whippet-index.jl --help

It is also available in dockerhub if someone wants to try it under the following url: https://hub.docker.com/r/zavolab/whippet/

You can pull it locally as: docker pull zavolab/whippet:0.11

codecov[bot] commented 5 years ago

Codecov Report

Merging #77 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   58.99%   58.99%           
=======================================
  Files          19       19           
  Lines        2370     2370           
=======================================
  Hits         1398     1398           
  Misses        972      972

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7d880eb...622d84b. Read the comment docs.