Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeller authored Apr 11, 2024
1 parent ac057a2 commit 20b90c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ $ conda activate <your-env-name>
### Install other dependencies:
```bash
$ conda activate <environment_name>
$ pip install cinful
$ pip install cinful cython==3.0.10
$ conda install seqkit=0.15.0 mafft=7.475 hmmer=3.3.1 blast=2.9.0 diamond=2.0.11 pandas=1.2.4 numpy=1.24.4 biopython=1.76 snakemake=6.3.0 prodigal=2.6.3 pyhmmer=0.3.0
$ pip install pyTMHMM==1.3.2 seqhash==1.0.0 blake3==0.2.0
$ pip install pyTMHMM==1.3.6 seqhash==1.0.0 blake3==0.2.0
```

If installed properly, running `cinful -h` will produce the following output:
Expand Down

0 comments on commit 20b90c3

Please sign in to comment.