Skip to content
Snippets Groups Projects
Commit d6c13e2f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'mel-wrap' into 'master'

BUG: remove melodic wrapper assertion that input is nifti

Closes #377

See merge request fsl/fslpy!321
parents 8064188c e77234c5
No related branches found
No related tags found
No related merge requests found
Pipeline #12476 canceled
...@@ -50,8 +50,6 @@ def melodic(input, **kwargs): ...@@ -50,8 +50,6 @@ def melodic(input, **kwargs):
'logPower' : wutils.SHOW_IF_TRUE, 'logPower' : wutils.SHOW_IF_TRUE,
} }
asrt.assertIsNifti(input)
cmd = ['melodic', '--in={}'.format(input)] cmd = ['melodic', '--in={}'.format(input)]
cmd += wutils.applyArgStyle('--=', valmap=valmap, **kwargs) cmd += wutils.applyArgStyle('--=', valmap=valmap, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment