Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 39: Line 39:     
* If you choose to build from the source files, you could start from decompress the package using the following command:
 
* If you choose to build from the source files, you could start from decompress the package using the following command:
   prompt> tar xvf LINUX_raremetal.4.13.6.tgz
+
   prompt> tar xvf LINUX_raremetal.4.13.7.tgz
   prompt> cd raremetal_4.13.6
+
   prompt> cd LINUX_raremetal.4.13.7
    
* If you prefer to build two tools all at once, then do the following:
 
* If you prefer to build two tools all at once, then do the following:
  prompt> cd raremetal
   
   prompt> make
 
   prompt> make
 
   #This builds RAREMETAL and RAREMETALWORKER under bin/ directory.  
 
   #This builds RAREMETAL and RAREMETALWORKER under bin/ directory.  
    
* If you prefer to build individual tool:
 
* If you prefer to build individual tool:
   prompt> cd raremetal/raremetalworker/src
+
   prompt> cd LINUX_raremetal.4.13.7/raremetalworker/src
 
   prompt> make
 
   prompt> make
 
   #This will build RAREMETALWORKER under raremetal/bin/ directory.
 
   #This will build RAREMETALWORKER under raremetal/bin/ directory.
   −
   prompt> cd raremetal/raremetal/src
+
   prompt> cd LINUX_raremetal.4.13.7/raremetal/src
 
   prompt> make
 
   prompt> make
 
   #This will build RAREMETAL under raremetal/bin/ directory.
 
   #This will build RAREMETAL under raremetal/bin/ directory.
    
* If your compiler is adaptable to openmp (parallel computing), then use the following to build RAREMETALWORKER that allows parallel computing. For more about openmp, please refer to [http://openmp.org/wp/openmp-compilers/ openMP].
 
* If your compiler is adaptable to openmp (parallel computing), then use the following to build RAREMETALWORKER that allows parallel computing. For more about openmp, please refer to [http://openmp.org/wp/openmp-compilers/ openMP].
   prompt> cd raremetal/raremetalworker/src
+
   prompt> cd raremetalworker/src
 
   prompt> make openmp
 
   prompt> make openmp
 
   #This will build RAREMETALWORKER under raremetal/bin/ directory.
 
   #This will build RAREMETALWORKER under raremetal/bin/ directory.
271

edits

Navigation menu