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
2d6405a0
Unverified
Commit
2d6405a0
authored
Dec 09, 2019
by
Mihai
Committed by
GitHub
Dec 09, 2019
Browse files
Update email address and wiki location (#498)
parent
19ae612a
Changes
7
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
2d6405a0
...
...
@@ -9,12 +9,14 @@ Documentation
-------------
User documentation can be found on the `wiki
<https://humgenprojects.lumc.nl/trac/mutalyzer>`_. From there, you can also
submit bug reports and feature requests.
<https://github.com/mutalyzer/mutalyzer/wiki>`_.
Developer documentation is `hosted at Read The Docs
<http://mutalyzer.readthedocs.org>`_.
Submit your bug reports and feature requests `here
<https://github.com/mutalyzer/mutalyzer/issues>`_.
If you're interested in running your own Mutalyzer installation, please have a
look at our `Mutalyzer Ansible role
<https://github.com/mutalyzer/ansible-role-mutalyzer>`_ for a completely
...
...
doc/config.rst
View file @
2d6405a0
...
...
@@ -61,7 +61,7 @@ EMAIL
The email address used in contact information on the website and sent with
NCBI Entrez calls.
`Default value:` ``mutalyzer
@humgen
.nl``
`Default value:` ``
info@
mutalyzer.nl``
BATCH_NOTIFICATION_EMAIL
The email address used as sender in batch job notifications. If set to
...
...
doc/index.rst
View file @
2d6405a0
...
...
@@ -8,7 +8,7 @@ installation can be found at `mutalyzer.nl <https://mutalyzer.nl>`_.
might be interested in :ref:`deploy_ansible`.
This is the developer documentation for Mutalyzer. User documentation can be
found on the `wiki <https://
humgenprojects.lumc.nl/trac
/mutalyzer>`_.
found on the `wiki <https://
github.com/mutalyzer
/mutalyzer
/wiki
>`_.
Managing Mutalyzer
...
...
doc/testing.rst
View file @
2d6405a0
...
...
@@ -50,13 +50,13 @@ client scripts are included in the Mutalyzer source tree::
$ cd extras/soap-tools
$ ./info.py
Version: 2.0.
5
Version parts: 2, 0,
5
Release date:
16 Dec
201
4
Version: 2.0.
31
Version parts: 2, 0,
31
Release date:
21 August
201
9
Nomenclature version: 2.0
Nomenclature version parts: 2, 0
Server name: res-muta-app01
Contact e-mail:
humgen@lumc
.nl
Contact e-mail:
info@mutalyzer
.nl
$
They simply call one of the web service functions and print the result. You
...
...
extras/soap-tools/run_batch_job.py
View file @
2d6405a0
...
...
@@ -3,7 +3,7 @@
Mutalyzer batch job automation.
Copyright (c) 2015 Leiden University Medical Center <
humgen@lumc
.nl>
Copyright (c) 2015 Leiden University Medical Center <
info@mutalyzer
.nl>
Copyright (c) 2015 Jeroen F.J. Laros <j.f.j.laros@lumc.nl>
Licensed under the MIT license, see the LICENSE file.
...
...
mutalyzer/__init__.py
View file @
2d6405a0
...
...
@@ -27,7 +27,7 @@ __date__ = '21 August 2019'
__version__
=
'.'
.
join
(
__version_info__
)
__author__
=
'Leiden University Medical Center'
__contact__
=
'
humgen@lumc
.nl'
__contact__
=
'
info@mutalyzer
.nl'
__homepage__
=
'https://mutalyzer.nl'
...
...
mutalyzer/config/default_settings.py
View file @
2d6405a0
...
...
@@ -15,7 +15,7 @@ TESTING = False
# This email address is used in contact information on the website and sent
# with NCBI Entrez calls.
EMAIL
=
'mutalyzer
@humgen
.nl'
EMAIL
=
'
info@
mutalyzer.nl'
# This email address is used as sender in batch job notifications. If `None`,
# the value of `EMAIL` will be used.
...
...
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