BioBlend v0.5.3 Released
BioBlend v0.5.3 has been released. BioBlend is a python library for interacting with CloudMan and the Galaxy API. (CloudMan offers an easy way to get a personal and completely functional instance of Galaxy in the cloud in just a few minutes, without any manual configuration.)
This is mostly an incremental bug fix release with the following summary of changes:
- Project source moved to new URL - https://github.com/galaxyproject/bioblend
- Huge improvements to automated testing, tests now run against Galaxy release_14.02 and all later versions to ensure backward compatibility (see travis.yml for details).
- Many documentation improvements (thanks to Helena Rasche).
- Add Galaxy clients for the tool data tables, the roles, and library folders (thanks to Anthony Bretaudeau).
- Add method to get the standard error and standard output for the job corresponding to a Galaxy dataset (thanks to Anthony Bretaudeau).
- Add
get_state()
method toJobsClient
. - Add
copy_from_dataset()
method toLibraryClient
. - Add
create_repository()
method toToolShedClient
(thanks to Helena Rasche). - Fix
DatasetClient.download_dataset()
for certain proxied Galaxy deployments. - Make
LibraryClient._get_root_folder_id()
method safer and faster for Galaxy release_13.06 and later. - Deprecate and ignore invalid deleted parameter to
WorkflowClient.get_workflows()
. - CloudMan: Add method to fetch instance types.
- CloudMan: Update cluster options to reflect change to SLURM.
- BioBlend.objects: Deprecate and ignore invalid deleted parameter to
ObjWorkflowClient.list()
. - BioBlend.objects: Add
paste_content()
method toHistory
objects. - BioBlend.objects: Add
copy_from_dataset()
method androot_folder
property toLibrary
objects. - BioBlend.objects: Add
container
anddeleted
attributes toFolder
objects. - BioBlend.objects: Set the
parent
attribute of aFolder
object to its parent folder object (thanks to John M. Eppley). - BioBlend.objects: Add
deleted
parameter tolist()
method of libraries and histories. - BioBlend.objects: Add
state
andstate_details
attributes toHistory
objects (thanks to Gianmauro Cuccuru). - BioBlend.objects: Rename
upload_dataset()
method toupload_file()
for History objects. - BioBlend.objects: Rename
input_ids and output_ids
attributes ofWorkflow objects
tosource_ids
andsink_ids
respectively. - Add
run_bioblend_tests.sh
script (useful for Continuous Integration testing).
Enjoy and please let us know what you think,
Enis & John & Nicola Soranzo & Simone Leo & Helena Rasche