Mercurial > repos > jjohnson > gatk2
comparison tool_dependencies.xml @ 0:74c05070a3f8 draft
Uploaded
author | jjohnson |
---|---|
date | Thu, 01 Nov 2012 13:53:22 -0400 |
parents | |
children | 9b8e2a158073 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:74c05070a3f8 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="gatk" version="2.2"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">ftp://ftp.broadinstitute.org/pub/gsa/GenomeAnalysisTK/GenomeAnalysisTKLite-latest.tar.bz2</action> | |
7 <action type="move_file"> | |
8 <source>GenomeAnalysisTKLite.jar</source> | |
9 <destination>$INSTALL_DIR/GenomeAnalysisTK.jar</destination> | |
10 </action> | |
11 <action type="set_environment"> | |
12 <environment_variable name="GATK2_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
13 </action> | |
14 <action type="set_environment"> | |
15 <environment_variable name="GATK2_SITE_OPTIONS" action="set_to">--num_threads 4 --num_cpu_threads_per_data_thread 3 --phone_home STANDARD</environment_variable> | |
16 </action> | |
17 </actions> | |
18 </install> | |
19 <readme> | |
20 The following GATK2 analysis types require a License for commercial use and the full GATK2 build will need to be manually installed: | |
21 | |
22 haplotypecaller | |
23 HaplotypeCaller Call SNPs and indels simultaneously via local de-novo assembly of haplotypes in an | |
24 active region. | |
25 HaplotypeResolver Haplotype-based resolution of variants in 2 different eval files. | |
26 | |
27 reducereads | |
28 CompareBAM Given two BAMs with different read groups, it compares them based on ReduceReads | |
29 metrics. | |
30 ReduceReads Reduces the BAM file using read based compression that keeps only essential information | |
31 for variant calling | |
32 | |
33 | |
34 See: http://www.appistry.com/gatk/gatk-faqs-static for Licensing details. | |
35 The full GATK build can be acquired from: http://www.broadinstitute.org/gatk/download | |
36 and GenomeAnalysisTK.jar need to be manually installed into the GATK2_PATH set for the GenomeAnalysisTKLite.jar | |
37 | |
38 The GATK2_SITE_OPTIONS environment variable can be modified in the env.sh in the tool_dependencies path can be modified | |
39 for the local installation. | |
40 | |
41 </readme> | |
42 </package> | |
43 <package name="samtools" version="0.1.18"> | |
44 <install version="1.0"> | |
45 <actions> | |
46 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action> | |
47 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action> | |
48 <action type="shell_command">make</action> | |
49 <action type="move_file"> | |
50 <source>samtools</source> | |
51 <destination>$INSTALL_DIR/bin</destination> | |
52 </action> | |
53 <action type="move_file"> | |
54 <source>misc/maq2sam-long</source> | |
55 <destination>$INSTALL_DIR/bin</destination> | |
56 </action> | |
57 <action type="set_environment"> | |
58 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
59 </action> | |
60 </actions> | |
61 </install> | |
62 <readme> | |
63 Compiling SAMtools requires the ncurses and zlib development libraries. | |
64 </readme> | |
65 </package> | |
66 </tool_dependency> |