Skip to content

Commit

Permalink
removed makeshift script - handled with v1.0.1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
endixk authored Dec 24, 2024
1 parent 2d15ed8 commit 061fb4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ Kim, D., Park, S., & Steinegger, M. (2024). Unicore enables scalable and accurat
## Quick Start with Conda
```
conda install -c bioconda unicore
DIR=$(dirname $(which unicore)) && mkdir -p $DIR/etc && cp -r $DIR/../etc/{path.cfg,*.py} $DIR/etc
unicore -v
```
We have a minor flaw in the path detection logic, so we included a messy script (second line) that can deal with it for now.

### GPU acceleration with CUDA
`createdb` module can be greatly acclerated with ProstT5-GPU.
Expand Down Expand Up @@ -163,4 +161,4 @@ git clone https://github.com/steineggerlab/unicore.git
cd unicore
cargo build --release
bin/unicore help
```
```

0 comments on commit 061fb4c

Please sign in to comment.