Mercurial > repos > iuc > varscan_somatic
annotate varscan_somatic.xml @ 0:72b8ce355fae draft
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
author | iuc |
---|---|
date | Tue, 10 Jul 2018 13:35:40 -0400 |
parents | |
children | 31a38ce7e8ae |
rev | line source |
---|---|
0
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
1 <tool id="varscan_somatic" name="VarScan somatic" version="@VERSION@.0"> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
2 <description>Call germline/somatic variants from tumor-normal pileups</description> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
3 <macros> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
5 </macros> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
7 <expand macro="stdio" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
8 <command><![CDATA[ |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
9 varscan somatic |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
10 '${normal_pileup}' |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
11 '${tumor_pileup}' |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
12 galaxy_out |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
13 --min-coverage ${min_coverage} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
14 --min-reads2 ${min_reads2} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
15 --min-avg-qual ${min_avg_qual} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
16 --min-var-freq ${min_var_freq} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
17 --min-freq-for-hom ${min_freq_for_hom} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
18 --normal-purity ${normal_purity} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
19 --tumor-purity ${tumor_purity} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
20 --tumor-purity ${tumor_purity} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
21 --min-coverage-normal ${min_coverage_normal} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
22 --somatic-p-value ${somatic_p_value} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
23 --p-value ${p_value} |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
24 #if str($strand_filter) == 'yes': |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
25 --strand-filter 1 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
26 #end if |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
27 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
28 --output-vcf 1 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
29 ]]></command> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
30 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
31 <inputs> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
32 <param name="normal_pileup" format="pileup" type="data" label="Samtools pileup dataset" help=""/> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
33 <param name="tumor_pileup" format="pileup" type="data" label="Samtools pileup dataset" help=""/> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
34 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
35 <expand macro="min_coverage" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
36 <param argument="--min-coverage-normal" name="min_coverage_normal" type="integer" value="8" min="1" max="200" |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
37 label="Minimum read depth from the normal sample" help="Minimum depth at a position to make a call" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
38 <param argument="--min-coverage-tumor" name="min_coverage_tumor" type="integer" value="6" min="1" max="200" |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
39 label="Minimum read depth from the tumor sample" help="Minimum depth at a position to make a call" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
40 <expand macro="min_reads2" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
41 <expand macro="min_avg_qual" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
42 <expand macro="min_var_freq" value="0.10" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
43 <expand macro="min_freq_for_hom" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
44 <param argument="--normal-purity" name="normal_purity" type="float" value="1.00" min="0" max="1.00" |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
45 label="Estimated purity (non-tumor content) of normal sample"/> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
46 <param argument="--tumor-purity" name="tumor_purity" type="float" value="1.00" min="0" max="1.00" |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
47 label="Estimated purity (tumor content) of tumor sample"/> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
48 <expand macro="p_value" label="P-value threshold to call a heterozygote" value="0.99"/> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
49 <param argument="--somatic-p-value" name="somatic_p_value" type="float" value="0.05" min="0" max="1" |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
50 label="p-value threshold for calling somatic sites"/> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
51 <expand macro="strand_filter" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
52 </inputs> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
53 <outputs> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
54 <data name="output_indel" from_work_dir="galaxy_out.indel.vcf" format="vcf"/> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
55 <data name="output_snp" from_work_dir="galaxy_out.snp.vcf" format="vcf"/> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
56 </outputs> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
57 <tests> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
58 <test> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
59 <param name="normal_pileup" value="N_Region_Chr1_CDKN2C.pileup.gz" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
60 <param name="tumor_pileup" value="T_Region_Chr1_CDKN2C.pileup.gz" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
61 <param name="min_coverage" value="2" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
62 <param name="min_coverage_normal" value="2" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
63 <param name="min_coverage_tumor" value="2" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
64 <param name="min_reads2" value="1" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
65 <param name="min_avg_qual" value="5" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
66 <param name="min_var_freq" value="0.01" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
67 <param name="min_freq_for_hom" value="0.75" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
68 <param name="normal_purity" value="0.6" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
69 <param name="tumor_purity" value="0.6" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
70 <param name="p_value" value="0.99" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
71 <output name="output_indel" file="varscan_somatic_indel_result1.vcf" lines_diff="0" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
72 <output name="output_snp" file="varscan_somatic_snp_result1.vcf" lines_diff="0" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
73 </test> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
74 </tests> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
75 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
76 <help> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
77 **VarScan Overview** |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
78 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
79 VarScan_ performs variant detection for massively parallel sequencing data, such as exome, WGS, and transcriptome data. |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
80 It calls variants from a mpileup dataset and produces a VCF 4.1. Full documentation is available online_. |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
81 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
82 This tool calls germline/somatic variants from tumor-normal pileups. |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
83 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
84 .. _VarScan: http://dkoboldt.github.io/varscan/ |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
85 .. _online: http://dkoboldt.github.io/varscan/using-varscan.html |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
86 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
87 **Input** |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
88 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
89 :: |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
90 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
91 mpileup file - The SAMtools mpileup files for the normal and tumor tissue |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
92 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
93 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
94 **Output** |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
95 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
96 VarScan produces a VCF 4.1 dataset as output. |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
97 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
98 |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
99 </help> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
100 <expand macro="citations" /> |
72b8ce355fae
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
101 </tool> |