Skip to main content

Refactor and reformat text data

Project description

Currently only includes one module: flextableparser. To use:

>>> from sliders import flextableparser
>>> parser = flextableparser.FlexTableParser(config.json, output_file, static_values)
>>> parser = flextableparser.FlexTableParser()
>>> parser.configure(json_file)
>>> parser.add_static_values(dict)
>>> parser.parse_file(input_file, output_file_handle)
>>> output = parser.parse_file(input_file)

$ text2table --schema=fastqc fastqc.data
$ text2table --schema=fastqc fastqc.data 2>&1 > fastqc.csv  # Send CSV output to file
$ text2table --schema=fastqc fastqc_1.data fastqc_2.data
$ text2table --schema=fastqc --output_file=out.csv fastqc.data
$ text2table --schema=fastqc --output_file=out.csv --static_values=series:test,sample:A fastqc.data
$ text2table --schema=fastqc ../tests/sample_fastqc.data ../tests/sample_fastqc_2.data 2>&1 >/dev/null

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sliders-0.1.3.tar.gz (6.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page