Mercurial > repos > richard-burhans > segalign
annotate output_options.xml @ 23:e9bf680c292b draft default tip
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit a2f684fa36d99b0d8d03f2b802d08b56b8545bc6
author | richard-burhans |
---|---|
date | Mon, 19 Aug 2024 18:45:15 +0000 |
parents | f9e91add973c |
children |
rev | line source |
---|---|
0
5c72425b7f1b
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 98a4dd44360447aa96d92143384d78e116d7581b
richard-burhans
parents:
diff
changeset
|
1 <macros> |
5c72425b7f1b
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 98a4dd44360447aa96d92143384d78e116d7581b
richard-burhans
parents:
diff
changeset
|
2 <xml name="output_options"> |
5c72425b7f1b
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 98a4dd44360447aa96d92143384d78e116d7581b
richard-burhans
parents:
diff
changeset
|
3 <section name="output_options" expanded="false" title="Output Options"> |
14
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
4 <conditional name="format"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
5 <param name="format_selector" type="select" display="radio" label="Specify the output format"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
6 <option value="bam">BAM --format=sam)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
7 <option value="general_def">General default (--format=general)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
8 <option value="general_full">Customized general (--format=general[:fields])</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
9 <option value="maf" selected="true">MAF (--format=maf)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
10 <option value="blastn">blastn (--format=BLASTN)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
11 <option value="differences">Differences (--format=differences)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
12 </param> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
13 <when value="bam"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
14 <param name="bam_options" type="select" display="radio" argument="--format=sam, --format=softsam" label="Select a BAM flavor to output" help="Lastz actually outputs SAM data but Galaxy converts it into BAM to save space. For alignments that don't reach the end of a query, ‑‑format=sam uses 'hard clipping', while ‑‑format=softsam uses 'soft clipping'. See the section on 'clipped alignment' in the SAM specification for an explanation of what this means. The options ‑‑format=sam- and ‑‑format=softsam- suppress the SAM header lines. This makes them suitable for concatenating output from multiple runs. If you need to specify readgroup information: use AddOrEplaceReadGroups from Picard package"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
15 <option value="sam">BAM</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
16 <option value="softsam">soft-clipped BAM</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
17 <option value="sam-">BAM without header</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
18 <option value="softsam-">soft-clipped BAM without header</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
19 </param> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
20 </when> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
21 <when value="general_def"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
22 <!-- Do nothing --> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
23 </when> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
24 <when value="general_full"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
25 <param name="fields" type="select" display="checkboxes" multiple="true" label="Select which fields to include" argument="--format=general-[:fields]"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
26 <option value="score" selected="true">score: Score of the alignment block</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
27 <option value="name1" selected="true">name1: Name of the target sequence</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
28 <option value="number1">number1: Number of the target sequence within the target file</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
29 <option value="strand1" selected="true">strand1: Target sequence strand </option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
30 <option value="size1" selected="true">size1: Size of the entire target sequence</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
31 <option value="start1">start1: Starting position of the alignment block in the target, origin-one</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
32 <option value="zstart1" selected="true">zstart1: Starting position of the alignment block in the target, origin-zero</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
33 <option value="end1" selected="true">end1: Ending position of the alignment block in the target</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
34 <option value="length1">length1: Length of the alignment block in the target (excluding gaps)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
35 <option value="text1">text1: Aligned characters in the target, including gap characters</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
36 <option value="qalign1">qalign1: The target quality sequence (if there is one) correpsonding to aligned characters</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
37 <option value="nucs1">nucs1: The entire target sequence</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
38 <option value="name2" selected="true">name2: Name of the query sequence</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
39 <option value="number2">number2: Number of the query sequence within the query file</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
40 <option value="strand2" selected="true">strand2: Query sequence strand</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
41 <option value="size2" selected="true">size2: Size of the entire query sequence</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
42 <option value="start2">start2: Starting position of the alignment block in the query, origin-one</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
43 <option value="zstart2" selected="true">zstart2: Starting position of the alignment block in the query, origin-one</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
44 <option value="end2" selected="true">end2: Ending position of the alignment block in the query</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
45 <option value="length2">length2: Length of the alignment block in the query (excluding gaps)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
46 <option value="text2">text2: Aligned characters in the query, including gap characters</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
47 <option value="qalign2">qalign2: The query quality sequence (if there is one) correpsonding to aligned characters</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
48 <option value="nucs2">nucs2: The entire query sequence</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
49 <option value="nmatch">nmatch: Match count</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
50 <option value="nmismatch">nmismatch: Mismatch count</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
51 <option value="ncolumn">ncolumn: Number of columns in the block. This includes matches, mismatches (substitutions), and gaps</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
52 <option value="npair">npair: Number of aligned bases in the block that are matches or mismatches (substitutions)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
53 <option value="ngap">ngap: Gap count, the number of gaps in the block, counting each run of gapped columns as a single gap</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
54 <option value="cgap">cgap: Gap column count, the number of gaps in the block, counting each gapped column as a separate gap</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
55 <option value="diff">diff: Differences between what would be written for text1 and text2</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
56 <option value="cigar">cigar: A CIGAR-like representation of the alignment’s path</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
57 <option value="cigarx">cigarx: Same as cigar, but uses a newer syntax that distinguishes matches from substitutions</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
58 <option value="identity" selected="true">identity: Fraction of aligned bases in the block that are matches </option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
59 <option value="idfrac">idfrac: Fraction of aligned bases in the block that are matches </option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
60 <option value="id%" selected="true">id% Fraction of aligned bases in the block that are matches (as %)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
61 <option value="blastid%">blastid%: Fraction of the alignment block that is matches, as would be reported by NCBI BLAST</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
62 <option value="continuity">continuity: Rate of non-gaps (non-indels) in the alignment block</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
63 <option value="confrac">confrac: Rate of non-gaps (non-indels) in the alignment block (as fraction)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
64 <option value="con%">con%: Rate of non-gaps (non-indels) in the alignment block (as %)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
65 <option value="coverage" selected="true">coverage: Fraction of the entire input sequence (target or query, whichever is shorter) that is covered by the alignment block</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
66 <option value="covfrac">covfrac: Fraction of the entire input sequence (target or query, whichever is shorter) that is covered by the alignment block (as fraction)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
67 <option value="cov%" selected="true">cov%: Fraction of the entire input sequence (target or query, whichever is shorter) that is covered by the alignment block (as %)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
68 <option value="diagonal">diagonal: The diagonal of the start of the alignment block in the DP matrix, expressed as an identifying number start1-start2</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
69 <option value="shingle">shingle: A measurement of the shingle overlap between the target and the query</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
70 <option value="number">number: The alignment number, counted as alignments are written to output (1-base)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
71 <option value="znumber">znumber: The alignment number, counted as alignments are written to output (0-base)</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
72 <sanitizer invalid_char=""> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
73 <valid initial="string.letters,string.digits"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
74 <add value="%"/> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
75 </valid> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
76 </sanitizer> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
77 </param> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
78 </when> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
79 <when value="maf"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
80 <param name="maf_type" type="select" display="radio" argument="--format=maf" label="Select MAF flavor" help="MAF is a multiple alignment format developed at UCSC"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
81 <option value="maf">MAF</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
82 <option value="maf+">MAF with additional stats</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
83 <option value="maf-" selected="true">MAF without header and comments</option> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
84 </param> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
85 </when> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
86 <when value="blastn"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
87 <!-- Do nothing --> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
88 </when> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
89 <when value="differences"> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
90 <!-- Do nothing --> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
91 </when> |
f9e91add973c
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
richard-burhans
parents:
0
diff
changeset
|
92 </conditional> |
0
5c72425b7f1b
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 98a4dd44360447aa96d92143384d78e116d7581b
richard-burhans
parents:
diff
changeset
|
93 </section> |
5c72425b7f1b
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 98a4dd44360447aa96d92143384d78e116d7581b
richard-burhans
parents:
diff
changeset
|
94 </xml> |
5c72425b7f1b
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 98a4dd44360447aa96d92143384d78e116d7581b
richard-burhans
parents:
diff
changeset
|
95 </macros> |