Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 25: Line 25:  
== How to Compile ==
 
== How to Compile ==
   −
* Go to /RareMetalWorker_0.4.9/RareMetalWorker/src and use 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.0.4.9.tgz
   make
+
  prompt> cd raremetal_0.4.9
 +
 
 +
* If you prefer to build two tools all at once, then do the following:
 +
  prompt> cd raremetal
 +
  prompt> make
 +
  This builds RAREMETAL and RAREMETALWORKER under bin/ directory.
 +
 
 +
* If you prefer to build individual tool:
 +
  prompt> cd raremetal/raremetalworker/src
 +
  prompt> make
 +
  This will build RAREMETALWORKER under raremetal/bin/ directory.
 +
 
 +
  prompt> cd raremetal/raremetal/src
 +
   prompt> make
 +
  This will build RAREMETAL 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