Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PeptoneInc/ADOPT
Browse files Browse the repository at this point in the history
  • Loading branch information
CFisicaro committed Dec 9, 2021
2 parents cc78022 + 62ef913 commit 9666b97
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 @@ -161,7 +161,7 @@ Where:

- `<fasta_file_path>` defines the FASTA file containing the proteins for which you want to compute the intrinsic disorder
- `<residue_level_representation_dir>` defines the path where you want to save the residue level representations
- `--msa` runs the procedure to get `esm-msa` representations (**optional**)
- `--msa` runs the [MSA procedure](#msa-setting-optional) to get `esm-msa` representations. We suggest you take a look to the [MSA inference](scripts/adopt_msa_inference.sh) script as a quick example (**optional**)
- `-h` shows help message and exit

A subdirectory containing the residue level representation extracted from each pre-trained model available will be created under both the `residue_level_representation_dir`.
Expand Down Expand Up @@ -225,7 +225,7 @@ Where:
- `<train_residue_level_representation_dir>` defines the path where we saved the residue level representations of the proteins in the *training set*
- `<test_residue_level_representation_dir>` defines the path where we saved the residue level representations of the proteins in the *test set*
- `--train_strategy` defines the **training strategies** defined above
- `--msa` runs the procedure to get trained models fed with the `esm-msa` representations (**optional**)
- `--msa` runs the [MSA procedure](msa-setting-optional) to get trained models fed with the `esm-msa` representations. We suggest you take a look to the [MSA training](scripts/adopt_chezod_msa_training.sh) script as a quick example (**optional**)
- `-h` shows help message and exit

## Citations <a name="citations"></a>
Expand Down

0 comments on commit 9666b97

Please sign in to comment.