ProRiboGen / examples /README.md
TimelessAEther's picture
Upload ProRiboGen inference package and checkpoints
6dd9839 verified
|
Raw
History Blame Contribute Delete
408 Bytes
# Example inputs for smoke / website demos.
- `HS90A_HUMAN_P07900.fasta` — full protein from Separated_datasets (good for generate + score demos).
```bash
python api/generate_rna_and_motif.py \
--protein @examples/HS90A_HUMAN_P07900.fasta \
--num-sequences 32 --length-bp 80
python api/score_binding.py \
--protein @examples/HS90A_HUMAN_P07900.fasta \
--rna AUGCAUGCAUGCAUGCAUGCAUGCAUGCAUGC
```