Skip to content

Commit f274c18

Browse files
authored
Update module modkit metayml (#9237)
* update modkit/callmods meta.yml structure Signed-off-by: YiJin-Xiong <[email protected]> * update modkit/repair meta.yml structure Signed-off-by: YiJin-Xiong <[email protected]> --------- Signed-off-by: YiJin-Xiong <[email protected]>
1 parent b29fd98 commit f274c18

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

modules/nf-core/modkit/callmods/meta.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,64 @@
22
name: "modkit_callmods"
33
description: Call mods from a modbam, creates a new modbam with probabilities set to 100% if a base modification is called or 0% if called canonical
44
keywords:
5-
- methylation
6-
- ont
7-
- long-read
5+
- methylation
6+
- ont
7+
- long-read
88
tools:
9-
- "modkit":
10-
description: "A bioinformatics tool for working with modified bases in Oxford Nanopore sequencing data."
11-
homepage: "https://nanoporetech.github.io/modkit/"
12-
documentation: "https://nanoporetech.github.io/modkit/"
13-
tool_dev_url: "https://github.com/nanoporetech/modkit"
14-
doi: "no DOI available"
15-
licence: ['Oxford Nanopore Technologies PLC. Public License Version 1.0']
16-
identifier: ""
9+
- "modkit":
10+
description: "A bioinformatics tool for working with modified bases in Oxford Nanopore sequencing data."
11+
homepage: "https://nanoporetech.github.io/modkit/"
12+
documentation: "https://nanoporetech.github.io/modkit/"
13+
tool_dev_url: "https://github.com/nanoporetech/modkit"
14+
doi: "no DOI available"
15+
licence: ["Oxford Nanopore Technologies PLC. Public License Version 1.0"]
16+
identifier: ""
1717

1818
input:
19-
- - meta:
20-
type: map
21-
description: |
22-
Groovy Map containing sample information
23-
e.g. `[ id:'sample1' ]`
24-
- bam:
25-
type: file
26-
description: BAM file
27-
pattern: "*.bam"
28-
ontologies:
29-
- edam: "http://edamontology.org/format_2572" # BAM
30-
31-
output:
32-
bam:
3319
- - meta:
3420
type: map
3521
description: |
3622
Groovy Map containing sample information
3723
e.g. `[ id:'sample1' ]`
38-
- "*.bam":
24+
- bam:
3925
type: file
40-
description: BAM file with base modification probabilities
26+
description: BAM file
27+
pattern: "*.bam"
4128
ontologies:
42-
- edam: "http://edamontology.org/format_2572" # BAM
29+
- edam: "http://edamontology.org/format_2572" # BAM
30+
31+
output:
32+
bam:
33+
- - meta:
34+
type: map
35+
description: |
36+
Groovy Map containing sample information
37+
e.g. `[ id:'sample1' ]`
38+
- "*.bam":
39+
type: file
40+
description: BAM file with base modification probabilities
41+
ontologies:
42+
- edam: "http://edamontology.org/format_2572" # BAM
4343
log:
44-
- - meta:
45-
type: map
46-
description: |
47-
Groovy Map containing sample information
48-
e.g. `[ id:'sample1' ]`
49-
- "*.log":
44+
- - meta:
45+
type: map
46+
description: |
47+
Groovy Map containing sample information
48+
e.g. `[ id:'sample1' ]`
49+
- "*.log":
50+
type: file
51+
description: File for debug logs to be written to
52+
ontologies:
53+
- edam: "http://edamontology.org/data_1678" # log
54+
versions:
55+
- "versions.yml":
5056
type: file
51-
description: File for debug logs to be written to
57+
description: File containing software versions
58+
pattern: "versions.yml"
5259
ontologies:
53-
- edam: "http://edamontology.org/data_1678" # log
54-
versions:
55-
- "versions.yml":
56-
type: file
57-
description: File containing software versions
58-
pattern: "versions.yml"
59-
ontologies:
60-
- edam: "http://edamontology.org/format_3750" # YAML
60+
- edam: "http://edamontology.org/format_3750" # YAML
6161

6262
authors:
63-
- "@YiJin-Xiong"
63+
- "@YiJin-Xiong"
6464
maintainers:
65-
- "@YiJin-Xiong"
65+
- "@YiJin-Xiong"

modules/nf-core/modkit/repair/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json
22
name: "modkit_repair"
33
description: Modkit is a bioinformatics tool for working with modified bases in Oxford Nanopore sequencing data. The command `modkit reapir` is used for repairing the MM/ML tags on trimmed or hard-clipped ONT reads.
4-
4+
55
keywords:
66
- methylation
77
- ont

0 commit comments

Comments
 (0)