src/problems/prot.lisp @ 0a5694fe577c

MMCH
author Steve Losh <steve@stevelosh.com>
date Fri, 24 Jan 2020 22:42:19 -0500
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))