1- schema_version : 1.1.0
21name : " bioawk"
3- description : Bioawk is an extension to Brian Kernighan's awk, adding the support of several common biological data formats.
4-
2+ description : Bioawk is an extension to Brian Kernighan's awk, adding the support
3+ of several common biological data formats.
54keywords :
65 - bioawk
76 - fastq
87 - fasta
98 - sam
109 - file manipulation
1110 - awk
12-
1311tools :
1412 - bioawk :
1513 description : BWK awk modified for biological data
1614 homepage : https://github.com/lh3/bioawk
1715 documentation : https://github.com/lh3/bioawk
1816 tool_dev_url : https://github.com/lh3/bioawk
1917 licence :
20- - Free software license (https://github.com/lh3/bioawk/blob/master/README.awk#L1)
18+ - Free software license
19+ (https://github.com/lh3/bioawk/blob/master/README.awk#L1)
2120 identifier : " "
22-
2321input :
2422 - - meta :
2523 type : map
@@ -31,9 +29,28 @@ input:
3129 description : |
3230 Input biological sequence file (optionally gzipped) to be manipulated via the program specified in `$args`.
3331 pattern : " *.{bed,gff,sam,vcf,fastq,fasta,tab,bed.gz,gff.gz,sam.gz,vcf.gz,fastq.gz,fasta.gz,tab.gz}"
34-
32+ ontologies :
33+ - edam : http://edamontology.org/format_1930
34+ - edam : http://edamontology.org/format_3475
35+ - suffix :
36+ type : string
37+ description : The suffix to add to the output file name.
38+ - zip_bool :
39+ type : boolean
40+ description : Whether to gzip the output file.
41+ pattern : " true|false"
3542output :
3643 output :
44+ - - meta :
45+ type : map
46+ description : |
47+ Groovy Map containing sample information
48+ e.g. [ id:'test', single_end:false ]
49+ - ${file_output} :
50+ type : file
51+ description : Manipulated version of the input sequence file.
52+ ontologies : []
53+ gz_output :
3754 - - meta :
3855 type : map
3956 description : |
@@ -43,32 +60,31 @@ output:
4360 type : file
4461 description : Manipulated and gzipped version of the input sequence file.
4562 pattern : " *.gz"
46-
63+ ontologies :
64+ - edam : http://edamontology.org/format_3989
4765 versions_bioawk :
48- - - " ${task.process}" :
66+ - - ${task.process} :
4967 type : string
5068 description : The name of the process
51- - " bioawk " :
69+ - bioawk :
5270 type : string
5371 description : The name of the tool
5472 - " 1.0 " :
5573 type : string
56- description : The version of the tool
57-
74+ description : The expression to obtain the version of the tool
5875topics :
5976 versions :
60- - - " ${task.process}" :
77+ - - ${task.process} :
6178 type : string
6279 description : The name of the process
63- - " bioawk " :
80+ - bioawk :
6481 type : string
6582 description : The name of the tool
6683 - " 1.0 " :
6784 type : string
68- description : The version of the tool
69-
85+ description : The expression to obtain the version of the tool
7086authors :
7187 - " @jfy133"
72-
7388maintainers :
7489 - " @jfy133"
90+ schema_version : 1.1.0
0 commit comments