Potential New Automated Tests #827
Devlin-Moyer
started this conversation in
Ideas
Replies: 1 comment 10 replies
-
Nice, and being a Python package would make this relatively easy to implement. One issue I foresee though is what to do with the output. It currently generates a Pandas.Dataframe, but how do you imagine this could be represented once the action is run? Some options:
*1 = Pandas.Dataframe should be exported to some form of flat-text or CSV format? I'm unaware of what the |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on a Python package for automatically detecting several kinds of errors in GEMs as a formalization/generalization of much of the error correcting I've done in Human-GEM. It is now ready to use; I've successfully run it on every version of Human-GEM and thousands of other GEMs for different organisms, and made it pip-installable. When I first mentioned this a while ago, @haowang-bioinfo suggested that it could be turned into a GitHub action bot, and that I should start a discussion once I'd finished developing the tool, so here is that discussion.
Beta Was this translation helpful? Give feedback.
All reactions