Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
faacc3e6
Commit
faacc3e6
authored
Jan 29, 2018
by
Paul McCarthy
🚵
Browse files
Minor whitespace adjustments
parent
f86fe01c
Pipeline
#1589
passed with stages
in 68 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
fsl/scripts/atlasq.py
View file @
faacc3e6
...
...
@@ -737,15 +737,17 @@ def main(args=None):
return
0
def
atlasquery_emulation
(
args
=
None
):
"""Entry point for ``atlasquery``. Runs as ``atlasq`` in ``ohi``
"""Entry point for ``atlasquery``. Runs as ``atlasq`` in ``ohi``
mode.
"""
if
args
is
None
:
args
=
sys
.
argv
[
1
:]
return
main
([
'ohi'
]
+
args
)
args
=
sys
.
argv
[
1
:]
return
main
([
'ohi'
]
+
args
)
if
__name__
==
'__main__'
:
sys
.
exit
(
main
())
setup.py
View file @
faacc3e6
...
...
@@ -124,10 +124,10 @@ setup(
entry_points
=
{
'console_scripts'
:
[
'immv = fsl.scripts.immv:main'
,
'imcp = fsl.scripts.imcp:main'
,
'imglob = fsl.scripts.imglob:main'
,
'atlasq = fsl.scripts.atlasq:main'
,
'immv
= fsl.scripts.immv:main'
,
'imcp
= fsl.scripts.imcp:main'
,
'imglob
= fsl.scripts.imglob:main'
,
'atlasq
= fsl.scripts.atlasq:main'
,
'atlasquery = fsl.scripts.atlasq:atlasquery_emulation'
,
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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