From f2bbdcc867c7eab8aae2bb17d05ce36681e4d0a4 Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Wed, 16 May 2018 17:06:09 +0200 Subject: [PATCH] Example of previous bug when two rules applied at same time --- docs/userguide.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index edf3aa0..929575a 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -625,13 +625,17 @@ This enzyme will always cleave before A (`P1'` ) when not followed by P (`P2'` ) CWBAPE rpg -i GTBAMF -e 43 - >Input_0_rpg_example_userguide_0_6_491.54438_5.54 + >Input_0_rpg_example_userguide_0_6_525.62028_5.54 GTBAMF + + rpg -i GTBAPE -e 43 + >Input_0_rpg_example_userguide_0_6_473.48328_3.6 + GTBAPE rpg -i GTBAME -e 43 >Input_0_rpg_example_userguide_3_3_176.17228_5.54 GTB - >Input_1_rpg_example_userguide_6_3_315.32628_3.6 + >Input_1_rpg_example_userguide_6_3_349.40218_3.6 AME It is important to understand that an exception should always be linked to a rule. If one inputs this rule: -- GitLab