Skip to content

Commit

Permalink
updated conda docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gtonkinhill committed Aug 16, 2024
1 parent 5be7fc0 commit a9c6ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ Documentation for TRACS can be found [here](https://gtonkinhill.github.io/tracs)

### Conda

A proper Conda install is coming soon.

In the mean time, TRACS can be installed using conda by running
TRACS can be installed using conda by running

```
conda create -n tracs python=3.10
conda activate tracs
conda install -c bioconda samtools htsbox minimap2
pip3 install git+https://github.com/gtonkinhill/tracs
conda install bioconda::tracs
```

### Manual
Expand Down
9 changes: 2 additions & 7 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@

## Conda

A proper Conda install is coming soon.

In the meantime, TRACS can be installed using conda by running
TRACS can be installed using conda by running

```
conda create -n tracs python=3.10
conda activate tracs
conda install -c bioconda samtools htsbox minimap2
pip3 install git+https://github.com/gtonkinhill/tracs
conda install bioconda::tracs
```

## Manual
Expand Down

0 comments on commit a9c6ce0

Please sign in to comment.