From 95d34a2efc163f92398524dae57f5bba0ad52557 Mon Sep 17 00:00:00 2001
From: nservant <nicolas.servant@curie.fr>
Date: Thu, 5 May 2022 16:19:39 +0200
Subject: [PATCH] [LINT] fix

---
 nextflow_schema.json | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/nextflow_schema.json b/nextflow_schema.json
index f7f61b7..ffd2c0b 100644
--- a/nextflow_schema.json
+++ b/nextflow_schema.json
@@ -112,12 +112,6 @@
                     "description": "If generated by the pipeline save the annotation and indexes in the results directory.",
                     "help_text": "Use this parameter to save all annotations to your results folder. These can then be used for future pipeline runs, reducing processing times.",
                     "fa_icon": "fas fa-save"
-                },
-                "save_nonvalid_pairs": {
-                    "type": "boolean",
-                    "description": "Save the non valid pairs detected by HiC-Pro.",
-                    "help_text": "Use this parameter to save non valid pairs detected by HiC-Pro (dangling-end, self-circle, re-ligation, filtered).",
-                    "fa_icon": "fas fa-save"
                 }
             }
         },
-- 
GitLab