Metadata-Version: 2.1
Name: informverify
Version: 0.1.5
Summary: inForm PerkinElmer file assumption verification
Home-page: https://github.com/jason-weirather/inform-verify
Author: Jason L Weirather
Author-email: jason.weirather@gmail.com
License: Apache License, Version 2.0
Keywords: bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: pythologist (==0.1.10)
Requires-Dist: Pillow (>=2.2.1)

# inform-verify
Verify InForm format assumptions

## Install and run inform-verify

From a python3 environment

`$ pip install informverify`

`$ informverify myinformfolder --panel_source mypanels.json --panel_name Disease1 --panel_version 1.0`

## Run inform-verify through Docker

`$ docker pull vacation/inform-verify:latest`

`$ docker run --rm -v $(pwd):$(pwd) vacation/inform-verify:latest informverify $(pwd)/myinformfolder --panel_source $(pwd)/mypanels.json --panel_name Disease1 --panel_version 1.0`


