From e8ebd7d9ad9fff74da0612214910ae8d43803b26 Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Mon, 30 Apr 2018 20:23:34 +0200 Subject: [PATCH] line 53 must be commented --- rpg/RapidPeptidesGenerator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpg/RapidPeptidesGenerator.py b/rpg/RapidPeptidesGenerator.py index 5b7d927..a2499f2 100644 --- a/rpg/RapidPeptidesGenerator.py +++ b/rpg/RapidPeptidesGenerator.py @@ -31,7 +31,6 @@ necessary functions #DOC : last peptide, cut at pos -1 because no cut # add with same name !! -# miscleavage et pas miscleavage #Started on 22 avr. 2016 #Digest sequences given restriction enzymes @@ -51,7 +50,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