.gitignore
.travis.yml
LICENCE.txt
MANIFEST.in
README.rst
ez_setup.py
setup.py
docs/Makefile
docs/README.md
docs/conf.py
docs/favicon.png
docs/html_logo.png
docs/index.rst
docs/make.bat
docs/makehtml.sh
docs/ref.rst
docs/_static/css/main.css
docs/_static/images/example_ideal.png
docs/_static/images/general_schema.png
docs/_static/images/html_logo.png
docs/_static/images/pw_maze_dark.png
docs/_static/images/pw_maze_purple.png
docs/_static/images/pw_maze_white.png
docs/_static/images/title.png
examples/basic_picklist.py
plateo/AssemblyPlan.py
plateo/PickList.py
plateo/Plate.py
plateo/Well.py
plateo/__init__.py
plateo/tools.py
plateo/version.py
plateo.egg-info/PKG-INFO
plateo.egg-info/SOURCES.txt
plateo.egg-info/dependency_links.txt
plateo.egg-info/requires.txt
plateo.egg-info/top_level.txt
plateo/containers/__init__.py
plateo/containers/plates.py
plateo/exporters/AssemblyPicklistGenerator.py
plateo/exporters/__init__.py
plateo/exporters/picklist_to_animation.py
plateo/exporters/picklist_to_assembly_mix_report.py
plateo/exporters/picklist_to_labcyte_echo_picklist_file.py
plateo/exporters/picklist_to_tecan_evo_picklist_file.py
plateo/exporters/plate_to_bokeh_plots.py
plateo/exporters/plate_to_genesift_sequencing_order_spreadsheet.py
plateo/exporters/plate_to_matplotlib_plots.py
plateo/exporters/plate_to_tables.py
plateo/exporters/reports/__init__.py
plateo/exporters/reports/report_writer.py
plateo/exporters/reports/templates/assembly_mix_picklist_report.pug
plateo/exporters/reports/templates/assembly_plan_report.pug
plateo/exporters/reports/templates/default_style.css
plateo/exporters/reports/templates/imgs/logo.png
plateo/parsers/__init__.py
plateo/parsers/file_parsers.py
plateo/parsers/picklist_from_labcyte_echo_logfile.py
plateo/parsers/picklist_from_labcyte_echo_picklist_file.py
plateo/parsers/picklist_from_tecan_evo_picklist_file.py
plateo/parsers/plate_from_aati_fragment_analyzer.py
plateo/parsers/plate_from_geneart_shipment_layout_sheet.py
plateo/parsers/plate_from_nanodrop_xml_file.py
plateo/parsers/plate_from_nanoquant_reads.py
plateo/parsers/plate_from_roche_lightcycler_qPCR.py
plateo/parsers/plate_from_tables.py
plateo/parsers/plate_volumes_from_labcyte_echo_files.py
tests/test_containers_and_picklists.py
tests/test_picklist_exporters.py
tests/test_picklist_parsers.py
tests/test_plate_exporters.py
tests/test_plate_parsers.py
tests/test_tools.py