v0.14.0
-
Dropped support for Python 2.7. Dropped support for Galaxy releases 14.10-17.05. Added support for Python 3.8. Added support for Galaxy releases 19.09, 20.01 and 20.05.
-
Added a new
invocations
attribute toGalaxyInstance
objects, which is an instance of the newInvocationClient
class. This new module can be used to get all workflow invocations, show or cancel an invocation, show or pause an invocation step, get a summary or a report for an invocation (thanks to Simon Bray). -
Added
get_datasets()
method toDatasetClient
(thanks to Simon Bray). -
Added
import_history()
method toHistoryClient
(thanks to David Christiany and Marius van den Beek). -
Added
copy_dataset()
method toHistoryClient
(thanks to Simon Bray). -
Added
get_metrics()
method toJobsClient
(thanks to Andreas Skorczyk). -
Added
report_error()
method toJobsClient
(thanks to Peter Selten). -
Added
get_dataset_permissions()
andset_dataset_permissions()
methods toLibraryClient
(thanks to Frederic Sapet). -
Added
update_user()
method toUserClient
(thanks to Anthony Bretaudeau). -
Added
update_workflow()
method toWorkflowClient
. -
Added
tags
parameter toupload_file_from_url()
,upload_file_contents()
,upload_file_from_local_path()
,upload_file_from_server()
andupload_from_galaxy_filesystem()
methods
ofLibraryClient
(thanks to Anthony Bretaudeau). -
Changed the default for the
tag_using_filenames
parameter ofupload_file_from_server()
andupload_from_galaxy_filesystem()
methods ofLibraryClient
fromTrue
toFalse
(thanks to Anthony Bretaudeau). -
Added
version
parameter toshow_workflow()
andexport_workflow_dict()
methods ofWorkflowClient
. -
Added
inputs_by
option toinvoke_workflow()
method ofWorkflowClient
(thanks to Marius van den Beek). -
Removed deprecated
show_stderr()
andshow_stdout
methods ofDatasetClient
. -
BioBlend.objects: Allowed workflow steps of type
parameter_input
andsubworkflow
. Addedparameter_input_ids
property toWorkflow
objects (reported by Nolan Woods). -
Fixed
HistoryClient.export_history(..., wait=False, maxwait=None)
(reported by David Christiany). -
Moved internal
_make_url()
method fromGalaxyClient
toClient
class.