annotate wisecondor_predict.xml @ 0:bf0ebc9921f2 draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
author artbio
date Sun, 15 Dec 2024 16:37:13 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
1 <tool id="wisecondorx_predict" name="WisecondorX predict" version="@WRAPPER_VERSION@" profile="@PROFILE@">
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
2 <description>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
3 CNVs
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
4 </description>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
5 <macros>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
6 <import>macro.xml</import>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
7 </macros>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
8 <expand macro="requirements"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
9 <stdio>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
10 <exit_code range="1:" level="fatal" description="Error occured" />
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
11 </stdio>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
13 @pipefail@
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
14 ln -s $npz_input sample.npz &&
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
15 ln -s $reference reference.npz &&
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
16 WisecondorX predict sample.npz reference.npz sample --plot --bed
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
17 ]]></command>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
18 <inputs>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
19 <param name="npz_input" type="data" format="npz" label="npz file from sample to analyse"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
20 <param name="reference" type="data" format="npz" label="npz reference built with WisecondorX build"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
21 </inputs>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
22 <outputs>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
23 <data name="aberrations" format="bed" label="sample abberations" from_work_dir="sample_aberrations.bed"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
24 <data name="bins" format="bed" label="sample bins" from_work_dir="sample_bins.bed"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
25 <data name="segments" format="bed" label="sample segments" from_work_dir="sample_segments.bed"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
26 <data name="statistics" format="txt" label="statistics" from_work_dir="sample_statistics.txt"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
27 <collection name="plots" type="list" format="png" label="CNV plots">
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
28 <discover_datasets pattern="__name_and_ext__" directory="sample.plots" />
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
29 </collection>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
30 </outputs>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
31 <tests>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
32 <test expect_num_outputs="5">
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
33 <param name="npz_input" value="input_sample_predict.npz" ftype="npz" />
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
34 <param name="reference" value="input_reference_predict.10000kb.npz" />
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
35 <output name="aberrations" ftype="bed" file="predict_abberations.bed" />
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
36 <output name="bins" ftype="bed" file="predict_bins.bed" compare="sim_size" delta="1000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
37 <output name="segments" ftype="bed" file="predict_segments.bed"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
38 <output name="statistics" ftype="txt" file="predict_statistics.txt" compare="sim_size" delta="1000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
39 <output_collection name="plots" type="list">
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
40 <element name="chr1" file="chr1.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
41 <element name="chr10" file="chr10.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
42 <element name="chr11" file="chr11.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
43 <element name="chr12" file="chr12.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
44 <element name="chr13" file="chr13.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
45 <element name="chr14" file="chr14.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
46 <element name="chr15" file="chr15.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
47 <element name="chr16" file="chr16.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
48 <element name="chr17" file="chr17.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
49 <element name="chr18" file="chr18.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
50 <element name="chr19" file="chr19.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
51 <element name="chr2" file="chr2.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
52 <element name="chr20" file="chr20.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
53 <element name="chr21" file="chr21.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
54 <element name="chr22" file="chr22.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
55 <element name="chr3" file="chr3.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
56 <element name="chr4" file="chr4.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
57 <element name="chr5" file="chr5.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
58 <element name="chr6" file="chr6.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
59 <element name="chr7" file="chr7.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
60 <element name="chr8" file="chr8.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
61 <element name="chr9" file="chr9.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
62 <element name="chrX" file="chrX.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
63 <element name="genome_wide" file="genome_wide.png" compare="sim_size" delta="10000"/>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
64 </output_collection>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
65 </test>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
66 </tests>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
67 <help>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
68 @help@
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
69 <![CDATA[
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
70 .. class:: infomark
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
71
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
72 **WisecondorX predict test_input.npz reference_input.npz output_id [--optional arguments]**
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
73
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
74 Option List::
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
75
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
76 --minrefbins Minimum amount of sensible reference bins per target bin;
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
77 should generally not be tweaked (default: x=150)
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
78 --maskrepeats Bins with distances > mean + sd * 3 in the reference will be
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
79 masked. This parameter represents the number of masking cycles
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
80 and defines the stringency of the blacklist (default: x=5)
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
81 **Should be a multiple of the 5e3**.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
82 Not exposed in this Galaxy wrapper.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
83 --zscore Z-score cutoff to call segments as aberrations (default: x=5)
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
84 --alpha P-value cutoff for calling circular binary segmentation
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
85 breakpoints (default: x=1e-4).
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
86 Not exposed in this Galaxy wrapper.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
87 --beta When beta is given, --zscore is ignored. Beta sets a ratio
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
88 cutoff for aberration calling. It's a number between 0 (liberal)
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
89 and 1 (conservative) and, when used, is optimally close to the
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
90 purity (e.g. fetal/tumor fraction)
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
91 Not exposed in this Galaxy wrapper.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
92 --blacklist Blacklist for masking additional regions; requires headerless
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
93 .bed file. This is particularly useful when the reference set
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
94 is too small to recognize some obvious loci (such as centromeres).
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
95 Not exposed in this Galaxy wrapper.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
96 --gender Force WisecondorX to analyze this case as male (M) or female (F).
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
97 Useful when e.g. dealing with a loss of chromosome Y, which
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
98 causes erroneous gender predictions (choices: x=F or x=M).
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
99 Not exposed in this Galaxy wrapper.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
100 --bed Outputs tab-delimited .bed files.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
101 --plot Outputs custom .png plots, directly interpretable.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
102 --ylim [a,b] Force WisecondorX to use y-axis interval [a,b] during plotting, e.g. [-2,2].
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
103 Not exposed in this Galaxy wrapper.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
104 --cairo Some operating systems require the cairo bitmap type to write plots.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
105 Not exposed in this Galaxy wrapper.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
106 --seed Random seed for segmentation algorithm (default:None).
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
107 Not exposed in this Galaxy wrapper.
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
108 ]]></help>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
109 <citations>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
110 <citation type="doi">10.1093/nar/gky1263</citation>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
111 </citations>
bf0ebc9921f2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx commit b391b0f3348bd86a5c276dc4d3ff9dc98890c115
artbio
parents:
diff changeset
112 </tool>