We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979c84b commit b165a77Copy full SHA for b165a77
scripts/compare_trimmed_msas.sh
@@ -1,7 +1,7 @@
1
methods="gappyout strict strictplus automated1 nogaps noallgaps"
2
for method in $methods
3
do
4
- for msa in test_msas/$method/*.fasta
+ for msa in test_msas/$method/*14*.fasta
5
6
msa_filename=$(basename $msa)
7
diff "$msa" "dataset/trimmed_msas/$method/$msa_filename" -q || exit 1
0 commit comments