Skip to content

Commit 2ff19cd

Browse files
committed
pipeline descr change
1 parent b4af633 commit 2ff19cd

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.nf-core.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ nf_core_version: 3.5.1
1212
repository_type: pipeline
1313
template:
1414
author: Olga Botvinnik
15-
description: The best protein annotation pipeline in the world. Protein fasta ->
16-
??? -> Annotations!
15+
description: Generation of sequence-level annotations for amino acid sequences
1716
version: 1.0.0dev
1817
force: true
1918
outdir: .

assets/email_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66

7-
<meta name="description" content="nf-core/proteinannotator: The best protein annotation pipeline in the world. Protein fasta -> ??? -> Annotations!">
7+
<meta name="description" content="nf-core/proteinannotator: Generation of sequence-level annotations for amino acid sequences">
88
<title>nf-core/proteinannotator Pipeline Report</title>
99
</head>
1010
<body>

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ manifest {
283283
]
284284
]
285285
homePage = 'https://github.com/nf-core/proteinannotator'
286-
description = """The best protein annotation pipeline in the world. Protein fasta -> ??? -> Annotations!"""
286+
description = """Generation of sequence-level annotations for amino acid sequences"""
287287
mainScript = 'main.nf'
288288
defaultBranch = 'master'
289289
nextflowVersion = '!>=25.10.0'

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://raw.githubusercontent.com/nf-core/proteinannotator/master/nextflow_schema.json",
44
"title": "nf-core/proteinannotator pipeline parameters",
5-
"description": "The best protein annotation pipeline in the world. Protein fasta -> ??? -> Annotations!",
5+
"description": "Generation of sequence-level annotations for amino acid sequences",
66
"type": "object",
77
"$defs": {
88
"input_output_options": {

0 commit comments

Comments
 (0)