Skip to content

Commit

Permalink
singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Jul 12, 2019
1 parent 37dd65f commit d4b0201
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
Installing Tracy
----------------

The easiest way to get Tracy is to download a statically linked binary from the [Tracy release page](https://github.com/gear-genomics/tracy/releases) or to download Tracy from [Bioconda](https://anaconda.org/bioconda/tracy). Building from source is also possible:
The easiest way to get Tracy is to download the statically linked binary or the singularity container (SIF file) from the [Tracy release page](https://github.com/gear-genomics/tracy/releases). Alternatively, you can download Tracy from [Bioconda](https://anaconda.org/bioconda/tracy) or pull the [Tracy docker container](https://hub.docker.com/r/geargenomics/tracy/).

Building from Source
--------------------

`git clone --recursive https://github.com/gear-genomics/tracy.git`

Expand All @@ -22,7 +25,6 @@ The easiest way to get Tracy is to download a statically linked binary from the

Tracy requires some system libraries such as bzip2, zlib and boost. For Ubuntu Linux you install these using:


`apt-get install -y build-essential g++ cmake zlib1g-dev libbz2-dev liblzma-dev libboost-all-dev`

The Mac OSX versions of these packages are:
Expand Down

0 comments on commit d4b0201

Please sign in to comment.