File size: 285 Bytes
1d89f2c
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
Based on Hack90/ref_seq_viral, using pytrf with settings:
```
pytrf.STRFinder(
  seqdict['id'], seqdict['sequence'],
  mono=5, di=2, tri=2, tetra=2, penta=2, hexa=2
)
```
and contains columns:
```
['id', 'start_pos', 'end_pos', 'motif_seq', 'motif_length', 'repeats', 'ssr_length']
```