From 6cc80fc384bc6cca8ded082e29bb186cd6e34f44 Mon Sep 17 00:00:00 2001
From: nservant <nicolas.servant@curie.fr>
Date: Thu, 11 Jun 2020 10:31:58 +0200
Subject: [PATCH] [MODIF] update doc for Arima

---
 CHANGELOG.md  | 1 +
 docs/usage.md | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5543ec9..c8645cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ### `Fixed`
 
+* Fix error in doc for Arima kit usage
 * Sort output of `get_valid_interaction` process as the input files of `remove_duplicates`
 are expected to be sorted (sort -m)
 
diff --git a/docs/usage.md b/docs/usage.md
index 66d1945..cef7bf3 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -398,7 +398,7 @@ Here are a few examples:
 * DpnII: ^GATC
 * BglII: A^GATCT
 * HindIII: A^AGCTT
-* ARIMA kit: ^GATC,^GANT
+* ARIMA kit: ^GATC,G^ANTC
 
 Note that multiples restriction motifs can be provided (comma-separated) and
 that 'N' base are supported.
@@ -419,7 +419,7 @@ Default: 'AAGCTAGCTT'
 --ligation_site '[Ligation motif]'
 ```
 
-Exemple of the ARIMA kit: GATCGATC,GATCGANT,GANTGATC,GANTGANT
+Exemple of the ARIMA kit: GATCGATC,GANTGATC,GANTANTC,GATCANTC
 
 #### `--min_restriction_fragment_size`
 
-- 
GitLab