Skip to content

Releases: ispyb/ISPyB

Add Ligands

23 Jul 11:30
Compare
Choose a tag to compare

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

20 May 14:12
Compare
Choose a tag to compare

Adding 2 MAX IV REST calls + fixing some MAX IV paths/errors #429

5.17

16 May 13:03
Compare
Choose a tag to compare

Work on issue#135
New web pages for meetings minutes

5.16

22 Feb 11:23
5111745
Compare
Choose a tag to compare

Implements new webmethod:

{token}/session/list

5.15

10 Jan 16:19
Compare
Choose a tag to compare

Merged with jlmuir out-of-box

5.14.3

05 Dec 11:02
dfb1861
Compare
Choose a tag to compare
Merge pull request #400 from delageniere/master

Release 5.14.3

5.13.1

15 Oct 09:14
Compare
Choose a tag to compare

change user portal address
rename jar for user portal
ISPyB issues 337, 353
meeting minutes
remove index-orig.md

5.13

24 Sep 15:27
Compare
Choose a tag to compare

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

03 Sep 15:47
Compare
Choose a tag to compare
5.12

new version 5.11.2

5.11

02 Aug 15:08
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/ispyb/ISPyB into issue_245