Mercurial > repos > iuc > cnvkit_coverage
comparison coverage.xml @ 4:2d0e6cfe0d25 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:54:19 +0000 |
| parents | de9e7258ef95 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:89f7e60b238b | 4:2d0e6cfe0d25 |
|---|---|
| 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> |
