File size: 379 Bytes
4b5b766 | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh
# Testing downloading of the ProtTrans model
rm -f ./ProtTrans/*
python scripts/temstapro -f ./scripts/tests/data/long_sequence_2.fasta \
-e 'scripts/tests/outputs' -d './ProtTrans/' --mean-out scripts/tests/outputs/004.tmp
rm -f scripts/tests/outputs/mean_52ae55d4fc194abf0e65abc9d740ffc7f84972ddacefb62e931131655083857e.pt
rm -f scripts/tests/outputs/004.tmp
|