src/problems/prot.lisp @ cd3fc11e3298

CONV, SPEC
author Steve Losh <steve@stevelosh.com>
date Thu, 04 Aug 2022 22:30:18 -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))