Aucune en tant que tel mais certaines des fonctions d'alignement de génome dépendent du trio MUMmer/Exonerate/Mercator. Assurez-vous de les avoir installés
Here is the procedure for installing FSA from source code:
/home/bioubuntu
and the resulting folder moved into /opt/bio/sources/
./opt/bio/sources/fsa-1.15.2
folder should belong to root
and its permissions should be 755
.% sudo chown -R root:root /opt/bio/sources/fsa-1.15.2
/opt/bio/sources/fsa-1.15.2
, compiling is easy:If you are compiling on a 32-bits platform
% sudo ./configure --with-mummer --with-exonerate CFLAGS=-m32 && sudo make
If you are compiling on a 64-bits platform
% sudo ./configure --with-mummer --with-exonerate && sudo make
% sudo ln -s /opt/bio/sources/fsa-1.15.2/src/main/fsa /usr/local/bin/fsa