annotate tool_dependencies.xml @ 1:40dc77f3730c draft

Uploaded
author rnateam
date Wed, 04 Feb 2015 12:45:52 -0500
parents 2c039fc73f1f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
1 <?xml version="1.0"?>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
2 <tool_dependency>
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
3 <package name="perl" version="5.18.1">
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
4 <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
5 </package>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
6 <package name="bowtie" version="0.12.7">
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
7 <repository changeset_revision="9f9f38617a98" name="package_bowtie_0_12_7" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" />
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
8 </package>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
9 <package name="vienna_rna" version="1.8.5">
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
10 <repository changeset_revision="6757330f89cd" name="package_vienna_rna_1_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
11 </package>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
12 <package name="pdf_api2" version="2.023">
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
13 <repository changeset_revision="b9b7fadfdb69" name="package_perl_pdf_api2_2_023" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
14 </package>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
15 <package name="mirdeep2_quantifier" version="2.0">
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
16 <install version="1.0">
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
17 <actions>
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
18 <action type="download_by_url">https://raw.githubusercontent.com/bgruening/download_store/master/miRDeep2/miRDeep2-quantifier.tar.gz</action>
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
19 <action type="move_file">
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
20 <source>quantifier.pl</source>
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
21 <destination>$INSTALL_DIR</destination>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
22 </action>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
23 <action type="move_file">
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
24 <source>make_html2.pl</source>
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
25 <destination>$INSTALL_DIR</destination>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
26 </action>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
27 <action type="move_file">
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
28 <source>convert_bowtie_output.pl</source>
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
29 <destination>$INSTALL_DIR</destination>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
30 </action>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
31 <action type="set_environment">
1
40dc77f3730c Uploaded
rnateam
parents: 0
diff changeset
32 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
33 </action>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
34 </actions>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
35 </install>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
36 <readme>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
37
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
38 The module maps the deep sequencing reads to predefined miRNA precursors and determines by that the expression of the corresponding miRNAs.
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
39 First, the predefined mature miRNA sequences are mapped to the predefined precursors. Optionally, predefined star sequences can be mapped to the precursors too.
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
40 By that the mature and star sequence in the precursors are determined. Second, the deep sequencing reads are mapped to the precursors.
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
41 The number of reads falling into an interval 2nt upstream and 5nt downstream of the mature/star sequence is determined.
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
42
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
43 </readme>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
44 </package>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
45 </tool_dependency>