File size: 668 Bytes
4b5b766
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Testing making per-residue inferences

rm -f scripts/tests/outputs/5d817ae8188e00eca8913c80312e2669d6551777fbed0d1764e1c09386638c0a.pt
rm -f scripts/tests/outputs/adc7fcd839ba2802998088a0c7b2310d3abdef0229cc020c55fcb82a492c2d8d.pt
rm -f scripts/tests/outputs/c425721d82cb786570760210076eaa21403b210aa6566882a41c4ac70df2defd.pt

python scripts/temstapro -f scripts/tests/data/multiple_sequences.fasta -e './scripts/tests/outputs/' \
    -d './ProtTrans/' --mean-output scripts/tests/outputs/012_mean.tmp \
    --per-res-output scripts/tests/outputs/012_per_res.tmp

rm -f ./scripts/tests/outputs/012_mean.tmp 
rm -f ./scripts/tests/outputs/012_per_res.tmp