File size: 193 Bytes
4b5b766 | 1 2 3 4 5 6 7 | #!/bin/sh
# Testing passing FASTA sequence as '-f' option and embeddings generation with no cache used
python scripts/temstapro -f ./scripts/tests/data/long_sequence.fasta -d './ProtTrans/'
|
4b5b766 | 1 2 3 4 5 6 7 | #!/bin/sh
# Testing passing FASTA sequence as '-f' option and embeddings generation with no cache used
python scripts/temstapro -f ./scripts/tests/data/long_sequence.fasta -d './ProtTrans/'
|