User Tools

Site Tools


jip:jip_install_on_linux_gnome

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
jip:jip_install_on_linux_gnome [2013/11/28 12:56] igorkaganjip:jip_install_on_linux_gnome [2022/12/29 07:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Installing JIP on Linux with Gnome shell ====== ====== Installing JIP on Linux with Gnome shell ======
 +
 +**Hauke recommends JIP 2.1 for his pipeline.**
 +
 +
 +----
 +
  
 For example, on NeuroDebian (http://neuro.debian.net/) For example, on NeuroDebian (http://neuro.debian.net/)
Line 10: Line 16:
 #!/bin/bash #!/bin/bash
 # Include any argument to suppress output.  E.g., # Include any argument to suppress output.  E.g.,
-# source ~jbm/jip-current/define-jip.script 1+# source /home/brain/jip/define-jip.bash 1
 # from startup file .bashrc # from startup file .bashrc
  
Line 19: Line 25:
 # These aliases point to scripts that pick the correct executables. # These aliases point to scripts that pick the correct executables.
 alias jip="$JIP_HOME/bin/jip" alias jip="$JIP_HOME/bin/jip"
-alias xd="$JIP_HOME/bin/display" +alias jip-display="$JIP_HOME/bin/display" 
-alias align="$JIP_HOME/bin/align" +alias jip-align="$JIP_HOME/bin/align" 
-alias glm="$JIP_HOME/bin/glm" +alias jip-glm="$JIP_HOME/bin/glm" 
-alias rem="$JIP_HOME/bin/rem"+alias jip-rem="$JIP_HOME/bin/rem"
  
 # Using any argument to this script will suppress output. # Using any argument to this script will suppress output.
jip/jip_install_on_linux_gnome.1385643396.txt.gz · Last modified: 2022/12/29 07:15 (external edit)