Mercurial > repos > iuc > cnvkit_export_cdt
annotate cdt.xml @ 1:01066db437bf draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
| author | iuc |
|---|---|
| date | Sat, 01 Mar 2025 11:51:21 +0000 |
| parents | 8834638e3248 |
| children |
| rev | line source |
|---|---|
|
0
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
1 <tool id="cnvkit_export_cdt" name="CNVkit Export CDT" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
2 <description>Convert log2 ratios to Clustered Data Table (CDT)</description> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
3 <macros> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
5 </macros> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
6 <expand macro="xrefs"/> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
7 <expand macro="creators"/> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
8 <expand macro="requirements"/> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
10 ln -s '$input_segmented_file' ./sample.cnr && |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
11 cnvkit.py export cdt |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
12 ./sample.cnr |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
13 --output sample.cnv.cdt |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
14 ]]></command> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
15 <inputs> |
|
1
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
16 <param name="input_segmented_file" type="data" format="cnr" label="Log2 Copy Ratio Data File" help="The output of the CNVkit 'fix' sub-command" /> |
|
0
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
17 </inputs> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
18 <outputs> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
19 <data name="CNVs_cdt" format="cdt" label="${tool.name} on ${on_string}: CNVs Nexus Basic File" from_work_dir="sample.cnv.cdt" /> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
20 </outputs> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
21 <tests> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
22 <test expect_num_outputs="1"> |
|
1
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
23 <param name="input_segmented_file" ftype="cnr" value="sample.cnr" /> |
|
0
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
24 <output name="CNVs_cdt" file="sample.cnv.cdt" /> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
25 </test> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
26 </tests> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
27 <help><![CDATA[ |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
28 This tool converts CNVkit log2 copy ratio data to the CDT format, which is compatible with Java TreeView for visualisation and hierarchical clustering. |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
29 The conversion enables efficient exploration and interpretation of genomic copy number variations. |
|
1
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
30 |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
31 ----- |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
32 |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
33 **Bin-level log2 ratios (.cnr)** |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
34 |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
35 Tabular file containing normalized log2 ratios for small genomic bins (divided regions of the genome). Used to detect raw copy number variations (CNVs) before segmentation. |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
36 |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
37 .. csv-table:: |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
38 :header-rows: 0 |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
39 |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
40 "chromosome","Genomic chromosome (e.g., chr1, chrX)" |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
41 "start","Start position of the bin." |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
42 "end","End position of the bin." |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
43 "gene","Gene name(s) overlapping the bin (if applicable)." |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
44 "log2","Normalized log2 ratio (sample coverage / reference coverage)." |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
45 "depth","Average read depth in the bin." |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
46 "weight","Reliability weight of the bin (higher = more reliable)." |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
47 |
|
01066db437bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
48 |
|
0
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
49 ]]></help> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
50 <expand macro="citations" /> |
|
8834638e3248
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
51 </tool> |
