Configuring analysis machine: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
(Created page with "Under Construction ====Installing Pyctf==== ====Installing SAMsrc==== #Install gsl #Fedora sudo dnf install gsl ====Installing Afni==== ====Installing CTF softwar...")
 
Line 5: Line 5:
#Install gsl
#Install gsl
#Fedora
#Fedora
sudo dnf install gsl
sudo dnf install nifticlib-devel
sudo dnf install motif motif-devel

sudo dnf install fftw fftw-devel
sudo dnf install libpng12.x86_64
sudo dnf install -y tcsh libXp op ## Not sure of the op
sudo dnf install gsl, gsl-devel


====Installing Afni====
====Installing Afni====

Revision as of 16:39, 12 November 2019

Under Construction

Installing Pyctf

Installing SAMsrc

 #Install gsl
 #Fedora
 sudo dnf install nifticlib-devel
 sudo dnf install motif motif-devel
 sudo dnf install fftw fftw-devel
 sudo dnf install libpng12.x86_64
 sudo dnf install -y tcsh libXp op  ## Not sure of the op
 sudo dnf install gsl, gsl-devel

Installing Afni

Installing CTF software

To view and process the data using the native ctf software, the packages have been incorporated into a singularity container
Install singularity on your computer

 #Fedora Linux
 sudo dnf install singularity
 #Redhat/Centos Linux
 sudo yum install singularity
 #Ubuntu/Debian Linux 
 sudo apt-get install singularity-container

Download the current CTF singularity container and components

  • ctf.sif
  • wrap
  • mkwrappers
 cd $Directory_With_CTF_Container
 mkwrappers  #This will install the container in /usr/local/ctf/bin and the links to all of the functions in /usr/local/ctf/bin

Link the ctf commands