User Tools

Site Tools


research:chisqsurface

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
research:chisqsurface [2024/03/19 15:05]
msovara
research:chisqsurface [2024/03/19 15:53] (current)
msovara
Line 1: Line 1:
 ======chisqsurface===== ======chisqsurface=====
  
-At the moment, chisqsurface (https://github.com/lpgaff/chisqsurface) has been installed inside of the ROOT python environment installed using conda. The chisqsurface makefile was edited to include the paths to the ROOT bin and lib directories in the conda environment. Load and run the software as follows:+At the moment, chisqsurface (https://github.com/lpgaff/chisqsurface) has been installed inside of the ROOT python environment installed using conda. The chisqsurface makefile was edited to include the paths to the ROOT bin and lib directories in the conda environment. Download, compile and run the software as follows:
  
 <code bash> <code bash>
-module purge +module purge 
-module add chpc/BIOMODULES +module add chpc/BIOMODULES 
-conda activate root_env +$ git clone https://github.com/lpgaff/chisqsurface 
-chisqsurface+$ cd chisqsurface
 </code> </code>
  
 +Now edit the first two lines of the Makefile by proving the path to the ROOT bin and lib directories. Query the ROOT bin and lib directories as follows
 +
 +<code bash>
 +$ echo $CONDA_PREFIX
 +$ cd $CONDA_PREFIX
 +</code>
 +Copy the full paths to the ROOT bin and lib directories and edit them into the first two lines of the Makefile using nano or vim or any text editor of your liking.
 +
 +Now run the Makefile to compile the application: 
 +<code bash>
 +$ make
 +</code>
 +
 +If compilation completes successfully, you then try to initiate the software by typing:
 +
 +<code bash>
 +$ chisqsurface
 +</code>
 +
 +Each time you run this software simply activate your ROOT conda environment **root_env** and then launch chisqsurface. 
    
/app/dokuwiki/data/attic/research/chisqsurface.1710853511.txt.gz · Last modified: 2024/03/19 15:05 by msovara