Switch to unified view

a b/modules/local/bedtools/random/meta.yml
1
---
2
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json
3
name: "bedtools"
4
## TODO nf-core: Add a description of the module and list keywords
5
description: write your description here
6
keywords:
7
  - sort
8
  - example
9
  - genomics
10
tools:
11
  - "bedtools":
12
      ## TODO nf-core: Add a description and other details for the software below
13
      description: "A powerful toolset for genome arithmetic"
14
      homepage: "None"
15
      documentation: "None"
16
      tool_dev_url: "None"
17
      doi: ""
18
      licence: ["MIT"]
19
      identifier: biotools:bedtools
20
21
## TODO nf-core: Add a description of all of the variables used as input
22
input:
23
  #
24
  ## TODO nf-core: Delete / customise this example input
25
  - bam:
26
      type: file
27
      description: Sorted BAM/CRAM/SAM file
28
      pattern: "*.{bam,cram,sam}"
29
      ontologies:
30
        - edam: "http://edamontology.org/format_25722"
31
        - edam: "http://edamontology.org/format_2573"
32
        - edam: "http://edamontology.org/format_3462"
33
34
## TODO nf-core: Add a description of all of the variables used as output
35
output:
36
  - bam:
37
      #
38
      ## TODO nf-core: Delete / customise this example output
39
      - "*.bam":
40
          type: file
41
          description: Sorted BAM/CRAM/SAM file
42
          pattern: "*.{bam,cram,sam}"
43
          ontologies:
44
            - edam: "http://edamontology.org/format_25722"
45
            - edam: "http://edamontology.org/format_2573"
46
            - edam: "http://edamontology.org/format_3462"
47
48
  - versions:
49
      - "versions.yml":
50
          type: file
51
          description: File containing software versions
52
          pattern: "versions.yml"
53
54
authors:
55
  - "@mathysgrapotte"
56
maintainers:
57
  - "@mathysgrapotte"