File size: 408 Bytes
6dd9839
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```