We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95853bc commit 9fbeef4Copy full SHA for 9fbeef4
nipype/utils/tests/test_nipype2boutiques.py
@@ -0,0 +1,17 @@
1
+# -*- coding: utf-8 -*-
2
+# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
3
+# vi: set ft=python sts=4 ts=4 sw=4 et:
4
+from future import standard_library
5
+standard_library.install_aliases()
6
+
7
+from ..nipype2boutiques import generate_boutiques_descriptor
8
9
10
+def test_generate():
11
+ generate_boutiques_descriptor(module='nipype.interfaces.ants.registration',
12
+ interface_name='ANTS',
13
+ ignored_template_inputs=(),
14
+ docker_image=None,
15
+ docker_index=None,
16
+ verbose=False,
17
+ ignore_template_numbers=False)
0 commit comments