Skip to content

Commit

Permalink
merged patch9 for v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtisza1 committed Apr 21, 2021
1 parent 1b7d5da commit f959b57
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ An ulterior motive for creating and distributing Cenote-Taker 2 is to facilitate
Using a HPC with at least 16 CPUs and 16g of dedicated memory is recommended for most runs. (Annotation of a few selected genomes or the Cenote Unlimted Breadsticks can be done with less memory/CPU).

To update from older versions (note that biopython and bedtools are now required):
`conda activate cenote-taker2_env`
`conda install -c bioconda biopython bedtools`
`cd Cenote-Taker2`
`git pull`
```
conda activate cenote-taker2_env
conda install -c bioconda biopython bedtools
cd Cenote-Taker2
git pull
```

Then update the HMM database.

Update to HMM databases (hallmark genes) occurred on March 4th, 2021. See instructions below to update your database.
Expand Down

0 comments on commit f959b57

Please sign in to comment.