# HG changeset patch # User iuc # Date 1698219508 0 # Node ID 87c1c223c70458e86e0e8ca8b7d9832bce3e327a # Parent 0c84cce7b030e4df896f903ca5adb080f2875e9a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interval2maf/ commit 1317f57940166a6326eea430443918f85b60bd95 diff -r 0c84cce7b030 -r 87c1c223c704 maf_stats.xml --- a/maf_stats.xml Tue Nov 10 18:48:52 2020 +0000 +++ b/maf_stats.xml Wed Oct 25 07:38:28 2023 +0000 @@ -1,4 +1,4 @@ - + Alignment coverage information - - - - - @@ -50,12 +45,6 @@ - - - - - - @@ -87,40 +76,40 @@ - **What it does** +**What it does** - This tool takes a MAF file and an interval file and relates coverage information by interval for each species. - If a column does not exist in the reference genome, it is not included in the output. +This tool takes an MAF file and an interval file and relates coverage information by interval for each species. +If a column does not exist in the reference genome, it is not included in the output. - Consider the interval: "chrX 1000 1100 myInterval" - Let's suppose we want to do stats on three way alignments for H, M, and R. The result look like this: +Consider the interval: "chrX 1000 1100 myInterval" +Let's suppose we want to do stats on three way alignments for H, M, and R. The result look like this: - chrX 1000 1100 myInterval H XXX YYY + chrX 1000 1100 myInterval H XXX YYY - chrX 1000 1100 myInterval M XXX YYY + chrX 1000 1100 myInterval M XXX YYY - chrX 1000 1100 myInterval R XXX YYY + chrX 1000 1100 myInterval R XXX YYY - where XXX and YYY are: +where XXX and YYY are: - XXX = number of nucleotides + XXX = number of nucleotides - YYY = number of gaps + YYY = number of gaps - ---- +---- - Alternatively, you can request only summary information for a set of intervals: +Alternatively, you can request only summary information for a set of intervals: - ======== =========== ======== - #species nucleotides coverage - ======== =========== ======== - hg18 30639 0.2372 - rheMac2 7524 0.0582 - panTro2 30390 0.2353 - ======== =========== ======== + ======== =========== ======== + #species nucleotides coverage + ======== =========== ======== + hg18 30639 0.2372 + rheMac2 7524 0.0582 + panTro2 30390 0.2353 + ======== =========== ======== - where **coverage** is the number of nucleotides divided by the total length of the provided intervals. +where **coverage** is the number of nucleotides divided by the total length of the intervals provided in the BED file. 10.1093/bioinformatics/btr398