File size: 403 Bytes
4b5b766 | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh
# Testing passing FASTA sequence as '-f' option and embeddings generation with
# cache
python scripts/temstapro -f ./scripts/tests/data/long_sequence_2.fasta -e 'scripts/tests/outputs/' -d './ProtTrans/' \
--mean-out scripts/tests/outputs/002.tmp
rm -f scripts/tests/outputs/mean_52ae55d4fc194abf0e65abc9d740ffc7f84972ddacefb62e931131655083857e.pt
rm -f scripts/tests/outputs/002.tmp
|