comparison tool_dependencies.xml @ 5:7d6f5eef1245 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 321bb0b81c749a898c0b59447a5a87d68c4dd058
author iuc
date Sun, 14 Jun 2015 22:49:32 -0400
parents 03a48ad6b460
children 52b84f4bac10
comparison
equal deleted inserted replaced
4:91a7c3951413 5:7d6f5eef1245
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="package_gsl_1_16" version="1.16"> 3 <package name="art" version="2014.11.03">
4 <repository changeset_revision="48e3daecb97f" name="package_gsl_1_16" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="10c1f6e14834" name="package_art_2014_11_03" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="art" version="2014_11_03">
7 <install version="1.0">
8 <actions>
9 <action type="download_by_url">http://www.niehs.nih.gov/research/resources/assets/docs/artsrcvanillaicecream031114linuxtgz.tgz</action>
10 <action type="set_environment_for_install">
11 <repository changeset_revision="48e3daecb97f" name="package_gsl_1_16" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
12 <package name="gsl" version="1.16" />
13 </repository>
14 </action>
15 <action type="autoconf" />
16 <action type="set_environment">
17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable>
18 </action>
19 </actions>
20 </install>
21 <readme>ART is a set of simulation tools to generate synthetic next-generation
22 sequencing reads. ART simulates sequencing reads by mimicking real
23 sequencing process with empirical error models or quality profiles summarized
24 from large recalibrated sequencing data. ART can also simulate reads using user
25 own read error model or quality profiles. ART supports simulation of
26 single-end, paired-end/mate-pair reads of three major commercial
27 next-generation sequencing platforms: Illumina's Solexa, Roche's 454 and
28 Applied Biosystems' SOLiD. ART can be used to test or benchmark a variety
29 of method or tools for next-generation sequencing data analysis, including
30 read alignment, de novo assembly, SNP and structure variation discovery.
31 ART was used as a primary tool for the simulation study of the 1000 Genomes
32 Project . ART is implemented in C++ with optimized algorithms and is highly
33 efficient in read simulation. ART outputs reads in the FASTQ format, and
34 alignments in the ALN format. ART can also generate alignments in the SAM
35 alignment or UCSC BED file format.
36 </readme>
37 </package> 5 </package>
38 </tool_dependency> 6 </tool_dependency>