Skip to content

Commit a4d3075

Browse files
committed
lint
1 parent 573e510 commit a4d3075

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

modules/nf-core/trust4/meta.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,35 @@ input:
2424
type: file
2525
description: BAM file from bulk or single-cell RNA-seq data
2626
pattern: "*.bam"
27+
ontologies: []
2728
- reads:
2829
type: file
2930
description: List of input FastQ files of size 1 and 2 for single-end and paired-end
3031
data, respectively
32+
ontologies: []
3133
- - fasta:
3234
type: file
3335
description: Path to the fasta file coordinate and sequence of V/D/J/C genes
36+
ontologies: []
3437
- - vdj_reference:
3538
type: file
3639
description: reference file of V/D/J genes
40+
ontologies: []
3741
- - cell_barcode_read:
3842
type: string
3943
description: Read containing cell barcode (either R1 or R2)
4044
- - umi_read:
4145
type: string
4246
description: Read containing umi barcode (either R1 or R2)
43-
- - barcode_whitelist:
47+
- - meta1:
48+
type: map
49+
description: |
50+
Groovy Map containing sample information
51+
e.g. `[ id:'sample1', single_end:false ]
52+
- barcode_whitelist:
4453
type: file
4554
description: BarocdeWhitelist file
55+
ontologies: []
4656
output:
4757
- tsv:
4858
- meta:
@@ -54,6 +64,8 @@ output:
5464
type: file
5565
description: tsv files created by TRUST4
5666
pattern: "*.tsv"
67+
ontologies:
68+
- edam: http://edamontology.org/format_3475 # TSV
5769
- airr_files:
5870
- meta:
5971
type: map
@@ -64,6 +76,8 @@ output:
6476
type: file
6577
description: TRUST4 results in AIRR format
6678
pattern: "*_airr.tsv"
79+
ontologies:
80+
- edam: http://edamontology.org/format_3475 # TSV
6781
- airr_tsv:
6882
- meta:
6983
type: map
@@ -74,6 +88,8 @@ output:
7488
type: file
7589
description: TRUST4 results in AIRR format
7690
pattern: "*_airr.tsv"
91+
ontologies:
92+
- edam: http://edamontology.org/format_3475 # TSV
7793
- report_tsv:
7894
- meta:
7995
type: map
@@ -84,6 +100,8 @@ output:
84100
type: file
85101
description: TRUST4 report in tsv format
86102
pattern: "*_report.tsv"
103+
ontologies:
104+
- edam: http://edamontology.org/format_3475 # TSV
87105
- fasta:
88106
- meta:
89107
type: map
@@ -94,6 +112,7 @@ output:
94112
type: file
95113
description: Fasta files created by TRUST4
96114
pattern: "*.fa"
115+
ontologies: []
97116
- out:
98117
- meta:
99118
type: map
@@ -104,6 +123,7 @@ output:
104123
type: file
105124
description: Further report files
106125
pattern: "*.out"
126+
ontologies: []
107127
- fq:
108128
- meta:
109129
type: map
@@ -114,6 +134,8 @@ output:
114134
type: file
115135
description: Fastq files created by TRUST4
116136
pattern: "*.fq"
137+
ontologies:
138+
- edam: http://edamontology.org/format_1930 # FASTQ
117139
- outs:
118140
- meta:
119141
type: map
@@ -123,11 +145,14 @@ output:
123145
- "**":
124146
type: file
125147
description: outputt files
148+
ontologies: []
126149
- versions:
127150
- versions.yml:
128151
type: file
129152
description: File containing software versions
130153
pattern: "versions.yml"
154+
ontologies:
155+
- edam: http://edamontology.org/format_3750 # YAML
131156
authors:
132157
- "@mapo9, @Joaodemeirelles"
133158
maintainers:

0 commit comments

Comments
 (0)