Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
09c2755a
Commit
09c2755a
authored
Nov 04, 2015
by
Vermaat
Browse files
Update links to mutalyzer.nl in docstrings
parent
ceac492d
Changes
4
Hide whitespace changes
Inline
Side-by-side
mutalyzer/__init__.py
View file @
09c2755a
...
...
@@ -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__
=
'http
s
://mutalyzer.nl'
NOMENCLATURE_VERSION_INFO
=
(
'2'
,
'0'
)
...
...
mutalyzer/services/rpc.py
View file @
09c2755a
...
...
@@ -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.
...
...
mutalyzer/sync.py
View file @
09c2755a
...
...
@@ -156,8 +156,8 @@ class CacheSync(object):
::
>>> wsdl = 'http://mutalyzer.nl/mutalyzer/services/?wsdl'
>>> template = 'http://mutalyzer.nl/mutalyzer/Reference/{file}'
>>> wsdl = 'http
s
://mutalyzer.nl/mutalyzer/services/?wsdl'
>>> template = 'http
s
://mutalyzer.nl/mutalyzer/Reference/{file}'
>>> self.sync_with_remote(wsdl, template)
(14, 3)
...
...
mutalyzer/website/templates/static/js/generator.js
View file @
09c2755a
/*
* Mutalyzer Name Generator v0.1
* http://www.mutalyzer.nl/
* http
s
://www.mutalyzer.nl/
* © 2010 LUMC
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment