From 95cbe76a112115f0d6901dd3c15abda8c83d4108 Mon Sep 17 00:00:00 2001 From: nservant <nicolas.servant@curie.fr> Date: Tue, 19 Nov 2019 16:46:44 +0100 Subject: [PATCH] Fix typo in help message --- main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nf b/main.nf index 31f73a8..82365f1 100644 --- a/main.nf +++ b/main.nf @@ -42,7 +42,7 @@ def helpMessage() { --restriction_site Cutting motif(s) of restriction enzyme(s) (comma separated). Default: 'A^AGCTT' --ligation_site Ligation motifs to trim (comma separated). Default: 'AAGCTAGCTT' --min_restriction_fragment_size Minimum size of restriction fragments to consider. Default: None - --max_restriction_framgnet_size Maximum size of restriction fragmants to consider. Default: None + --max_restriction_fragment_size Maximum size of restriction fragments to consider. Default: None --min_insert_size Minimum insert size of mapped reads to consider. Default: None --max_insert_size Maximum insert size of mapped reads to consider. Default: None --saveInteractionBAM Save BAM file with interaction tags (dangling-end, self-circle, etc.). Default: False -- GitLab