7 lines
242 B
Factor
7 lines
242 B
Factor
|
! Copyright (C) 2020 Bubbler.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: tools.test rosalind.prot ;
|
||
|
IN: rosalind.prot.tests
|
||
|
|
||
|
{ "MAMAPRTEINSTRING" } [ "AUGGCCAUGGCGCCCAGAACUGAGAUCAAUAGUACCCGUAUUAACGGGUGA" prot ] unit-test
|