diff toolfactory/docker/postinstall.py @ 46:f8700bed1e17 draft

Uploaded
author fubar
date Tue, 18 Aug 2020 08:25:43 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolfactory/docker/postinstall.py	Tue Aug 18 08:25:43 2020 -0400
@@ -0,0 +1,6 @@
+from bioblend import galaxy
+
+gi = galaxy.GalaxyInstance(url='http://127.0.0.1:8080', key='fbdd3c2eecd191e88939fffc02eeeaf8')
+
+hl = gi.histories.get_histories()
+h = get_most_recently_used_history()