Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 32: Line 32:  
   prompt> cd raremetal
 
   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 raremetal/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 raremetal/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 allows openmp (parallel computing), then use the following to build RAREMETALWORKER that allows parallel computing:
 
* If your compiler allows openmp (parallel computing), then use the following to build RAREMETALWORKER that allows parallel computing:
 
   prompt> cd raremetal/raremetalworker/src
 
   prompt> cd raremetal/raremetalworker/src
 
   prompt> make openmp
 
   prompt> make openmp
   This will build RAREMETALWORKER under raremetal/bin/ directory.
+
   #This will build RAREMETALWORKER under raremetal/bin/ directory.
    
* If you prefer to use the binary file downloaded above, then no compiling is needed, but it is not guaranteed to work due to system and library requirements.
 
* If you prefer to use the binary file downloaded above, then no compiling is needed, but it is not guaranteed to work due to system and library requirements.
    
For compiling questions, please go to [http://genome.sph.umich.edu/wiki/RAREMETAL_FAQ ''' FAQ'''] for more information.
 
For compiling questions, please go to [http://genome.sph.umich.edu/wiki/RAREMETAL_FAQ ''' FAQ'''] for more information.
2,004

edits

Navigation menu