getwilds / rcromwell

R client for interacting with Cromwell with WDL workflows
http://getwilds.org/rcromwell/
Other
4 stars 2 forks source link

Refactor package #25

Closed sckott closed 6 months ago

sckott commented 8 months ago

As of now, I've mostly only changed the HTTP request plumbing, styled the code so it's consistent, and moved towards some best practices (e.g., use FALSE instead of F).

Some functions are small enough that we don't need to worry about their complexity (e.g., cromwell_glob) but others really need refactoring so they are more maintainable moving forward, e.g.,

Goals are: