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

Uploaded
author fubar
date Tue, 18 Aug 2020 08:25:43 -0400
parents
children
comparison
equal deleted inserted replaced
45:668c37cc8962 46:f8700bed1e17
1 from bioblend import galaxy
2
3 gi = galaxy.GalaxyInstance(url='http://127.0.0.1:8080', key='fbdd3c2eecd191e88939fffc02eeeaf8')
4
5 hl = gi.histories.get_histories()
6 h = get_most_recently_used_history()