Skip to content

Commit d0eeb5e

Browse files
authored
Merge pull request #69 from nf-core/pre-release-small-updates
pipeline description and nf-core modules updates
2 parents b4af633 + a4d3fe5 commit d0eeb5e

13 files changed

Lines changed: 199 additions & 118 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>

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"seqkit/replace": {
3939
"branch": "master",
40-
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
40+
"git_sha": "2eccc519c7d25e24c8ef2a5a94062630b8383daf",
4141
"installed_by": ["faa_seqfu_seqkit"]
4242
},
4343
"seqkit/rmdup": {
@@ -52,7 +52,7 @@
5252
},
5353
"seqkit/stats": {
5454
"branch": "master",
55-
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
55+
"git_sha": "28935b89b7e1f19e835f8c6e4c8322d4b505dded",
5656
"installed_by": ["modules"]
5757
},
5858
"untar": {
@@ -66,7 +66,7 @@
6666
"nf-core": {
6767
"faa_seqfu_seqkit": {
6868
"branch": "master",
69-
"git_sha": "911a3c360b0ebdae4e36beaf734e6905174d3507",
69+
"git_sha": "2eccc519c7d25e24c8ef2a5a94062630b8383daf",
7070
"installed_by": ["subworkflows"]
7171
},
7272
"utils_nextflow_pipeline": {

modules/nf-core/seqkit/replace/main.nf

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/seqkit/replace/meta.yml

Lines changed: 22 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/seqkit/replace/tests/main.nf.test.snap

Lines changed: 56 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/seqkit/stats/main.nf

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/seqkit/stats/meta.yml

Lines changed: 22 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)