Releases: hubmapconsortium/asct-b-generator
1.1.1
1.1.0
1.0.0
This is a complete rewrite of the program. This version has none of the limitations from the proof of concept version, it includes data validation, and requires less user intervention.
Significant differences include:
1. The command line arguments have been greatly simplified.
2. The number of anatomical structure levels is automatically computed.
3. The input file has changed. Cells are now listed in a separate column from the children column.
4. Biomarkers and references can now be added to any anatomical structure.
5. The anytree Python module is required.
6. A header is autogenerate in the output file.
7. A DOT file can be optionally generated to display the tree in Graphviz.
8. Lots of tests to validate the input file.
Initial proof of concept release
This release is a proof of concept. It would benefit from more internal logic and data validation and would ideally require less user intervention.
This release has only been tested on a Mac running Python3.