annotate tool_dependencies.xml @ 0:bbcdfb50d3f0 draft

Imported from capsule None
author iuc
date Thu, 03 Jul 2014 18:38:00 -0400
parents
children cfe1d3cb41d5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="samtools" version="0.1.19">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
4 <repository changeset_revision="1ef76f8d8e52" name="package_samtools_0_1_19" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" />
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
5 </package>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
6 <package name="stringtie" version="0.97">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
7 <install version="1.0">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
8 <actions_group>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
9 <actions architecture="x86_64" os="linux">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
10 <action type="download_by_url">http://ccb.jhu.edu/software/stringtie/dl/stringtie-0.97.Linux_x86_64.tar.gz</action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
11 <action type="move_file">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
12 <source>stringtie</source>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
13 <destination>$INSTALL_DIR/bin</destination>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
14 </action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
15 </actions>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
16 <actions architecture="x86_64" os="darwin">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
17 <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/stringtie/stringtie-0.97-Darwin-x86_64.tgz</action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
18 <action type="move_file">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
19 <source>stringtie</source>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
20 <destination>$INSTALL_DIR/bin</destination>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
21 </action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
22 </actions>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
23 <actions>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
24 <action type="download_by_url">http://ccb.jhu.edu/software/stringtie/dl/stringtie-0.97.tar.gz</action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
25 <action type="set_environment_for_install">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
26 <repository changeset_revision="1ef76f8d8e52" name="package_samtools_0_1_19" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
27 <package name="samtools" version="0.1.19" />
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
28 </repository>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
29 </action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
30 <action type="shell_command">ln -s $SAMTOOLS_ROOT_DIR/src samtools</action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
31 <action type="shell_command">cp $SAMTOOLS_ROOT_DIR/lib/libbam.* samtools/</action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
32 <action type="shell_command">make</action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
33 <action type="move_file">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
34 <source>stringtie</source>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
35 <destination>$INSTALL_DIR/bin</destination>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
36 </action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
37 </actions>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
38 <action type="set_environment">
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
40 </action>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
41 </actions_group>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
42 </install>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
43 <readme>StringTie is a fast and highly efficient assembler of RNA-Seq
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
44 alignments into potential transcripts. It is primarily a genome-guided
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
45 transcriptome assembler, although it can borrow algorithmic techniques
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
46 from de novo genome assembly to help with transcript assembly. Its input
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
47 can include not only the spliced read alignments used by reference-based
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
48 assemblers, but also longer contigs that were assembled de novo from
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
49 unambiguous, non-branching parts of a transcript.</readme>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
50 </package>
bbcdfb50d3f0 Imported from capsule None
iuc
parents:
diff changeset
51 </tool_dependency>