Mercurial > repos > iuc > miniprot
annotate miniprot.xml @ 1:ce04c239454b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
author | iuc |
---|---|
date | Fri, 23 Sep 2022 22:35:23 +0000 |
parents | ef712a5e9834 |
children | d518cf04b55c |
rev | line source |
---|---|
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
2 <tool id="miniprot" name="Miniprot align" version="@TOOL_VERSION@+galaxy0" profile="21.05"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
3 <description>align a protein sequence against a genome with affine gap penalty, splicing and frameshift</description> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
4 <macros> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
6 </macros> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
7 <requirements> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="@TOOL_VERSION@">miniprot</requirement> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
9 </requirements> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
11 miniprot |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
12 -t \${GALAXY_SLOTS:-1} |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
13 #if str($adv.options) == "yes" |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
14 $adv.mapping.no_splicing |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
15 -c $adv.mapping.max_kmer |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
16 -G $adv.mapping.max_intron |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
17 -n $adv.mapping.min_syncmers |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
18 -m $adv.mapping.min_chain_score |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
19 -l $adv.mapping.second_round_kmer_size |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
20 -e $adv.mapping.max_extension |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
21 -p $adv.mapping.score_ratio |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
22 -N $adv.mapping.max_secondary_alignments |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
23 -O $adv.alignment.gap_open |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
24 -E $adv.alignment.gap_extension |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
25 -J $adv.alignment.intron_open |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
26 -C $adv.alignment.non_canonical_splice |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
27 -F $adv.alignment.frameshift |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
28 -B $adv.alignment.end_bonus |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
29 #if str($adv.output.prefix) != 'MP' |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
30 -P '$adv.output.prefix' |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
31 #end if |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
32 $adv.output.print_unmapped_proteins |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
33 --outn=$adv.output.outputs_per_query |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
34 #end if |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
35 #if str($db.dbtype) == 'fasta' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
36 '$db.genomic_fasta' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
37 -k $db.kmer_size |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
38 -s $db.submer_size |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
39 -b $db.bits_per_block |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
40 #else |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
41 '$db.genomic_db' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
42 #end if |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
43 #if str($output_format) == "gff" |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
44 --gff |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
45 #end if |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
46 '$protein_fasta' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
47 >'$output_alignment' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
48 ]]></command> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
49 <inputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
50 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
51 <param name="dbtype" type="select" label="Database type" help="Build an index from FASTA or use a pre-indexed database"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
52 <option value="fasta" selected="true">FASTA</option> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
53 <option value="preindexed">Pre-indexed</option> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
54 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
55 <when value="fasta"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
56 <param name="genomic_fasta" type="data" format="fasta,fasta.gz" label="Genomic sequence (FASTA)" help="Genomic contigs / scaffolds to be aligned against in FASTA format" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
57 <param argument="-k" name="kmer_size" type="integer" min="1" value="6" label="K-mer size" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
58 <param argument="-s" name="submer_size" type="integer" min="1" value="4" label="Submer size" help="Submer size (density: 1/(2*(kmer_size-submer_size)+1))" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
59 <param argument="-b" name="bits_per_block" type="integer" min="1" value="8" label="Bits per block" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
60 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
61 <when value="preindexed"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
62 <!-- refine the datatype here once Miniprot index data type is in Galaxy --> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
63 <param name="genomic_db" type="data" format="binary" label="Pre-indexed genomic database" help="A pre-indexed database built by miniprot" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
64 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
65 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
66 <param name="protein_fasta" type="data" format="fasta,fasta.gz" label="Protein sequence (FASTA)" help="Protein sequences to be aligned in FASTA format" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
67 <param name="output_format" type="select" label="Output format" > |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
68 <option value="gff" selected="true">GFF3</option> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
69 <option value="paf">PAF</option> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
70 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
71 <conditional name="adv"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
72 <param name="options" type="select" label="Advanced options"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
73 <option value="yes">Show</option> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
74 <option value="no" selected="true">Hide</option> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
75 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
76 <when value="yes"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
77 <section name="mapping" title="Mapping"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
78 <param argument="-S" name="no_splicing" type="boolean" truevalue="-S" falsevalue="" checked="false" label="No splicing" help="No splicing (apply -G1000 -J1000 -e1000)" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
79 <param argument="-c" name="max_kmer" type="integer" min="1" value="50000" label="Max k-mer occurences" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
80 <param argument="-G" name="max_intron" type="integer" min="0" value="200000" label="Max intron size" /> |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
81 <!-- the -w option is mentioned in the help text but apparently not implmented: https://github.com/lh3/miniprot/issues/12 --> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
82 <!-- <param argument="-w" name="log_gap_penalty_weight" type="float" value="0.75" label="Log gap penalty weight" /> --> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
83 <param argument="-n" name="min_syncmers" type="integer" min="1" value="5" label="Minimum number of syncmers in a chain" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
84 <param argument="-m" name="min_chain_score" type="integer" min="0" value="0" label="Minimum chaining score" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
85 <param argument="-l" name="second_round_kmer_size" type="integer" min="1" value="5" label="K-mer size for second round of chaining" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
86 <param argument="-e" name="max_extension" type="integer" min="0" value="10000" label="Max extension for second round of chaining" /> |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
87 <param argument="-p" name="score_ratio" type="float" min="0" max="1" value="0.7" label="Minimum secondary-to-primary score ratio" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
88 <param argument="-N" name="max_secondary_alignments" type="integer" min="0" value="50" label="Max secondary alignments to consider" /> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
89 </section> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
90 <section name="alignment" title="Alignment"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
91 <param argument="-O" name="gap_open" type="integer" min="0" value="11" label="Gap open penalty" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
92 <param argument="-E" name="gap_extension" type="integer" min="0" value="1" label="Gap extension penalty" help="A k-long gap costs open_penalty+k*extension_penalty" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
93 <param argument="-J" name="intron_open" type="integer" min="0" value="31" label="Intron open penalty" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
94 <param argument="-C" name="non_canonical_splice" type="integer" min="0" value="11" label="Penalty for non-canonical splicing" /> |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
95 <param argument="-F" name="frameshift" type="integer" min="0" value="17" label="Frameshift penalty" /> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
96 <param argument="-B" name="end_bonus" type="integer" min="0" value="5" label="End bonus" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
97 </section> |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
98 <section name="output" title="Output"> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
99 <param argument="-P" name="prefix" type="text" label="Prefix for IDs in GFF3 output" value="MP"> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
100 <sanitizer invalid_char=""> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
101 <valid initial="string.ascii_letters,string.digits"> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
102 <add value="_" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
103 <add value="-" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
104 </valid> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
105 </sanitizer> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
106 </param> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
107 <param argument="-u" name="print_unmapped_proteins" type="boolean" truevalue="-u" falsevalue="" label="Print unmapped proteins" checked="false" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
108 <param argument="--outn" name="outputs_per_query" type="integer" min="0" value="100" label="Outputs per query" help="The number of outputs will be the minimum of this and the max secondary alignments option" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
109 </section> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
110 <param argument="-K" name="query_batch_size" type="integer" min="1" value="2000000" label="Query batch size" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
111 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
112 <when value="no"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
113 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
114 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
115 </inputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
116 <outputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
117 <data name="output_alignment" format="gff3" label="Miniprot on ${on_string}"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
118 <change_format> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
119 <when input="output_format" value="paf" format="paf" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
120 </change_format> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
121 </data> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
122 </outputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
123 <tests> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
124 <test expect_num_outputs="1"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
125 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
126 <param name="dbtype" value="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
127 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
128 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
129 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
130 <output name="output_alignment" ftype="gff3"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
131 <assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
132 <has_text text="ID=MP000001;Identity=1.0000;Positive=1.0000;Target=tr|O06302|O06302_MYCTU 1 126" /> |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
133 <has_text text="ID=MP000359;Identity=0.9811;Positive=1.0000;Target=tr|V5QPR5|V5QPR5_MYCTU 1 53" /> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
134 </assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
135 </output> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
136 </test> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
137 <test expect_num_outputs="1"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
138 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
139 <param name="dbtype" value="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
140 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
141 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
142 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
143 <param name="output_format" value="paf" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
144 <output name="output_alignment" ftype="paf"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
145 <assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
146 <has_text text="tr|O06302|O06302_MYCTU" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
147 <has_text text="cs:Z::29*agcG:3*gtgA:5*ccgA:9*accS:1*gccV:4*cagL:1*gtcS:3*gtcA*gtcI*accA*gccG:8*gccS:2*ggtA:5*gccI*agcG:1*ctgA:4*gccV:5*gggL:1*gtgS:2" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
148 </assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
149 </output> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
150 </test> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
151 <test expect_num_outputs="1"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
152 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
153 <param name="dbtype" value="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
154 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
155 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
156 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
157 <param name="output_format" value="gff" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
158 <conditional name="adv"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
159 <param name="options" value="yes" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
160 <param name="second_round_kmer_size" value="32" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
161 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
162 <output name="output_alignment" ftype="gff3"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
163 <assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
164 <has_text text="##gff-version 3" /> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
165 </assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
166 </output> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
167 </test> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
168 </tests> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
169 <help><![CDATA[ |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
170 miniprot_ rapidly aligns a protein sequence against a genome with affine gap penalty, splicing and frameshift. |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
171 It is primarily intended for annotating protein-coding genes in a new species using known genes from other species. |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
172 |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
173 While an index of the genome to be mapped to can be built "on the fly", the Miniprot index tool can pre-index a genome |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
174 and will result in faster performance if the genome index is reused multiple times. |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
175 |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
176 For details of the algorithm and some insight into how parameters can be tuned see this overview_. |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
177 |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
178 .. _miniprot: https://github.com/lh3/miniprot |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
179 .. _overview: https://github.com/lh3/miniprot#algorithm-overview |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
180 ]]></help> |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
181 <citations> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
182 <citation type="bibtex"><![CDATA[ |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
183 @misc{Li2022, |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
184 author = {Li, Heng}, |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
185 title = {miniprot}, |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
186 year = {2022}, |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
187 publisher = {GitHub}, |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
188 journal = {GitHub repository}, |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
189 howpublished = {\url{https://github.com/lh3/miniprot}}, |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
190 commit = {b442b7a6b60dbd15f460ea9af75fa0b7293d4a8c} |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
191 } |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
192 ]]></citation> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
193 </citations> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
194 </tool> |