From dbb35a07d1f484e9ebeba490c156ac78fe1c6bec Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Wed, 2 May 2018 11:00:27 +0200 Subject: [PATCH] remove todo --- rpg/RapidPeptidesGenerator.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rpg/RapidPeptidesGenerator.py b/rpg/RapidPeptidesGenerator.py index a2499f2..911613b 100644 --- a/rpg/RapidPeptidesGenerator.py +++ b/rpg/RapidPeptidesGenerator.py @@ -29,9 +29,6 @@ necessary functions """ -#DOC : last peptide, cut at pos -1 because no cut -# add with same name !! - #Started on 22 avr. 2016 #Digest sequences given restriction enzymes #Input format : a fasta/fastq file or a sequence @@ -50,7 +47,7 @@ import os import sys import uuid from pathlib import Path -#from context import rpg +from context import rpg from rpg import core from rpg import digest from rpg import enzyme -- GitLab