view tool_dependencies.xml @ 1:4e8dc3ecc62f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_stringtie_1_1_0 commit ba346d3cce32b4ae19b83ac1f8f3bd39df1f44ce
author iuc
date Wed, 21 Oct 2015 16:29:30 -0400
parents 62a98ebf406f
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="stringtie" version="1.1.0">
      <install version="1.0">
          <actions_group>
              <actions architecture="x86_64" os="linux">
                    <action type="download_by_url" sha256sum="a89b3c67291c4d501eb2c0ddf84ce941d066b628c72327edc3acd4275f878667">
                        http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.1.0.Linux_x86_64.tar.gz
                    </action>
                    <action type="move_file">
                      <source>stringtie</source>
                        <destination>$INSTALL_DIR/bin</destination>
                    </action>
                </actions>
                <actions architecture="x86_64" os="darwin">
                    <action type="download_by_url" sha256sum="65d94c7c44f25b61dfe65e02ad851622c7ed2618b38b4a1bac8217bb5d0b051f">
                        http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.1.0.OSX_x86_64.tar.gz
                    </action>
                    <action type="move_file">
                      <source>stringtie</source>
                        <destination>$INSTALL_DIR/bin</destination>
                    </action>
                </actions>
                <actions>
                    <action type="download_by_url" sha256sum="1777adedfce1857f5f4bd1acbd3d01d8fc4f98bc2f80da9a54d7247401c9a487">
                        http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.1.0.tar.gz
                    </action>
                    <action type="shell_command">make release</action>
                    <action type="move_file">
                      <source>stringtie</source>
                        <destination>$INSTALL_DIR/bin</destination>
                    </action>
                </actions>
                <action type="set_environment">
                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                  <environment_variable action="set_to" name="STRINGTIE_ROOT_PATH">$INSTALL_DIR</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
  StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.
  It uses a novel network flow algorithm as well as an optional de novo assembly step to assemble and
  quantitate full-length transcripts representing multiple splice variants for each gene locus.
  Its input can include not only the alignments of raw reads used by other transcript assemblers,
  but also alignments longer sequences that have been assembled from those reads.
  To identify differentially expressed genes between experiments, StringTie's
  output can be processed either by the Cuffdiff or Ballgown programs.
        </readme>
    </package>
</tool_dependency>