File size: 347 Bytes
4b5b766 | 1 2 3 4 5 6 7 8 9 10 | #!/bin/sh
# Testing passing FASTA sequence as '-f' option and getting predictions of t20
# classifier
python scripts/temstapro -f ./scripts/tests/data/long_sequence_2.fasta -e 'scripts/tests/outputs/' -d './ProtTrans/' \
--more-thresholds
rm -f scripts/tests/outputs/mean_52ae55d4fc194abf0e65abc9d740ffc7f84972ddacefb62e931131655083857e.pt
|