Skip to content

Commit

Permalink
Corrected test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Oct 14, 2023
1 parent 7221d2e commit 103ea5b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4627,9 +4627,21 @@ MTTTACATTTMATTGGACAATTAGGACCATCTTATTCGCGATCCGTGACCAATTGCTATGGCTCGGGATATGTAGGATAG
GCCTCTCAGTTCACCTGACM
EOF

cat > posfile.txt <<EOF
Seq0000 0 M
Seq0000 10 M
Seq0002 0 M
Seq0002 10 M
Seq0005 0 M
Seq0005 10 M
Seq0009 0 M
Seq0009 10 M
Seq0009 99 M
EOF

$GOALIGN random --seed 123456 | $GOALIGN replace --posfile posfile.txt > result
diff -q -b result expected
rm -f result expected
rm -f result expected posfile.txt

echo "->goalign diff"
cat > input <<EOF
Expand Down

0 comments on commit 103ea5b

Please sign in to comment.