Hoffman2:Scripts:switch fsl: Difference between revisions
Jump to navigation
Jump to search
(Created page with " Back to Hoffman2 Scripts == Overview == Use this tool to keep consistent on the FSL version you are using on Hoffman2. == Usage == If you have never us...") |
No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Hoffman2:Scripts | Back to Hoffman2 Scripts]] | [[Hoffman2:Scripts | Back to Hoffman2 Scripts]] | ||
== Overview == | <blockquote style="border: solid red 2px; font-weight: bold; padding: 2px; background-color: lightgray;">This page is deprecated. Please see [[Hoffman2:Modules]] for more information about CCN-supported software on Hoffman2.</blockquote> | ||
<!--== Overview == | |||
Use this tool to keep consistent on the FSL version you are using on Hoffman2. | Use this tool to keep consistent on the FSL version you are using on Hoffman2. | ||
== Usage == | == Usage == | ||
===Initialization/Switching=== | |||
If you have never used the tool before, your first usage needs to be to set your FSL version. e.g. | If you have never used the tool before, your first usage needs to be to set your FSL version. e.g. | ||
$ switch_fsl -s 5.0.0 | $ switch_fsl -s 5.0.0 | ||
would set your FSL version to 5.0.0 | would set your FSL version to 5.0.0 | ||
===Checking which version is active=== | |||
You can always check which version you are using with | You can always check which version you are using with | ||
$ switch_fsl -c | $ switch_fsl -c | ||
===Dropping out of the program=== | |||
And if you no longer wish to use the <code>switch_fsl</code> system and instead always use the "current" version | And if you no longer wish to use the <code>switch_fsl</code> system and instead always use the "current" version | ||
$ switch_fsl -d | $ switch_fsl -d | ||
Line 20: | Line 23: | ||
'''NOTE: Whenever you switch FSL versions or remove your self from the switch_fsl program, you need to log out of Hoffman2 and back in for the changes to take full effect.''' | '''NOTE: Whenever you switch FSL versions or remove your self from the switch_fsl program, you need to log out of Hoffman2 and back in for the changes to take full effect.''' | ||
===Help=== | |||
Call the program without any options, or with "-h" or "--help" to see the full usage and help information | Call the program without any options, or with "-h" or "--help" to see the full usage and help information | ||
$ switch_fsl | $ switch_fsl | ||
Line 41: | Line 46: | ||
switch_fsl --switch 4.0.4 | switch_fsl --switch 4.0.4 | ||
switch_fsl -h | switch_fsl -h | ||
switch_fsl --check | switch_fsl --check--> |
Latest revision as of 14:21, 8 July 2017
This page is deprecated. Please see Hoffman2:Modules for more information about CCN-supported software on Hoffman2.