src/problems/prot.lisp @ 7fcd748a4f00

LCSQ, PRSM
author Steve Losh <steve@stevelosh.com>
date Mon, 08 Aug 2022 19:00:58 -0400
parents 2735aa6aab79
children (none)
(defpackage :rosalind/prot (:use :cl :rosalind :losh :iterate))
(in-package :rosalind/prot)

(define-problem prot (data string)
    "AUGGCCAUGGCGCCCAGAACUGAGAUCAAUAGUACCCGUAUUAACGGGUGA"
    "MAMAPRTEINSTRING"
  (u:translate data))