Workflomics / pubmetric

Library for citation network based quality control of autogenerated workflows.
https://workflomics.readthedocs.io/en/latest/developer-guide/pubmetric.html
Apache License 2.0
1 stars 1 forks source link

API age error and unordered visualisation fix #45

Closed Ambivalentalfa closed 1 month ago

Ambivalentalfa commented 1 month ago

Fixing two errors:

  1. Error with API response when there is no data for a tools age. fixed by making the age response value optional
  2. error when loading cwl object using cwl_utils.parser.load_document_by_uri() - returns steps alphabetically. Fixed by ordering by the workflomics provided stepid
Ambivalentalfa commented 1 month ago

I changed the test to check for the updated correct order!