Skip to content

Commit 8c6fd18

Browse files
authored
Update README.md
1 parent 9f4cc9d commit 8c6fd18

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,21 @@ polyat is a command-line tool that scans FASTQ files for poly-A/T homopolymers t
1111

1212
## Installation
1313

14-
Clone and install from source code:
14+
### 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+
```bash
24+
conda create -n polyat -c conda-forge -c bioconda polyat -y
25+
conda activate polyat
26+
```
1527

28+
### Option 2: From Source Code
1629
```bash
1730
git clone https://github.com/DaanJansen94/polyat.git
1831
cd polyat

0 commit comments

Comments
 (0)