|
2 | 2 | name: "modkit_callmods" |
3 | 3 | 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 |
4 | 4 | keywords: |
5 | | -- methylation |
6 | | -- ont |
7 | | -- long-read |
| 5 | + - methylation |
| 6 | + - ont |
| 7 | + - long-read |
8 | 8 | 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: "" |
17 | 17 |
|
18 | 18 | 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: |
33 | 19 | - - meta: |
34 | 20 | type: map |
35 | 21 | description: | |
36 | 22 | Groovy Map containing sample information |
37 | 23 | e.g. `[ id:'sample1' ]` |
38 | | - - "*.bam": |
| 24 | + - bam: |
39 | 25 | type: file |
40 | | - description: BAM file with base modification probabilities |
| 26 | + description: BAM file |
| 27 | + pattern: "*.bam" |
41 | 28 | 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 |
43 | 43 | 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": |
50 | 56 | type: file |
51 | | - description: File for debug logs to be written to |
| 57 | + description: File containing software versions |
| 58 | + pattern: "versions.yml" |
52 | 59 | 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 |
61 | 61 |
|
62 | 62 | authors: |
63 | | -- "@YiJin-Xiong" |
| 63 | + - "@YiJin-Xiong" |
64 | 64 | maintainers: |
65 | | -- "@YiJin-Xiong" |
| 65 | + - "@YiJin-Xiong" |
0 commit comments