@@ -24,25 +24,35 @@ input:
24
24
type : file
25
25
description : BAM file from bulk or single-cell RNA-seq data
26
26
pattern : " *.bam"
27
+ ontologies : []
27
28
- reads :
28
29
type : file
29
30
description : List of input FastQ files of size 1 and 2 for single-end and paired-end
30
31
data, respectively
32
+ ontologies : []
31
33
- - fasta :
32
34
type : file
33
35
description : Path to the fasta file coordinate and sequence of V/D/J/C genes
36
+ ontologies : []
34
37
- - vdj_reference :
35
38
type : file
36
39
description : reference file of V/D/J genes
40
+ ontologies : []
37
41
- - cell_barcode_read :
38
42
type : string
39
43
description : Read containing cell barcode (either R1 or R2)
40
44
- - umi_read :
41
45
type : string
42
46
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 :
44
53
type : file
45
54
description : BarocdeWhitelist file
55
+ ontologies : []
46
56
output :
47
57
- tsv :
48
58
- meta :
@@ -54,6 +64,8 @@ output:
54
64
type : file
55
65
description : tsv files created by TRUST4
56
66
pattern : " *.tsv"
67
+ ontologies :
68
+ - edam : http://edamontology.org/format_3475 # TSV
57
69
- airr_files :
58
70
- meta :
59
71
type : map
@@ -64,6 +76,8 @@ output:
64
76
type : file
65
77
description : TRUST4 results in AIRR format
66
78
pattern : " *_airr.tsv"
79
+ ontologies :
80
+ - edam : http://edamontology.org/format_3475 # TSV
67
81
- airr_tsv :
68
82
- meta :
69
83
type : map
@@ -74,6 +88,8 @@ output:
74
88
type : file
75
89
description : TRUST4 results in AIRR format
76
90
pattern : " *_airr.tsv"
91
+ ontologies :
92
+ - edam : http://edamontology.org/format_3475 # TSV
77
93
- report_tsv :
78
94
- meta :
79
95
type : map
@@ -84,6 +100,8 @@ output:
84
100
type : file
85
101
description : TRUST4 report in tsv format
86
102
pattern : " *_report.tsv"
103
+ ontologies :
104
+ - edam : http://edamontology.org/format_3475 # TSV
87
105
- fasta :
88
106
- meta :
89
107
type : map
@@ -94,6 +112,7 @@ output:
94
112
type : file
95
113
description : Fasta files created by TRUST4
96
114
pattern : " *.fa"
115
+ ontologies : []
97
116
- out :
98
117
- meta :
99
118
type : map
@@ -104,6 +123,7 @@ output:
104
123
type : file
105
124
description : Further report files
106
125
pattern : " *.out"
126
+ ontologies : []
107
127
- fq :
108
128
- meta :
109
129
type : map
@@ -114,6 +134,8 @@ output:
114
134
type : file
115
135
description : Fastq files created by TRUST4
116
136
pattern : " *.fq"
137
+ ontologies :
138
+ - edam : http://edamontology.org/format_1930 # FASTQ
117
139
- outs :
118
140
- meta :
119
141
type : map
@@ -123,11 +145,14 @@ output:
123
145
- " ** " :
124
146
type : file
125
147
description : outputt files
148
+ ontologies : []
126
149
- versions :
127
150
- versions.yml :
128
151
type : file
129
152
description : File containing software versions
130
153
pattern : " versions.yml"
154
+ ontologies :
155
+ - edam : http://edamontology.org/format_3750 # YAML
131
156
authors :
132
157
- " @mapo9, @Joaodemeirelles"
133
158
maintainers :
0 commit comments