Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kWeissenow authored Jul 14, 2022
1 parent 3571d93 commit 8c1b0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can compute structure predictions based on FASTA sequences using
python predict.py -i <FASTA> -o <OUTPUT_DIRECTORY>
```

The ProtT5 language model will be downloaded on first use and stored by default in the directory 'ProtT5-XL-U50'. You can change this directory with the `--t5_model` parameter.
The ProtT5 protein language model used to generate sequence embeddings will be downloaded on first use (~7 GB) and stored by default in the directory 'ProtT5-XL-U50'. You can change this directory with the `--t5_model` parameter.
By default, the script will produce PDB files and distance maps. You can disable outputs using the parameters `--no-pdb` and `--no-distance-maps` respectively.

## Mutation effect prediction
Expand Down

0 comments on commit 8c1b0b1

Please sign in to comment.