0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
3
|
3 <package name="kggseq" version="0.8_20150423">
|
0
|
4 <install version="1.0">
|
|
5 <actions>
|
3
|
6 <action type="download_by_url" target_filename="kggseq_archive-v0.8_20150423.tar.gz">https://github.com/crs4/kggseq_archive/archive/v0.8_20150423.tar.gz</action>
|
0
|
7 <action type="shell_command">touch test.vcf</action>
|
1
|
8 <action type="shell_command">java -jar kggseq.jar --no-lib-check --resource resources --buildver hg19 --db-filter 1kg201305,1kg201204,1kgafr201204,1kgeur201204,1kgamr201204,1kgasn201204,dbsnp135,dbsnp137,dbsnp138,dbsnp138nf,dbsnp141,ESP6500AA,ESP6500EA,exac --genome-annot --db-gene refgene,gencode,knowngene,ensembl --db-score dbnsfp --superdup-annot --cosmic-annot --vcf-file test.vcf</action>
|
|
9 <action type="shell_command">java -Xmx4g -jar kggseq.jar --no-lib-check --no-qc --resource resources --buildver hg19 --o-flanking-seq 10 --vcf-file examples/rare.disease.hg19.vcf</action>
|
0
|
10 <action type="move_directory_files">
|
|
11 <source_directory>.</source_directory>
|
|
12 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
13 </action>
|
|
14 <action type="set_environment">
|
|
15 <environment_variable name="KGGSEQ_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
|
|
16 </action>
|
|
17 </actions>
|
|
18 </install>
|
|
19 </package>
|
|
20 </tool_dependency>
|