comparison paffy_tile.xml @ 1:03da093291cf draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/paffy commit 9eb0e8172b3ac29d96aa9f28a89bc1d60fc11ec6
author iuc
date Thu, 05 Mar 2026 14:19:03 +0000
parents 0f451c5e1128
children
comparison
equal deleted inserted replaced
0:0f451c5e1128 1:03da093291cf
58 Paffy tile processes each alignment and assigns tile levels along the query sequence. 58 Paffy tile processes each alignment and assigns tile levels along the query sequence.
59 The primary goal is to identify the 'best' alignments (tiles) covering the sequence and assign them level 1. 59 The primary goal is to identify the 'best' alignments (tiles) covering the sequence and assign them level 1.
60 Overlapping or lower-quality alignments for the same sequence receive higher levels (e.g., 2, 3). 60 Overlapping or lower-quality alignments for the same sequence receive higher levels (e.g., 2, 3).
61 61
62 To determine priority, alignments are first sorted by their chain score (tag: 's1') if available, or otherwise by their alignment score (tag: 'AS'). 62 To determine priority, alignments are first sorted by their chain score (tag: 's1') if available, or otherwise by their alignment score (tag: 'AS').
63 As output PAF file, a new PAF file is generated where alignments are sorted by their score and additonally annotated with two tags: 63 As output, a new PAF file is generated where alignments are sorted by their score and additonally annotated with two tags:
64 64
65 * **tp (Type of alignment):** Indicates if the alignment is (P)rimary, (S)econdary, or an (I)nversion. Note that the 'I' state is not generated by Paffy itself but is preserved if set by a previous tool. 65 * **tp (Type of alignment):** Indicates if the alignment is (P)rimary, (S)econdary, or an (I)nversion. Note that the 'I' state is not generated by Paffy itself but is preserved if set by a previous tool.
66 * **tl (Tile level):** Indicates the alignment's rank for covering the sequence. A level of 1 represents the best (optimal) alignment, level 2 is the second best, etc. 66 * **tl (Tile level):** Indicates the alignment's rank for covering the sequence. A level of 1 represents the best (optimal) alignment, level 2 is the second best, etc.
67 ]]></help> 67 ]]></help>
68 <expand macro="citation"/> 68 <expand macro="citation"/>