Skip to content
Snippets Groups Projects
Commit dcfe9575 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

document default values in profile building

parent 5a0eafca
No related branches found
No related tags found
No related merge requests found
...@@ -540,8 +540,9 @@ class HHblits: ...@@ -540,8 +540,9 @@ class HHblits:
:param options: Dictionary of options to *hhblits*, one "-" is added in :param options: Dictionary of options to *hhblits*, one "-" is added in
front of every key. Boolean True values add flag without front of every key. Boolean True values add flag without
value. Merged with default options {'cpu': 1, 'n': 1}, value. Merged with default options
where 'n' defines the number of iterations. {'cpu': 1, 'n': 1, 'e': 0.001}, where 'n' defines the
number of iterations.
:type options: :class:`dict` :type options: :class:`dict`
:param a3m_file: a path of a3m_file to be used, optional :param a3m_file: a path of a3m_file to be used, optional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment