From 87c11056af1107acb7c746624a5284602d37f98e Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Thu, 19 Apr 2018 10:38:57 +0200 Subject: [PATCH] README.md: objectives of session n+1 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2b6ec99..1afce6e 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,11 @@ Conversion of a fasta file into a GTF file - list as hashing table - regexp +## session n+1 +Converting a nucleotide sequence into a protein sequence +- load condon to AA table +- build conversion function between codon and AA +- build conversion function for a sequence function +- use list as hashing table + -- GitLab