Mercurial > repos > iuc > package_art_2014_11_03
comparison tool_dependencies.xml @ 0:eaadf9edc5c1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_art_2014_11_03 commit 44c7d88ebdbf798890394a7696a4ce0c504faaf7
author | iuc |
---|---|
date | Thu, 11 Jun 2015 13:50:21 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:eaadf9edc5c1 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="package_gsl_1_16" version="1.16"> | |
4 <repository changeset_revision="4391a79f86fa" name="package_gsl_1_16" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.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="4391a79f86fa" name="package_gsl_1_16" owner="iuc" toolshed="https://toolshed.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 <environment_variable action="set_to" name="ART_ROOT_PATH">$INSTALL_DIR/</environment_variable> | |
19 </action> | |
20 </actions> | |
21 </install> | |
22 <readme>ART is a set of simulation tools to generate synthetic next-generation | |
23 sequencing reads. ART simulates sequencing reads by mimicking real | |
24 sequencing process with empirical error models or quality profiles summarized | |
25 from large recalibrated sequencing data. ART can also simulate reads using user | |
26 own read error model or quality profiles. ART supports simulation of | |
27 single-end, paired-end/mate-pair reads of three major commercial | |
28 next-generation sequencing platforms: Illumina's Solexa, Roche's 454 and | |
29 Applied Biosystems' SOLiD. ART can be used to test or benchmark a variety | |
30 of method or tools for next-generation sequencing data analysis, including | |
31 read alignment, de novo assembly, SNP and structure variation discovery. | |
32 ART was used as a primary tool for the simulation study of the 1000 Genomes | |
33 Project . ART is implemented in C++ with optimized algorithms and is highly | |
34 efficient in read simulation. ART outputs reads in the FASTQ format, and | |
35 alignments in the ALN format. ART can also generate alignments in the SAM | |
36 alignment or UCSC BED file format. | |
37 </readme> | |
38 </package> | |
39 </tool_dependency> |