Mercurial > repos > jjohnson > fgbio_sort_bam
diff macros.xml @ 1:cb58d1961fd3 draft
"planemo upload commit 692ea558cbbefee93859dc2b005fab5ac4970eb8"
author | jjohnson |
---|---|
date | Wed, 24 Feb 2021 13:02:43 +0000 |
parents | 286e35cf3f1c |
children | f8798f04ac47 |
line wrap: on
line diff
--- a/macros.xml Sun Feb 21 23:41:16 2021 +0000 +++ b/macros.xml Wed Feb 24 13:02:43 2021 +0000 @@ -17,22 +17,33 @@ </xml> <xml name="sam_sort_order"> <param argument="--sort-order" type="select" optional="true" label="Sort BAM by"> + <option value="TemplateCoordinate">TemplateCoordinate</option> <option value="Coordinate">Coordinate</option> <option value="Queryname">Queryname</option> <option value="Random">Random</option> <option value="RandomQuery">RandomQuery</option> </param> </xml> + + <xml name="sort_order_change_format"> + <change_format> + <when input="sort_order" value="Coordinate" format="bam" /> + <when input="sort_order" value="TemplateCoordinate" format="bam" /> + <when input="sort_order" value="QueryName" format="unsorted.bam" /> + <when input="sort_order" value="Random" format="unsorted.bam" /> + <when input="sort_order" value="RandomQuery" format="unsorted.bam" /> + </change_format> + </xml> <token name="@READ_STRUCTURES_HELP@"><![CDATA[ **Read Structures** Read structures are made up of <number><operator> pairs much like the CIGAR string in BAM files. Four kinds of operators are recognized: - T identifies a template read - B identifies a sample barcode read - M identifies a unique molecular index read - S identifies a set of bases that should be skipped or ignored + - T identifies a template read + - B identifies a sample barcode read + - M identifies a unique molecular index read + - S identifies a set of bases that should be skipped or ignored The last <number><operator> pair may be specified using a + sign instead of number to denote “all remaining bases”. This is useful if, e.g., fastqs have been trimmed and contain reads of varying length. For example to convert a paired-end run with an index read and where the first 5 bases of R1 are a UMI and the second five bases are monotemplate you might specify: