Mercurial > repos > refinery-platform > package_qualimap_2_2
comparison tool_dependencies.xml @ 0:bcc7b19f86fa draft default tip
planemo upload for repository https://github.com/refinery-platform/package_qualimap_2_2 commit eeb90d937d8ed1acb8b5dc4eae0d5a88a7a63951-dirty
author | refinery-platform |
---|---|
date | Mon, 30 Jul 2018 11:22:09 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bcc7b19f86fa |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="qualimap" version="2.2"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <actions> | |
7 <action type="download_by_url">https://depot.galaxyproject.org/software/qualimap/qualimap_2.2_src_all.zip</action> | |
8 <action type="move_directory_files"> | |
9 <source_directory>.</source_directory> | |
10 <destination_directory>$INSTALL_DIR</destination_directory> | |
11 </action> | |
12 </actions> | |
13 <action type="set_environment"> | |
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
15 </action> | |
16 </actions_group> | |
17 </install> | |
18 <readme> | |
19 <![CDATA[ | |
20 Qualimap 2 is a platform-independent application written in Java and R that provides both a Graphical User Inteface (GUI) | |
21 and a command-line interface to facilitate the quality control of alignment sequencing data and its derivatives like feature counts. | |
22 | |
23 Supported types of experiments include: | |
24 Whole-genome sequencing | |
25 Whole-exome sequencing | |
26 RNA-seq (speical mode available) | |
27 ChIP-seq | |
28 http://qualimap.bioinfo.cipf.es | |
29 ]]> | |
30 </readme> | |
31 </package> | |
32 </tool_dependency> |