From 02bc5bcae3c8a936ab31b62e82c700a5dd64fbc2 Mon Sep 17 00:00:00 2001 From: Nico Maillet <nicolas.maillet@pasteur.fr> Date: Mon, 18 Dec 2023 09:53:59 +0100 Subject: [PATCH] =?UTF-8?q?Add=20=CE=B1-Lytic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_RapidPeptidesGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_RapidPeptidesGenerator.py b/tests/test_RapidPeptidesGenerator.py index c9854da..a3ccb7e 100644 --- a/tests/test_RapidPeptidesGenerator.py +++ b/tests/test_RapidPeptidesGenerator.py @@ -79,7 +79,7 @@ def test_list_enzyme(capsys): "apain\n33: Pepsin-pH1.3\n34: Pepsin-pH>=2\n35: Proline-endopeptidase\n36"\ ": Proteinase-K\n37: Staphylococcal-peptidase-I\n38: Thermolysin\n39: Thr"\ "ombin\n40: Thrombin-SG\n41: Tobacco-Etch-Virus\n42: Trypsin\n43: Asp-N "\ - "Endopeptidase\n44: ProAlanase\n45: Elastase\n" + "Endopeptidase\n44: ProAlanase\n45: Elastase\n46: aLP\n" def test_create_enzymes_to_use(capsys): """Test function 'create_enzymes_to_use(enzymes, miscleavage)'""" -- GitLab