new GlobalSequenceAlignment(10, 10, RnaAlphabet.getInstance(),
new IdentityScoringMatrix(RnaAlphabet.getInstance())));
StemStructure str1 = new StemStructure(
">ID: add , START: 1 , STRAND: UNKNOWN , ENERGY: -14.1 (base)",
new CharBuffer("UCUACCGGGCAAAGUCCGACUAUGGG"), new CharBuffer(
"((((.(((((...)))))....))))"));
StemStructure str2 = new StemStructure(
">ID: add , START: 1 , STRAND: UNKNOWN , ENERGY: -14.1 (base)",
new CharBuffer("GGGGGGUCUACCGGGCAAAGUCCGACUAUGGGCCCCCC"),
new CharBuffer("((((((((((.(((((...)))))....))))))))))"));
StemStructure str15 = new StemStructure(
">ID: add , START: 1 , STRAND: UNKNOWN , ENERGY: -14.1 (base)",
new CharBuffer("UCUACCGGGCAAAGUCCGACUAUGGG"), new CharBuffer(
"((((.(((((...)))))....))))"));
simGlobal.setStem1(str1);
simGlobal.setStem2(str15);
simGlobal.run();