Difference between revisions of "FTEC"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 3: Line 3:
 
==Installation and Compilation==
 
==Installation and Compilation==
  
1) Download the the .tar file linked below
+
1) Download the appropriate .tar file linked below
  
  
Line 9: Line 9:
  
 
2) Place downloaded file in the directory where you would like the program to reside and untar the file <br>
 
2) Place downloaded file in the directory where you would like the program to reside and untar the file <br>
3) A new directory named 'fte' will appear in your current directory, inside this m
+
3) Inside the new directory 'fte' which has been created enter the command 'make' <br>
 +
4) An executable file named 'fte' should now reside in this directory, this is the simulator and can be run using './fte -Parameters'.  For information on how to use the simulator see the user's guide below.
  
 
== Download ==
 
== Download ==
Line 15: Line 16:
 
fte requires header files from both the Boost and TCLAP libraries to compile and run.  There are 3 available downloads below, differing in which of these library files they contain.  File size and download time increase with the inclusion of each set of library files, so a user can select the most appropriate download for their system.  If a user's system already includes a library and they download a version of fte including that library's header files the program will compile without problems, so if a user is unsure whether they have a library or not download the larger source file below.
 
fte requires header files from both the Boost and TCLAP libraries to compile and run.  There are 3 available downloads below, differing in which of these library files they contain.  File size and download time increase with the inclusion of each set of library files, so a user can select the most appropriate download for their system.  If a user's system already includes a library and they download a version of fte including that library's header files the program will compile without problems, so if a user is unsure whether they have a library or not download the larger source file below.
  
[[Media:Fte_v1.36.tar‎| Program files with both Boost and TCLAP header files (52 Mb) ]] <br>
+
[[Media:Fte_v1.36.tar‎| Program files with both Boost and TCLAP header files (50 Mb) ]] <br>
 
[[Media:Fte_v1.36_noboost.tar | Program files with TCLAP header files (270 Kb)]] <br>
 
[[Media:Fte_v1.36_noboost.tar | Program files with TCLAP header files (270 Kb)]] <br>
 
[[Media:Fte_v1.36_src_only.tar | Program files without Boost or TCLAP header files (80 Kb)]] <br>
 
[[Media:Fte_v1.36_src_only.tar | Program files without Boost or TCLAP header files (80 Kb)]] <br>
  
 
== Documentation ==
 
== Documentation ==

Revision as of 15:49, 11 January 2012

fte is a coalescent simulation program developed by Mark Reppell, Michael Boehnke, and Sebastian Zöllner capable of modeling samples drawn from a population which has undergone faster than exponential growth.

Installation and Compilation

1) Download the appropriate .tar file linked below


In Unix Environment

2) Place downloaded file in the directory where you would like the program to reside and untar the file
3) Inside the new directory 'fte' which has been created enter the command 'make'
4) An executable file named 'fte' should now reside in this directory, this is the simulator and can be run using './fte -Parameters'. For information on how to use the simulator see the user's guide below.

Download

fte requires header files from both the Boost and TCLAP libraries to compile and run. There are 3 available downloads below, differing in which of these library files they contain. File size and download time increase with the inclusion of each set of library files, so a user can select the most appropriate download for their system. If a user's system already includes a library and they download a version of fte including that library's header files the program will compile without problems, so if a user is unsure whether they have a library or not download the larger source file below.

Program files with both Boost and TCLAP header files (50 Mb)
Program files with TCLAP header files (270 Kb)
Program files without Boost or TCLAP header files (80 Kb)

Documentation