Mercurial > repos > iuc > package_stringtie_1_2_3
comparison tool_dependencies.xml @ 0:39ef8a0e46e1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_stringtie_1_2_3 commit 15099b938e3ef54150ebf6b67969c27928c763c0
| author | iuc |
|---|---|
| date | Mon, 18 Jul 2016 06:52:56 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:39ef8a0e46e1 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="stringtie" version="1.2.3"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url" sha256sum="1a323fd17c24889748c645b3dfe5a06305236d9899e87a27939a68404d2d9d09">https://ccb.jhu.edu/software/stringtie/dl/stringtie-1.2.3.tar.gz</action> | |
| 7 <action type="shell_command">make release</action> | |
| 8 <action type="move_file"> | |
| 9 <source>stringtie</source> | |
| 10 <destination>$INSTALL_DIR/bin</destination> | |
| 11 </action> | |
| 12 <action type="set_environment"> | |
| 13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 14 <environment_variable action="set_to" name="STRINGTIE_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
| 15 </action> | |
| 16 </actions> | |
| 17 </install> | |
| 18 <readme> | |
| 19 StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts. | |
| 20 It uses a novel network flow algorithm as well as an optional de novo assembly step to assemble and | |
| 21 quantitate full-length transcripts representing multiple splice variants for each gene locus. | |
| 22 Its input can include not only the alignments of raw reads used by other transcript assemblers, | |
| 23 but also alignments longer sequences that have been assembled from those reads. | |
| 24 To identify differentially expressed genes between experiments, StringTie's | |
| 25 output can be processed either by the Cuffdiff or Ballgown programs. | |
| 26 </readme> | |
| 27 </package> | |
| 28 </tool_dependency> |
