Skip to content

Commit b165a77

Browse files
committed
Test only one MSA
1 parent 979c84b commit b165a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare_trimmed_msas.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
methods="gappyout strict strictplus automated1 nogaps noallgaps"
22
for method in $methods
33
do
4-
for msa in test_msas/$method/*.fasta
4+
for msa in test_msas/$method/*14*.fasta
55
do
66
msa_filename=$(basename $msa)
77
diff "$msa" "dataset/trimmed_msas/$method/$msa_filename" -q || exit 1

0 commit comments

Comments
 (0)