Login

Qiime2 manifest table exporter

EXPORTER
Typing name :  TASK.gws_ubiome.Qiime2ManifestTableExporter Brick :  gws_ubiome v Parent : 

Export Qiime2 manifest table to a file

Generic task that take a file as input and return a resource

Override the export_to_path method to export the resource into a fsNode

Input

Output

Configuration

file_name

Optional

File name (without extension)

Type : string

file_format

Optional

File format

Type : stringAllowed values : xlsx  xls  csv  tsv  tab  txt  Default value : csv

delimiter

Optional

Delimiter character. Only for CSV files

Type : stringAllowed values : auto  tab  space  ,  ;  Default value : auto

write_header

OptionalAdvanced parameter

Set True to write column names (header), False otherwise

Type : boolDefault value : true

write_index

OptionalAdvanced parameter

Set True to write row names (index), False otherwise

Type : boolDefault value : true