Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Jan 26, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 77ba61c commit 2081533
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v0.1.1
======
+ fix bug in plot labels
+ better inter-plot interaction in html
9 changes: 5 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -26,15 +26,16 @@ RUN cd / && \
git clone -b devel --depth 10 git://github.com/nim-lang/nim nim && \
cd nim && \
chmod +x ./build_all.sh && \
scl enable devtoolset-2 ./build_all.sh && \
scl enable devtoolset-2 ./build_all.sh

RUN cd / && \
export PATH=/nim/bin:$PATH && \
echo 'PATH=/nim/bin:$PATH' >> ~/.bashrc && \
echo 'PATH=/nim/bin:$PATH' >> ~/.bash_profile && \
cd / && \
git clone -b master --depth 1 git://github.com/brentp/somalier.git && \
cd somalier && \
nimble install -y hts && \
source scl_source enable devtoolset-2 && \
source scl_source enable devtoolset-2 && \
nimble install -y hts binaryheap https://github.com/brentp/bpbio && \
nim c -d:release -o:/usr/bin/somalier --passC:-flto src/somalier && \
rm -rf /somalier && somalier --help

2 changes: 1 addition & 1 deletion src/somalier.nim
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ proc writeHelp() =
stderr.write """
somalier [options] <bam/cram>...
version: 0.1.0
version: 0.1.1
Arguments:
<bam/cram> file(s) for samples of interest.

0 comments on commit 2081533

Please sign in to comment.