comparison coverage.xml @ 5:9410f163f2e7 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 12:04:00 +0000
parents 5602cbf1153b
children
comparison
equal deleted inserted replaced
4:9fd2e592743f 5:9410f163f2e7
35 <expand macro="reference_interface"/> 35 <expand macro="reference_interface"/>
36 <param argument="--count" type="boolean" checked="false" truevalue="--count" falsevalue="" label="Get read depths by counting read midpoints within each bin" help="" /> 36 <param argument="--count" type="boolean" checked="false" truevalue="--count" falsevalue="" label="Get read depths by counting read midpoints within each bin" help="" />
37 <param argument="--min-mapq" optional="true" type="integer" label="Minimum mapping quality score to count a read for coverage depth" min="0" max="60" value="0" help="" /> 37 <param argument="--min-mapq" optional="true" type="integer" label="Minimum mapping quality score to count a read for coverage depth" min="0" max="60" value="0" help="" />
38 </inputs> 38 </inputs>
39 <outputs> 39 <outputs>
40 <data name="out_capture_target_coverage" format="tabular" label="${tool.name} on ${on_string}: Sample Target coverage" from_work_dir="sample.targetcoverage.cnn" /> 40 <data name="out_capture_target_coverage" format="cnn" label="${tool.name} on ${on_string}: Sample Target coverage" from_work_dir="sample.targetcoverage.cnn" />
41 </outputs> 41 </outputs>
42 <tests> 42 <tests>
43 <test expect_num_outputs="1"> 43 <test expect_num_outputs="1">
44 <conditional name="reference_source"> 44 <conditional name="reference_source">
45 <param name="ref_selector" value="history"/> 45 <param name="ref_selector" value="history"/>
64 when CNVkit finishes calculating the coverage of each sample (through either the 64 when CNVkit finishes calculating the coverage of each sample (through either the
65 batch or coverage commands) 65 batch or coverage commands)
66 66
67 Target and antitarget bin-level coverages (.cnn) output file contains those columns 67 Target and antitarget bin-level coverages (.cnn) output file contains those columns
68 chromosome, Start, end, gene, log2 and depth 68 chromosome, Start, end, gene, log2 and depth
69
70 -----
71
72 **Target Coverage File (e.g., sample.targetcoverage.cnn):**
73
74 - **Columns:** chromosome, start, end, gene, reads (raw read count), depth (reads normalized by bin size).
75
76 - **Purpose:** Captures on-target sequencing depth.
77
69 ]]></help> 78 ]]></help>
70 <expand macro="citations" /> 79 <expand macro="citations" />
71 </tool> 80 </tool>