From ffccf53cdf30876011c165466e6b750364e15a19 Mon Sep 17 00:00:00 2001 From: Usman Rashid Date: Fri, 13 Sep 2024 16:20:32 +1200 Subject: [PATCH] Fixed linting issues --- docs/output.md | 2 -- docs/parameters.md | 2 +- nextflow_schema.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/output.md b/docs/output.md index d60e0ed..f785e95 100644 --- a/docs/output.md +++ b/docs/output.md @@ -6,8 +6,6 @@ This document describes the output produced by the pipeline. The directories listed below will be created in the results directory after the pipeline has finished. All paths are relative to the top-level results directory. - - ## Pipeline overview The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes data using the following steps: diff --git a/docs/parameters.md b/docs/parameters.md index e3d6742..3009d59 100644 --- a/docs/parameters.md +++ b/docs/parameters.md @@ -1,6 +1,6 @@ # plant-food-research-open/genepal pipeline parameters -A Nextflow pipeline for single genome, multiple genomes and pan-genome annotation. +A Nextflow pipeline for single genome, multiple genomes and pan-genome annotation ## Input/output options diff --git a/nextflow_schema.json b/nextflow_schema.json index 60cca38..be0832e 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://raw.githubusercontent.com/plant-food-research-open/genepal/master/nextflow_schema.json", "title": "plant-food-research-open/genepal pipeline parameters", - "description": "A Nextflow pipeline for single genome, multiple genomes and pan-genome annotation.", + "description": "A Nextflow pipeline for single genome, multiple genomes and pan-genome annotation", "type": "object", "definitions": { "input_output_options": {