Skip to content
Snippets Groups Projects
Commit 09c2755a authored by Vermaat's avatar Vermaat
Browse files

Update links to mutalyzer.nl in docstrings

parent ceac492d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ __date__ = '1 Oct 2015'
__version__ = '.'.join(__version_info__)
__author__ = 'Leiden University Medical Center'
__contact__ = 'humgen@lumc.nl'
__homepage__ = 'http://mutalyzer.nl'
__homepage__ = 'https://mutalyzer.nl'
NOMENCLATURE_VERSION_INFO = ('2', '0')
......
......@@ -77,7 +77,7 @@ class MutalyzerService(ServiceBase):
Submit a batch job.
Input and output file formats for batch jobs are explained on the
website <https://mutalyzer.nl/batch>.
website <https://mutalyzer.nl/batch-jobs>.
Batch jobs are processed using round-robin scheduling grouped by email
address (or client IP address if no email address is specified). Per
......@@ -167,7 +167,7 @@ class MutalyzerService(ServiceBase):
Get the number of entries left for a batch job.
Input and output file formats for batch jobs are explained on the
website <https://mutalyzer.nl/batch>.
website <https://mutalyzer.nl/batch-jobs>.
@arg job_id: Batch job identifier.
......@@ -181,7 +181,7 @@ class MutalyzerService(ServiceBase):
Get the result of a batch job.
Input and output file formats for batch jobs are explained on the
website <https://mutalyzer.nl/batch>.
website <https://mutalyzer.nl/batch-jobs>.
On error an exception is raised:
- detail: Human readable description of the error.
......
......@@ -156,8 +156,8 @@ class CacheSync(object):
::
>>> wsdl = 'http://mutalyzer.nl/mutalyzer/services/?wsdl'
>>> template = 'http://mutalyzer.nl/mutalyzer/Reference/{file}'
>>> wsdl = 'https://mutalyzer.nl/mutalyzer/services/?wsdl'
>>> template = 'https://mutalyzer.nl/mutalyzer/Reference/{file}'
>>> self.sync_with_remote(wsdl, template)
(14, 3)
......
/*
* Mutalyzer Name Generator v0.1
* http://www.mutalyzer.nl/
* https://www.mutalyzer.nl/
* © 2010 LUMC
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment