From d1128bcd6ea3f41ed67daea643b38d2d16bf71a0 Mon Sep 17 00:00:00 2001 From: gbayarri Date: Fri, 31 May 2024 15:31:19 +0200 Subject: [PATCH] Fixed bug in JSON --- biobb_pmx/json_schemas/biobb_pmx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biobb_pmx/json_schemas/biobb_pmx.json b/biobb_pmx/json_schemas/biobb_pmx.json index 1a87e32..23ea603 100644 --- a/biobb_pmx/json_schemas/biobb_pmx.json +++ b/biobb_pmx/json_schemas/biobb_pmx.json @@ -1,6 +1,6 @@ { "_id": "biobb_pmx", - "desc": "Biobb_pmx is the Biobb module collection to perform PMX executions.", + "desc": "Biobb_pmx is the Biobb module collection to perform PMX executions", "github": "https://github.com/bioexcel/biobb_pmx", "readthedocs": "https://biobb-pmx.readthedocs.io/en/latest/", "conda": "https://anaconda.org/bioconda/biobb_pmx",