Skip to content

Commit 5e00a5b

Browse files
authored
update module pbjasmine meta.yml structure (#9235)
update pbjasmine meta.yml structure Signed-off-by: YiJin-Xiong <[email protected]>
1 parent f274c18 commit 5e00a5b

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

modules/nf-core/pbjasmine/meta.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
name: "pbjasmine"
22
description: Identify specific base modifications in PacBio HiFi reads by analyzing polymerase kinetic signatures
33
keywords:
4-
- genomics
5-
- methylation
6-
- bam
7-
- pacbio
4+
- genomics
5+
- methylation
6+
- bam
7+
- pacbio
88
tools:
9-
- "pbjasmine":
10-
description: "Call select base modifications in PacBio HiFi reads."
11-
homepage: "https://github.com/pacificbiosciences/jasmine"
12-
documentation: "https://github.com/pacificbiosciences/jasmine"
13-
tool_dev_url: "https://github.com/pacificbiosciences/jasmine"
14-
doi: "no DOI available"
15-
licence: ['BSD-3-clause-Clear']
16-
identifier: ""
9+
- "pbjasmine":
10+
description: "Call select base modifications in PacBio HiFi reads."
11+
homepage: "https://github.com/pacificbiosciences/jasmine"
12+
documentation: "https://github.com/pacificbiosciences/jasmine"
13+
tool_dev_url: "https://github.com/pacificbiosciences/jasmine"
14+
doi: "no DOI available"
15+
licence: ["BSD-3-clause-Clear"]
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/CRAM file
27-
pattern: "*.{bam,cram}"
28-
ontologies:
29-
- edam: "http://edamontology.org/format_2572" # BAM
30-
- edam: "http://edamontology.org/format_2573" # CRAM
31-
32-
output:
33-
bam:
3419
- - meta:
3520
type: map
3621
description: |
3722
Groovy Map containing sample information
3823
e.g. `[ id:'sample1' ]`
39-
- "${prefix}.bam":
24+
- bam:
4025
type: file
41-
description: Consensus reads with jasmine modification calls
42-
pattern: "*.bam"
26+
description: BAM/CRAM file
27+
pattern: "*.{bam,cram}"
4328
ontologies:
44-
- edam: "http://edamontology.org/format_2572" # BAM
29+
- edam: "http://edamontology.org/format_2572" # BAM
30+
- edam: "http://edamontology.org/format_2573" # CRAM
31+
32+
output:
33+
bam:
34+
- - meta:
35+
type: map
36+
description: |
37+
Groovy Map containing sample information
38+
e.g. `[ id:'sample1' ]`
39+
- "${prefix}.bam":
40+
type: file
41+
description: Consensus reads with jasmine modification calls
42+
pattern: "*.bam"
43+
ontologies:
44+
- edam: "http://edamontology.org/format_2572" # BAM
4545
versions:
46-
- "versions.yml":
47-
type: file
48-
description: File containing software versions
49-
pattern: "versions.yml"
50-
ontologies:
51-
- edam: "http://edamontology.org/format_3750" # YAML
46+
- "versions.yml":
47+
type: file
48+
description: File containing software versions
49+
pattern: "versions.yml"
50+
ontologies:
51+
- edam: "http://edamontology.org/format_3750" # YAML
5252

5353
authors:
54-
- "@YiJin-Xiong"
54+
- "@YiJin-Xiong"
5555
maintainers:
56-
- "@YiJin-Xiong"
56+
- "@YiJin-Xiong"

0 commit comments

Comments
 (0)