annotate tool_dependencies.xml @ 0:2238c6c6d46a draft default tip

Imported from capsule None
author iuc
date Thu, 05 Mar 2015 10:55:57 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
3 <package name="stringtie" version="1.0.1">
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
5 <actions_group>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
6 <actions architecture="x86_64" os="linux">
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
7 <action type="download_by_url">http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.0.1.Linux_x86_64.tar.gz</action>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
8 <action type="move_file">
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
9 <source>stringtie</source>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
10 <destination>$INSTALL_DIR/bin</destination>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
11 </action>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
12 </actions>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
13 <actions architecture="x86_64" os="darwin">
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
14 <action type="download_by_url">http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.0.1.OSX_x86_64.tar.gz</action>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
15 <action type="move_file">
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
16 <source>stringtie</source>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
17 <destination>$INSTALL_DIR/bin</destination>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
18 </action>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
19 </actions>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
20 <actions>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
21 <action type="download_by_url">http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.0.1.tar.gz</action>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
22 <action type="shell_command">make release</action>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
23 <action type="move_file">
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
24 <source>stringtie</source>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
25 <destination>$INSTALL_DIR/bin</destination>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
26 </action>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
27 </actions>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
28 <action type="set_environment">
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
29 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
30 </action>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
31 </actions_group>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
32 </install>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
33 <readme>StringTie is a fast and highly efficient assembler of RNA-Seq
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
34 alignments into potential transcripts. It is primarily a genome-guided
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
35 transcriptome assembler, although it can borrow algorithmic techniques
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
36 from de novo genome assembly to help with transcript assembly. Its input
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
37 can include not only the spliced read alignments used by reference-based
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
38 assemblers, but also longer contigs that were assembled de novo from
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
39 unambiguous, non-branching parts of a transcript.</readme>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
40 </package>
2238c6c6d46a Imported from capsule None
iuc
parents:
diff changeset
41 </tool_dependency>