SOFT : PILER ------ Site du soft: https://www.drive5.com/piler/ ------------- LICENSE: -------- Public Domain. See https://www.drive5.com/piler/license.htm See software documentation for more informations. Location: /usr/local/bioinfo/src/PILER --------- Load binaries and environment: ------------------------------ -> Version v1.0 #Need Muscle and and a whole-genome local aligner module load bioinfo/muscle3.8.31 ... module load bioinfo/PILER-v1.0 Warning whole-genome local aligner (PALs: cannot be installed on the cluster) At the time PILER was developed, there were no tools suitable for making local self-alignments of whole chromosomes or whole genomes. PALS was a quick hack to make local alignments for PILER. The code has significant limitations, e.g. the code is built for a 32-bit processor architecture and does not scale well to larger genomes. It would require a major effort to develop a new version. I now recommend using LASTZ for whole-genome self-alignments. Example directory for use on cluster: ------------------------------------- /usr/local/bioinfo/src/PILER/example_on_cluster To submit: sbatch test_PILER-v1.0.sh See software documentation and our FAQ (http://bioinfo.genotoul.fr/index.php/faq/) for more informations.