**Changed**:
- `Experiment` class and CLI can accept a meta-property table instead of a
glycan structure or composition file.
This allows further cumstomization of the trait calculation.
To accommodate the change, the second argument of CLI ("glycan-file") is
now an option, and another "mp-file" option was added.
See README for details.
**Removed**:
- The `input_data` argument from `Experiment` was removed.
- The `Experiment.extract_meta_properties` method was removed.
Meta-property table is extracted from glycan structures or compositions
automatically after `Experiment` initialization.
- `load_data` and `GlyTraitInputData` were removed.