Releases: getwilds/rcromwell
Releases · getwilds/rcromwell
rcromwell v3.3.0
What's Changed
Full Changelog: v3.2.5...v3.3.0
rcromwell v3.2.5
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 forcromwell_call
(#42) (#46) - better links in readme to docs (#41)
Full Changelog: v3.2.1...v3.2.5
rcromwell v3.2.1
- fix
cromwell_submit_batch
- internally changedworkflow_options
toworkflowOptions
(#32)
rcromwell v3.2.0
- 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
- 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
New dockerfile with docker container at: vortexing/fhwdlr:v2.0.2
Jobs not ended
v2.0.2 repair when some workflow jobs have NA as end but not all.
Release for Shiny app
v2.0.1 repair when your first job fails
fix Submit Batch
Tune up for batch submission flexiblity.
Subworkflows
Better handling of subworkflows in calls, and complete fix for multiple input files.