- Updated manifest json parsing to deserialize into an OrderedDict, preserving key order, which enables quick launch inputs to be ordered
2.0.8
------
Added ~~~~~
- ``launch`` command now supports –save_input option to save the protocol input as a local file
Fixed ~~~~~
- ``launch`` command now properly supported either a project name or project id for the ``project`` option - typo AutoProtocol -> Autoprotocol
2.0.7
------
Added ~~~~~
- ``launch`` command to configure and run protocols without needing to package and upload them first
2.0.6
------
Fixed ~~~~~
- RMSE calculation in spectrophotometry.py now reports correct RMSE - transcriptic submit now correctly parses new autopick group - containter attributes are correctly requested from transcriptic via spectrophotometry.py
2.0.5
------
Added ~~~~~
- List runs in a specific project using the ``transcriptic runs <project_name_or_id`` command
2.0.4
------
Added ~~~~~
- Enabled ``analyze`` and ``submit`` to work for Protocol objects - Additional functionality to Container object: Use your favorite autoprotocol ContainerType functions - Additional properties of Container object exposed: Use wellMap to return a mapping of the well indices to aliquot names
Fixed ~~~~~
- Set plot to default to use mpl=true (not all users have plotly credentials)