Skip to content

Commit

Permalink
More renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Aug 19, 2024
1 parent cea7bae commit 402063d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Lint/stub on Linux/Docker](https://github.com/PlantandFoodResearch/genepal/actions/workflows/test.yml/badge.svg)](https://github.com/PlantandFoodResearch/genepal/actions/workflows/test.yml)

A NextFlow pipeline for pan-genome annotation. It can also be used for annotation of a single genome.
A NextFlow pipeline for single genome and pan-genome annotation.

## Flowchart

Expand Down
2 changes: 1 addition & 1 deletion docs/parameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# plantandfoodresearch/genepal pipeline parameters

A NextFlow pipeline for pan-genome annotation
A NextFlow pipeline for single genome and pan-genome annotation

## Input/output options

Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ trace {
}

manifest {
name = 'pangene'
name = 'genepal'
author = """Usman Rashid, Jason Shiller"""
homePage = 'https://github.com/PlantandFoodResearch/pangene'
description = """A NextFlow pipeline for pan-genome annotation"""
homePage = 'https://github.com/PlantandFoodResearch/genepal'
description = """A NextFlow pipeline for single genome and pan-genome annotation"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.4'
version = '0.4.0+dev'
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/plantandfoodresearch/genepal/master/nextflow_schema.json",
"title": "plantandfoodresearch/genepal pipeline parameters",
"description": "A NextFlow pipeline for pan-genome annotation",
"description": "A NextFlow pipeline for single genome and pan-genome annotation",
"type": "object",
"definitions": {
"input_output_options": {
Expand Down

0 comments on commit 402063d

Please sign in to comment.