Skip to content

Releases: getwilds/rcromwell

rcromwell v3.3.0

17 Sep 04:51
6178c82
Compare
Choose a tag to compare

What's Changed

  • Swapping httr for httr2 and fixing styling (@sckott in #48)

Full Changelog: v3.2.5...v3.3.0

rcromwell v3.2.5

08 Aug 17:32
c58df3d
Compare
Choose a tag to compare

What's Changed

  • gains new function cromwell_labels that hits the /labels route (#43) (#45)
  • remove comment about failures not working (#35)
  • add prior art section to readme with one entry (#30)
  • reorder output columns of cromwell_workflow and always return tibble for cromwell_call (#42) (#46)
  • better links in readme to docs (#41)

Full Changelog: v3.2.1...v3.2.5

rcromwell v3.2.1

02 Mar 00:34
e199f9e
Compare
Choose a tag to compare
  • fix cromwell_submit_batch - internally changed workflow_options to workflowOptions (#32)

rcromwell v3.2.0

08 Feb 17:36
971a2f9
Compare
Choose a tag to compare
  • rework all functions that interact with a cromwell server to allow for token and the server URL to be passed in as parameters to the function - this allows for an easier shiny flow when it's not a good idea to save these values as env vars (but does make sense for a single user, which is still supported) (#29)

rcromwell v3

31 Jan 16:43
e34149e
Compare
Choose a tag to compare
  • First version of this package under the new name rcromwell (#17)
  • Functions and functions arguments changed from camelCase to snake_case
  • Package documentation added (#24)
  • refactor http internals (#15)
  • Add Scott as maintainer and as an author in DESC file (#23)
  • Clean up README (#22)
  • Reference current release version in dockerfile when release happens (#19)
  • Change license to MIT (#14)
  • Added tests (#11)

With docker

01 Feb 18:31
Compare
Choose a tag to compare

New dockerfile with docker container at: vortexing/fhwdlr:v2.0.2

Jobs not ended

21 Jan 18:00
Compare
Choose a tag to compare
v2.0.2

repair when some workflow jobs have NA as end but not all.

Release for Shiny app

18 Jan 18:39
Compare
Choose a tag to compare
v2.0.1

repair when your first job fails

fix Submit Batch

05 Oct 17:21
Compare
Choose a tag to compare

Tune up for batch submission flexiblity.

Subworkflows

15 Sep 23:28
Compare
Choose a tag to compare

Better handling of subworkflows in calls, and complete fix for multiple input files.