You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,6 +8,14 @@ This pipeline was designed for libraries sequenced using Illumina MiSeq and HiSe
9
8
10
9
Several modules of the pipeline, such as de-multiplexing and CDR3 extraction could be utilized for a wider range of datasets.
11
10
11
+
Compiled binaries are available from [here](https://github.com/mikessh/migec/releases/latest).
12
+
The software is cross-platform and requires Java v1.8 to run.
13
+
Easy installation on MacOS/Linux via [Homebrew](http://brew.sh/) or [Linuxbrew](http://linuxbrew.sh/):
14
+
```bash
15
+
brew tap mikessh/repseq
16
+
brew install migec
17
+
```
18
+
12
19
For more details please see the [paper](http://www.nature.com/nmeth/journal/v11/n6/abs/nmeth.2960.html) describing MiGEC.
13
20
14
21
Full documentation is provided via [ReadTheDocs](http://migec.readthedocs.org/en/latest/index.html). You might be also interested in taking the following [tutorial](http://repseq-tutorial.readthedocs.org/en/latest/).
0 commit comments