|
| 1 | +name: "ngsbits_rohhunter" |
| 2 | +description: RohHunter is a tool for run of homozygosity (ROH) detection based |
| 3 | + on a variant list in VCF format. |
| 4 | +keywords: |
| 5 | + - roh |
| 6 | + - homozygosity |
| 7 | + - allele frequency |
| 8 | +tools: |
| 9 | + - "ngsbits": |
| 10 | + description: "Short-read sequencing tools" |
| 11 | + homepage: "https://github.com/imgag/ngs-bits" |
| 12 | + documentation: "https://github.com/imgag/ngs-bits" |
| 13 | + tool_dev_url: "https://github.com/imgag/ngs-bits" |
| 14 | + licence: |
| 15 | + - "MIT" |
| 16 | + identifier: "" |
| 17 | +input: |
| 18 | + - - meta: |
| 19 | + type: map |
| 20 | + description: | |
| 21 | + Groovy Map containing sample information |
| 22 | + e.g. `[ id:'sample1' ]` |
| 23 | + - vcf: |
| 24 | + type: file |
| 25 | + description: VCF file containing variants for ROH detection |
| 26 | + pattern: "*.vcf{,.gz}" |
| 27 | + ontologies: |
| 28 | + - edam: "http://edamontology.org/format_3016" # VCF |
| 29 | + - exclude_bed: |
| 30 | + type: file |
| 31 | + description: BED file with regions to exclude from ROH detection |
| 32 | + pattern: "*.bed" |
| 33 | + ontologies: |
| 34 | + - edam: "http://edamontology.org/format_3003" # BED |
| 35 | + - - meta2: |
| 36 | + type: map |
| 37 | + description: | |
| 38 | + Groovy Map containing annotation information |
| 39 | + e.g. `[ id:'sample1' ]` |
| 40 | + - annotation_beds: |
| 41 | + type: file |
| 42 | + description: BED file with annotation regions for ROH detection |
| 43 | + pattern: "*.bed" |
| 44 | + ontologies: |
| 45 | + - edam: "http://edamontology.org/format_3003" # BED |
| 46 | +output: |
| 47 | + versions_ngsbits: |
| 48 | + - - ${task.process}: |
| 49 | + type: string |
| 50 | + description: The name of the process |
| 51 | + - ngsbits: |
| 52 | + type: string |
| 53 | + description: The name of the tool |
| 54 | + - RohHunter --version | sed 's/RohHunter //': |
| 55 | + type: eval |
| 56 | + description: The expression to obtain the version of the tool |
| 57 | + tsv: |
| 58 | + - - meta: |
| 59 | + type: map |
| 60 | + description: | |
| 61 | + Groovy Map containing sample information |
| 62 | + e.g. `[ id:'sample1' ]` |
| 63 | + - "*.tsv": |
| 64 | + type: file |
| 65 | + description: TSV file containing the detected ROHs |
| 66 | + pattern: "*.tsv" |
| 67 | + ontologies: |
| 68 | + - edam: "http://edamontology.org/format_3475" # TSV |
| 69 | +topics: |
| 70 | + versions: |
| 71 | + - - ${task.process}: |
| 72 | + type: string |
| 73 | + description: The name of the process |
| 74 | + - ngsbits: |
| 75 | + type: string |
| 76 | + description: The name of the tool |
| 77 | + - RohHunter --version | sed 's/RohHunter //': |
| 78 | + type: eval |
| 79 | + description: The expression to obtain the version of the tool |
| 80 | +authors: |
| 81 | + - "@nvnieuwk" |
| 82 | +maintainers: |
| 83 | + - "@nvnieuwk" |
0 commit comments