# HG changeset patch # User simonalpha # Date 1429357746 14400 # Node ID 0c762bc76a1ace3c57e3978c596142000e55be58 Uploaded diff -r 000000000000 -r 0c762bc76a1a rapidnj.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rapidnj.xml Sat Apr 18 07:49:06 2015 -0400 @@ -0,0 +1,43 @@ + + phylogeny reconstruction + + rapidnj + + rapidnj + #if int($bootstrap) > 0: + --bootstrap $bootstrap + #end if + $neg_branch + -t $aln_type + -i fa + -o t + -x "${output}" + -c \${GALAXY_SLOTS:-1} + "${input}" + + + + + + + + + + + + + + + + + +RapidNJ is an algorithmic engineered implementation of canonical neighbour-joining. +http://birc.au.dk/Software/RapidNJ/ + + + 10.1007/978-3-540-87361-7_10 + + diff -r 000000000000 -r 0c762bc76a1a tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Apr 18 07:49:06 2015 -0400 @@ -0,0 +1,58 @@ + + + + + + + + http://users-birc.au.dk/cstorm/software/rapidnj/bin-2.3.0/mac-64/rapidnj-mac-64.zip + + rapidnj-mac-64 + $INSTALL_DIR + + + + + http://users-birc.au.dk/cstorm/software/rapidnj/bin-2.3.0/mac-32/rapidnj-mac-32.zip + + rapidnj-mac-32 + $INSTALL_DIR + + + + + http://users-birc.au.dk/cstorm/software/rapidnj/bin-2.3.0/linux-64/rapidnj-linux-64.zip + + rapidnj-linux-64 + $INSTALL_DIR + + + + + http://users-birc.au.dk/cstorm/software/rapidnj/bin-2.3.0/linux-32/rapidnj-linux-32.zip + + rapidnj-linux-32 + $INSTALL_DIR + + + + $INSTALL_DIR/rapidnj + + + + $INSTALL_DIR + + + + +Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X RapidNJ +binaries, which is faster than performing a local compilation, +avoids any issues with build dependencies, and is more reproducible between +installations as there is no variability from the compiler or library +versions. + +For more details, see: +http://birc.au.dk/Software/RapidNJ/ + + +