Mercurial > repos > iuc > varscan_copynumber
annotate varscan_copynumber.xml @ 8:9ca2541369b8 draft default tip
"planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 1232893782204bb041dd6ed46711295cb0bfc03f"
| author | iuc |
|---|---|
| date | Sat, 04 Dec 2021 22:21:48 +0000 |
| parents | ca1fd9dcda00 |
| children |
| rev | line source |
|---|---|
|
2
ca1fd9dcda00
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 3932667bb4f6770a671141f7aab1f326e6dd1919
iuc
parents:
1
diff
changeset
|
1 <tool id="varscan_copynumber" name="VarScan copynumber" version="@VERSION@.2"> |
|
0
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
2 <description>Determine relative tumor copy number from tumor-normal pileups</description> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
3 <macros> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
5 </macros> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
7 <expand macro="stdio" /> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
8 <command><![CDATA[ |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
9 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
10 varscan copynumber |
|
1
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
11 @INPUT_PILEUPS@ |
|
0
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
12 --min-coverage ${min_coverage} |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
13 --min-base-qual ${min_base_qual} |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
14 --min-map-qual ${min_map_qual} |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
15 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
16 --min-segment-size ${min_segment_size} |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
17 --max-segment-size ${max_segment_size} |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
18 --p-value ${p_value} |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
19 --data-ratio ${data_ratio} |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
20 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
21 ]]></command> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
22 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
23 <inputs> |
|
1
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
24 <expand macro="input_pileups"/> |
|
0
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
25 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
26 <param argument="--min-coverage" name="min_coverage" type="integer" value="20" min="1" max="200" |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
27 label="Minimum read depth" help="Minimum coverage threshold for copynumber segments"/> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
28 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
29 <param argument="--min-base-qual" name="min_base_qual" type="integer" value="20" min="1" max="200" |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
30 label="Minimum base quality to count for coverage"/> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
31 <param argument="--min-map-qual" name="min_map_qual" type="integer" value="20" min="1" max="200" |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
32 label="Minimum read mapping quality to count for coverage"/> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
33 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
34 <param argument="--min-segment-size" name="min_segment_size" type="integer" value="10" min="1" max="200" |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
35 label="Minimum number of consecutive bases to report a segment" help="" /> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
36 <param argument="--max-segment-size" name="max_segment_size" type="integer" value="100" min="1" max="200" |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
37 label="Max size before a new segment is made" help="" /> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
38 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
39 <expand macro="p_value" label="P-value threshold for significant copynumber change-point" value="0.01" /> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
40 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
41 <param argument="--data-ratio" name="data_ratio" type="float" value="1.0" min="0.0" max="1.0" |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
42 label="The normal/tumor input data ratio for copynumber adjustment"/> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
43 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
44 </inputs> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
45 <outputs> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
46 <data name="output" from_work_dir="galaxy_out.copynumber" format="interval"/> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
47 </outputs> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
48 <tests> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
49 <test> |
|
1
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
50 <conditional name="pileup"> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
51 <param name="pileup_select" value="separated" /> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
52 <param name="normal_pileup" value="N_Region_Chr1_CDKN2C.pileup.gz" /> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
53 <param name="tumor_pileup" value="T_Region_Chr1_CDKN2C.pileup.gz" /> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
54 </conditional> |
|
0
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
55 <output name="output" file="varscan_copynumber_result1.interval" lines_diff="0" /> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
56 </test> |
|
1
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
57 <test> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
58 <conditional name="pileup"> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
59 <param name="pileup_select" value="combined" /> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
60 <param name="combined_pileup" value="NT.pileup.gz" /> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
61 </conditional> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
62 <output name="output" file="varscan_copynumber_result2.interval" lines_diff="0" /> |
|
96c10f0cbf6c
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 33c5694cb2e0a86a76d12a3355a2bd26deba7177
iuc
parents:
0
diff
changeset
|
63 </test> |
|
0
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
64 </tests> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
65 |
|
2
ca1fd9dcda00
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 3932667bb4f6770a671141f7aab1f326e6dd1919
iuc
parents:
1
diff
changeset
|
66 <help><![CDATA[ |
|
ca1fd9dcda00
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 3932667bb4f6770a671141f7aab1f326e6dd1919
iuc
parents:
1
diff
changeset
|
67 @HELP_HEADER@ |
|
0
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
68 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
69 **Input** |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
70 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
71 :: |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
72 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
73 mpileup file - The SAMtools mpileup files for the normal and tumor tissue |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
74 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
75 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
76 **Output** |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
77 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
78 VarScan produces a VCF 4.1 dataset as output. |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
79 |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
80 |
|
2
ca1fd9dcda00
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 3932667bb4f6770a671141f7aab1f326e6dd1919
iuc
parents:
1
diff
changeset
|
81 ]]></help> |
|
0
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
82 <expand macro="citations" /> |
|
ff2bab7499ec
planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/varscan commit 44c3f913e091bfdb94870ec3181390ad98711797
iuc
parents:
diff
changeset
|
83 </tool> |
