Mercurial > repos > nilesh > fastq_validator
comparison tool_dependencies.xml @ 34:d9a2b4dff069 draft
Uploaded
author | nilesh |
---|---|
date | Thu, 27 Jun 2013 11:16:45 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
33:83451cff7c0f | 34:d9a2b4dff069 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="libStatGen" version="1.0.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="shell_command">git clone https://github.com/statgen/libStatGen.git</action> | |
7 <action type="shell command">git reset --hard c73a8cde531c624bfd335d2f5cc5067444e0b3dd</action> | |
8 <action type="shell command">make</action> | |
9 <action type="set_environment"> | |
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <readme> | |
15 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator. | |
16 </readme> | |
17 <repository changeset_revision="83451cff7c0f" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
18 </package> | |
19 <!-- <package name="fastq_validator" version="1.0.0"> | |
20 <install version="1.0"> | |
21 <actions> | |
22 <action type="download_file">http://genome.sph.umich.edu/w/images/2/20/FastQValidatorLibStatGen.0.1.1a.tgz</action> | |
23 <action type="shell_command">tar xvf FastQValidatorLibStatGen.0.1.1a.tgz</action> | |
24 <action type="shell command">make all</action> | |
25 <action type="set_environment"> | |
26 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
27 </action> | |
28 </actions> | |
29 </install> | |
30 <readme> | |
31 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator. | |
32 </readme> | |
33 <repository name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
34 </package> --> | |
35 </tool_dependency> |