Releases: ispyb/ISPyB
Releases · ispyb/ISPyB
Add Ligands
It adds ligands (cocktails) to BLSample via Structure table.
How to test it with python:
import sys
from suds.client import Client
from suds.transport.http import HttpAuthenticated
import os, shutil
from pprint import pprint
import ConfigParser
if __name__ == "__main__":
username = ******
password = ******
url = "https://ispyb.esrf.fr/ispyb/ispyb-ws/ispybWS/ToolsForCollectionWebService?wsdl"
# Authentication
httpAuthenticatedToolsForAutoprocessingWebService = HttpAuthenticated(username = username, password = password )
client = Client( url, transport = httpAuthenticatedToolsForAutoprocessingWebService, cache = None, timeout = 15 )
res = client.service.getLigandsByDataCollectionId(2345417)
print(res)
5.18
5.17
Work on issue#135
New web pages for meetings minutes
5.16
5.15
Merged with jlmuir out-of-box
5.14.3
Merge pull request #400 from delageniere/master Release 5.14.3
5.13.1
change user portal address
rename jar for user portal
ISPyB issues 337, 353
meeting minutes
remove index-orig.md
5.13
Closes ispyb/ispyb-database-modeling#29
Closes ispyb/ispyb-database-modeling#31
Adds extension for modeling membrane proteins, BioSAXS
Improvements on PDF/RTF reports for EXI
5.12 new version 5.11.2