|
| 1 | +--- |
| 2 | +# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json |
| 3 | +name: "seq2hla" |
| 4 | +description: Precision HLA typing and expression from RNA-seq data using seq2HLA |
| 5 | +keywords: |
| 6 | + - hla |
| 7 | + - typing |
| 8 | + - rna-seq |
| 9 | + - genomics |
| 10 | + - immunogenetics |
| 11 | +tools: |
| 12 | + - "seq2hla": |
| 13 | + description: "Precision HLA typing and expression from next-generation RNA sequencing data" |
| 14 | + homepage: "https://github.com/TRON-Bioinformatics/seq2HLA" |
| 15 | + documentation: "https://github.com/TRON-Bioinformatics/seq2HLA#readme" |
| 16 | + tool_dev_url: "https://github.com/TRON-Bioinformatics/seq2HLA" |
| 17 | + doi: "10.1186/s13073-015-0240-5" |
| 18 | + licence: ['MIT'] |
| 19 | + identifier: biotools:seq2HLA |
| 20 | + |
| 21 | +input: |
| 22 | + - - meta: |
| 23 | + type: map |
| 24 | + description: | |
| 25 | + Groovy Map containing sample information |
| 26 | + e.g. `[ id:'sample1', single_end:false ]` |
| 27 | + - reads: |
| 28 | + type: file |
| 29 | + description: Paired-end FASTQ files for RNA-seq data |
| 30 | + pattern: "*.{fastq.gz,fq.gz}" |
| 31 | + ontologies: |
| 32 | + - edam: http://edamontology.org/format_1930 # FASTQ |
| 33 | + |
| 34 | +output: |
| 35 | + class1_genotype_2d: |
| 36 | + - - meta: |
| 37 | + type: map |
| 38 | + description: | |
| 39 | + Groovy Map containing sample information |
| 40 | + e.g. `[ id:'sample1', single_end:false ]` |
| 41 | + - "*ClassI-class.HLAgenotype2digits": |
| 42 | + type: file |
| 43 | + description: HLA Class I 2-digit genotype results |
| 44 | + pattern: "*ClassI-class.HLAgenotype2digits" |
| 45 | + ontologies: [] |
| 46 | + class2_genotype_2d: |
| 47 | + - - meta: |
| 48 | + type: map |
| 49 | + description: | |
| 50 | + Groovy Map containing sample information |
| 51 | + e.g. `[ id:'sample1', single_end:false ]` |
| 52 | + - "*ClassII.HLAgenotype2digits": |
| 53 | + type: file |
| 54 | + description: HLA Class II 2-digit genotype results |
| 55 | + pattern: "*ClassII.HLAgenotype2digits" |
| 56 | + ontologies: [] |
| 57 | + class1_genotype_4d: |
| 58 | + - - meta: |
| 59 | + type: map |
| 60 | + description: | |
| 61 | + Groovy Map containing sample information |
| 62 | + e.g. `[ id:'sample1', single_end:false ]` |
| 63 | + - "*ClassI-class.HLAgenotype4digits": |
| 64 | + type: file |
| 65 | + description: HLA Class I 4-digit genotype results |
| 66 | + pattern: "*ClassI-class.HLAgenotype4digits" |
| 67 | + ontologies: [] |
| 68 | + class2_genotype_4d: |
| 69 | + - - meta: |
| 70 | + type: map |
| 71 | + description: | |
| 72 | + Groovy Map containing sample information |
| 73 | + e.g. `[ id:'sample1', single_end:false ]` |
| 74 | + - "*ClassII.HLAgenotype4digits": |
| 75 | + type: file |
| 76 | + description: HLA Class II 4-digit genotype results |
| 77 | + pattern: "*ClassII.HLAgenotype4digits" |
| 78 | + ontologies: [] |
| 79 | + class1_bowtielog: |
| 80 | + - - meta: |
| 81 | + type: map |
| 82 | + description: | |
| 83 | + Groovy Map containing sample information |
| 84 | + e.g. `[ id:'sample1', single_end:false ]` |
| 85 | + - "*ClassI-class.bowtielog": |
| 86 | + type: file |
| 87 | + description: HLA Class I Bowtie alignment log |
| 88 | + pattern: "*ClassI-class.bowtielog" |
| 89 | + ontologies: [] |
| 90 | + class2_bowtielog: |
| 91 | + - - meta: |
| 92 | + type: map |
| 93 | + description: | |
| 94 | + Groovy Map containing sample information |
| 95 | + e.g. `[ id:'sample1', single_end:false ]` |
| 96 | + - "*ClassII.bowtielog": |
| 97 | + type: file |
| 98 | + description: HLA Class II Bowtie alignment log |
| 99 | + pattern: "*ClassII.bowtielog" |
| 100 | + ontologies: [] |
| 101 | + class1_expression: |
| 102 | + - - meta: |
| 103 | + type: map |
| 104 | + description: | |
| 105 | + Groovy Map containing sample information |
| 106 | + e.g. `[ id:'sample1', single_end:false ]` |
| 107 | + - "*ClassI-class.expression": |
| 108 | + type: file |
| 109 | + description: HLA Class I expression results |
| 110 | + pattern: "*ClassI-class.expression" |
| 111 | + ontologies: [] |
| 112 | + class2_expression: |
| 113 | + - - meta: |
| 114 | + type: map |
| 115 | + description: | |
| 116 | + Groovy Map containing sample information |
| 117 | + e.g. `[ id:'sample1', single_end:false ]` |
| 118 | + - "*ClassII.expression": |
| 119 | + type: file |
| 120 | + description: HLA Class II expression results |
| 121 | + pattern: "*ClassII.expression" |
| 122 | + ontologies: [] |
| 123 | + class1_nonclass_genotype_2d: |
| 124 | + - - meta: |
| 125 | + type: map |
| 126 | + description: | |
| 127 | + Groovy Map containing sample information |
| 128 | + e.g. `[ id:'sample1', single_end:false ]` |
| 129 | + - "*ClassI-nonclass.HLAgenotype2digits": |
| 130 | + type: file |
| 131 | + description: HLA Class I non-classical 2-digit genotype results |
| 132 | + pattern: "*ClassI-nonclass.HLAgenotype2digits" |
| 133 | + ontologies: [] |
| 134 | + ambiguity: |
| 135 | + - - meta: |
| 136 | + type: map |
| 137 | + description: | |
| 138 | + Groovy Map containing sample information |
| 139 | + e.g. `[ id:'sample1', single_end:false ]` |
| 140 | + - "*.ambiguity": |
| 141 | + type: file |
| 142 | + description: HLA typing ambiguity results |
| 143 | + pattern: "*.ambiguity" |
| 144 | + ontologies: [] |
| 145 | + class1_nonclass_genotype_4d: |
| 146 | + - - meta: |
| 147 | + type: map |
| 148 | + description: | |
| 149 | + Groovy Map containing sample information |
| 150 | + e.g. `[ id:'sample1', single_end:false ]` |
| 151 | + - "*ClassI-nonclass.HLAgenotype4digits": |
| 152 | + type: file |
| 153 | + description: HLA Class I non-classical 4-digit genotype results |
| 154 | + pattern: "*ClassI-nonclass.HLAgenotype4digits" |
| 155 | + ontologies: [] |
| 156 | + class1_nonclass_bowtielog: |
| 157 | + - - meta: |
| 158 | + type: map |
| 159 | + description: | |
| 160 | + Groovy Map containing sample information |
| 161 | + e.g. `[ id:'sample1', single_end:false ]` |
| 162 | + - "*ClassI-nonclass.bowtielog": |
| 163 | + type: file |
| 164 | + description: HLA Class I non-classical Bowtie alignment log |
| 165 | + pattern: "*ClassI-nonclass.bowtielog" |
| 166 | + ontologies: [] |
| 167 | + class1_nonclass_expression: |
| 168 | + - - meta: |
| 169 | + type: map |
| 170 | + description: | |
| 171 | + Groovy Map containing sample information |
| 172 | + e.g. `[ id:'sample1', single_end:false ]` |
| 173 | + - "*ClassI-nonclass.expression": |
| 174 | + type: file |
| 175 | + description: HLA Class I non-classical expression results |
| 176 | + pattern: "*ClassI-nonclass.expression" |
| 177 | + ontologies: [] |
| 178 | + versions: |
| 179 | + - versions.yml: |
| 180 | + type: file |
| 181 | + description: File containing software versions |
| 182 | + pattern: "versions.yml" |
| 183 | + ontologies: |
| 184 | + - edam: http://edamontology.org/format_3750 # YAML |
| 185 | + |
| 186 | +authors: |
| 187 | + - "@FriederikeHanssen" |
| 188 | +maintainers: |
| 189 | + - "@FriederikeHanssen" |
0 commit comments