Mercurial > repos > saskia-hiltemann > mothur_align_check
diff tool_dependencies.xml @ 0:48b3a755bd02 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ecf9d5a72087f0a50a97b183162f10b81dfd9160-dirty
| author | saskia-hiltemann |
|---|---|
| date | Mon, 06 Jun 2016 09:53:52 -0400 |
| parents | |
| children | 7933347d5b4a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jun 06 09:53:52 2016 -0400 @@ -0,0 +1,66 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="blast" version="2.2.22"> + <repository changeset_revision="4f8b2f842678" name="package_legacy_blast_2_2_22" owner="saskia-hiltemann" prior_installation_required="True" toolshed="testtoolshed.g2.bx.psu.edu" /> + </package> + <package name="mothur" version="1.36.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/mothur/mothur/archive/v1.36.1.zip</action> + <action type="shell_command">chmod u+x Mothur.source/uchime_src/mk</action> + <action type="shell_command"> + test $(uname) = Linux && + perl -i.bak -pe 's/(USEREADLINE.+) = yes/$1 = no/; s/TARGET_ARCH \+= -arch x86_64//; s/#(CXXFLAGS.+-mtune=native -march=native -m64)/$1/;' Mothur.source/makefile || + true + </action> + <action type="shell_command">cd Mothur.source; make -j 2;</action> + <action type="move_file"> + <source>Mothur.source/mothur</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="move_file"> + <source>Mothur.source/uchime</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="set_to" name="MOTHUR_MAX_PROCESSORS">2</environment_variable> + </action> + <action type="set_environment_for_install"> + <repository changeset_revision="4f8b2f842678" name="package_legacy_blast_2_2_22" owner="saskia-hiltemann" toolshed="testtoolshed.g2.bx.psu.edu"> + <package name="blast" version="2.2.22" /> + </repository> + </action> + <action type="make_directory">$INSTALL_DIR/bin/blast/bin</action> + <action type="change_directory">$INSTALL_DIR/bin</action> + <action type="shell_command">cd $INSTALL_DIR/bin;mypath=`which blastall`; mypath=`dirname $mypath`; cp $mypath/* ./blast/bin</action> + </actions> + </install> + <readme> +*Authors & Contacts* +Jim Johnson +Peter Briggs +Iyad Kandalaft | Iyad.Kandalaft@Agr.gc.ca | Agriculture and Agri-Foods Canada +Kevin Chen | Agriculture and Agri-Foods Canada + +*Description* + +The Mothur Tool Suite repository provides Galaxy wrappers for the majority of the Mothur tools. In addition, it downloads and builds the Mothur binaries. + +Supports Linux environments such as Redhat/Centos/Ubuntu as well as Mac OSX. + +These links provide information for building the Mothur package in most environments. + +http://www.mothur.org/wiki/Download_mothur + +http://www.mothur.org/wiki/Installation +http://www.mothur.org/wiki/Makefile_options + +*Requirements* + +- build tools (make, C libraries, GCC) +- libncurses-dev(el) +- simplejson (python library) + </readme> + </package> +</tool_dependency>
