1 parent 9f4cc9d commit 8c6fd18Copy full SHA for 8c6fd18
1 file changed
README.md
@@ -11,8 +11,21 @@ polyat is a command-line tool that scans FASTQ files for poly-A/T homopolymers t
11
12
## Installation
13
14
-Clone and install from source code:
+### Prerequisites
15
+First, install conda if you haven't already:
16
+```bash
17
+wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
18
+bash Miniconda3-latest-Linux-x86_64.sh
19
+```
20
+
21
+### Option 1: Using Conda (Recommended)
22
+Install Install [polyat via Conda](https://anaconda.org/bioconda/polyat):
23
24
+conda create -n polyat -c conda-forge -c bioconda polyat -y
25
+conda activate polyat
26
27
28
+### Option 2: From Source Code
29
```bash
30
git clone https://github.com/DaanJansen94/polyat.git
31
cd polyat
0 commit comments