Skip to content

Commit

Permalink
Re-add conda to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Nov 13, 2024
1 parent 8257a1f commit c913b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Features include:
- variant calling
- consensus building

<!-- ## Installation
## Installation

### Via conda

```sh
conda install -c bioconda -c conda-forge artic
```

Please make sure you are using either mamba or conda version >= 23.10.0 where libmamba solver was made the default conda solver. -->
Please make sure you are using either mamba or conda version >= 23.10.0 where libmamba solver was made the default conda solver.

### Via source

Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ console_scripts =
artic_make_depth_mask=artic.make_depth_mask:main
artic_fasta_header=artic.fasta_header:main
artic_mask=artic.mask:main
artic_get_stats=artic.artic_mqc:main
artic_get_models=artic.get_models:main

0 comments on commit c913b7d

Please sign in to comment.