Mercurial > repos > iuc > cnvkit_export_nexus_basic
annotate nexus_basic.xml @ 1:6dc05861aaea 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:52:29 +0000 |
| parents | eec611d7ef03 |
| children |
| rev | line source |
|---|---|
|
0
eec611d7ef03
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_nexus_basic" name="CNVkit Export Nexus Basics" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
2 <description>Convert bin-level log2 ratios to Nexus Copy Number "basic" format</description> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
3 <macros> |
|
eec611d7ef03
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> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
5 </macros> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
6 <expand macro="xrefs"/> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
7 <expand macro="creators"/> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
8 <expand macro="requirements"/> |
|
eec611d7ef03
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[ |
|
eec611d7ef03
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 && |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
11 cnvkit.py export nexus-basic |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
12 ./sample.cnr |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
13 --output sample.cnv.tsv |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
14 ]]></command> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
15 <inputs> |
|
1
6dc05861aaea
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,cns" label="Log2 Copy Ratio Data File" help="The output of the CNVkit 'fix' sub-command" /> |
|
0
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
17 </inputs> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
18 <outputs> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
19 <data name="CNVs_NexusBasic" format="tabular" label="${tool.name} on ${on_string}: CNVs Nexus Basic File" from_work_dir="sample.cnv.tsv" /> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
20 </outputs> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
21 <tests> |
|
eec611d7ef03
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
6dc05861aaea
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
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
24 <output name="CNVs_NexusBasic" file="sample.cnv.tsv" /> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
25 </test> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
26 </tests> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
27 <help><![CDATA[ |
|
1
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
28 |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
29 This tool converts CNVkit log2 copy ratio data to the Nexus Copy Number "basic" format, |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
30 enabling efficient visualisation and analysis of genomic alterations in Nexus software. |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
31 This conversion facilitates downstream interpretation and integration with other genomic data. |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
32 |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
33 ----- |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
34 |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
35 **Bin-level log2 ratios (.cnr)** |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
36 |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
37 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. |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
38 |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
39 .. csv-table:: |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
40 :header-rows: 0 |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
41 |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
42 "chromosome","Genomic chromosome (e.g., chr1, chrX)" |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
43 "start","Start position of the bin." |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
44 "end","End position of the bin." |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
45 "gene","Gene name(s) overlapping the bin (if applicable)." |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
46 "log2","Normalized log2 ratio (sample coverage / reference coverage)." |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
47 "depth","Average read depth in the bin." |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
48 "weight","Reliability weight of the bin (higher = more reliable)." |
|
6dc05861aaea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit fc1282ec68b346988203ead860e9b9d6a47e9efb
iuc
parents:
0
diff
changeset
|
49 |
|
0
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
50 ]]></help> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
51 <expand macro="citations" /> |
|
eec611d7ef03
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 51995527835d18a4a3a498b140382ce433f19a71
iuc
parents:
diff
changeset
|
52 </tool> |
