Mercurial > repos > iuc > package_stringtie_1_0_3
view tool_dependencies.xml @ 0:a98e504eb982 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_stringtie_1_0_3 commit 3c6bac9c9b0d7f6d84a0db786d3f9940322a6b72
| author | iuc |
|---|---|
| date | Wed, 13 May 2015 22:38:38 -0400 |
| parents | |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="stringtie" version="1.0.3"> <install version="1.0"> <actions_group> <actions architecture="x86_64" os="linux"> <action type="download_by_url">http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.0.3.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">http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.0.3.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">http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.0.3.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> </action> </actions_group> </install> <readme>StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts. It is primarily a genome-guided transcriptome assembler, although it can borrow algorithmic techniques from de novo genome assembly to help with transcript assembly. Its input can include not only the spliced read alignments used by reference-based assemblers, but also longer contigs that were assembled de novo from unambiguous, non-branching parts of a transcript.</readme> </package> </tool_dependency>
