annotate miniprot.xml @ 4:00b22efdd100 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit a411dff38de49b830297ba7c9a8f023abc9591aa
author iuc
date Mon, 11 Mar 2024 15:26:38 +0000
parents 52bdc302299b
children 6b20d051d0dc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>
4
00b22efdd100 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit a411dff38de49b830297ba7c9a8f023abc9591aa
iuc
parents: 3
diff changeset
7 <expand macro="xrefs"/>
00b22efdd100 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit a411dff38de49b830297ba7c9a8f023abc9591aa
iuc
parents: 3
diff changeset
8 <expand macro="requirements"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
9 <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
10 miniprot
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
11 -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
12 #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
13 $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
14 -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
15 -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
16 -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
17 -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
18 -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
19 -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
20 -N $adv.mapping.max_secondary_alignments
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
21 -w $adv.mapping.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
22 -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
23 -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
24 -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
25 -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
26 -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
27 -B $adv.alignment.end_bonus
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
28 -j $adv.alignment.splice_model
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
29 #if str($adv.mapping.intron_size.mode) == 'manual'
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
30 -G $adv.mapping.intron_size.max_intron
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
31 #elif str($adv.mapping.intron_size.mode) == 'auto'
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
32 -I
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
33 #end if
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
34
1
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
35 #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
36 -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
37 #end if
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
38 $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
39 --outn=$adv.output.outputs_per_query
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
40 --outc=$adv.output.output_fraction_query
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
41 --outs=$adv.output.output_score_least
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
42 $adv.output.output_translated_protein
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
43 $adv.output.output_no_cs
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
44 $adv.output.output_residue_alignment
0
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 #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
47 '$db.genomic_fasta'
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
48 -k $db.kmer_size
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
49 -b $db.bits_per_block
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
50 -M $db.modimisers
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
51 -L $db.min_ORF
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
52 #else
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
53 '$db.genomic_db'
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
54 #end if
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
55 #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
56 --gff
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
57 #else if str($output_format) == "gtf"
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
58 --gtf
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
59 #end if
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
60 '$protein_fasta' > '$output_alignment'
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
61 ]]></command>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
62
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
63 <inputs>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
64 <conditional name="db">
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
65 <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
66 <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
67 <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
68 </param>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
69 <when value="fasta">
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
70 <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"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
71 <param argument="-k" name="kmer_size" type="integer" min="1" value="6" label="K-mer size for genome-wide indexing"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
72 <param argument="-b" name="bits_per_block" type="integer" min="1" value="8" label="Number of bits per bin" help="Miniprot splits the genome into non-overlapping bins of 2^8 bp in size"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
73 <param argument="-M" name="modimisers" type="integer" value="1" label="Sample k-mers at a rate 1/2**INT" help="Increasing this option reduces peak memory but decreases sensitivity"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
74 <param argument="-L" name="min_ORF" type="integer" value="30" label="Minimum ORF length to index"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
75 </when>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
76 <when value="preindexed">
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
77 <!-- refine the datatype here once Miniprot index data type is in Galaxy -->
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
78 <param name="genomic_db" type="data" format="binary" label="Pre-indexed genomic database" help="A pre-indexed database built by miniprot"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
79 </when>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
80 </conditional>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
81 <param name="protein_fasta" type="data" format="fasta,fasta.gz" label="Protein sequence (FASTA)" help="Protein sequences to be aligned in FASTA format"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
82 <param name="output_format" type="select" label="Output format">
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
83 <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
84 <option value="paf">PAF</option>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
85 <option value="gtf">GTF</option>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
86 </param>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
87 <conditional name="adv">
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
88 <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
89 <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
90 <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
91 </param>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
92 <when value="yes">
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
93 <section name="mapping" title="Mapping">
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
94 <param argument="-S" name="no_splicing" type="boolean" truevalue="-S" falsevalue="" checked="false" label="No splicing" help="No splicing (apply -G1000 -J1000 -e1000)"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
95 <param argument="-c" name="max_kmer" type="integer" min="1" value="20000" label="Max k-mer occurences"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
96 <param argument="-w" name="log_gap_penalty_weight" type="float" min="0" max="1" value="0.75" label="Log gap penalty weight"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
97 <param argument="-n" name="min_syncmers" type="integer" min="1" value="3" label="Minimum number of syncmers in a chain"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
98 <param argument="-m" name="min_chain_score" type="integer" min="0" value="0" label="Minimum chaining score"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
99 <param argument="-l" name="second_round_kmer_size" type="integer" min="1" value="5" label="K-mer size for second round of chaining"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
100 <param argument="-e" name="max_extension" type="integer" min="0" value="10000" label="Max extension for second round of chaining"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
101 <param argument="-p" name="score_ratio" type="float" min="0" max="1" value="0.7" label="Minimum secondary-to-primary score ratio"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
102 <param argument="-N" name="max_secondary_alignments" type="integer" min="0" value="30" label="Max secondary alignments to consider"/>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
103 <conditional name="intron_size">
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
104 <param name="mode" type="select" label="Maximum intron size">
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
105 <option value="manual" selected="true">Manual</option>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
106 <option value="auto">Auto (3.6*sqrt)</option>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
107 </param>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
108 <when value="manual">
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
109 <param argument="-G" name="max_intron" type="integer" min="0" value="200000" label="Maximum intron size"/>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
110 </when>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
111 <when value="auto"/>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
112 </conditional>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
113 </section>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
114 <section name="alignment" title="Alignment">
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
115 <param argument="-O" name="gap_open" type="integer" min="0" value="11" label="Gap open penalty"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
116 <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"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
117 <param argument="-J" name="intron_open" type="integer" min="0" value="29" label="Intron open penalty"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
118 <param argument="-C" name="non_canonical_splice" type="float" value="1" label="Weight of splice penalty; 0 to ignore splice signals"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
119 <param argument="-F" name="frameshift" type="integer" min="0" value="23" label="Frameshift penalty"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
120 <param argument="-B" name="end_bonus" type="integer" min="0" value="5" label="Bonus score for alignment reaching query ends"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
121 <param argument="-j" name="splice_model" type="select" label="Splicing model for the target genome" help="2=mammal, 1=general, 0=none">
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
122 <option value="O" >None: No splicing model (0)</option>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
123 <option value="1" selected="true">General: Optimal splicing sequence: '|GTR...YAG|' (1)</option>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
124 <option value="2">Mammal: Optimal splicing sequence: 'G|GTR...YYYNYAG|' (2)</option>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
125 </param>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
126 </section>
1
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
127 <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
128 <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
129 <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
130 <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
131 <add value="_" />
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
132 <add value="-" />
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
133 </valid>
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
134 </sanitizer>
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
135 </param>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
136 <param argument="-u" name="print_unmapped_proteins" type="boolean" truevalue="-u" falsevalue="" label="Print unmapped proteins" checked="false"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
137 <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"/>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
138 <param argument="--aln" name="output_residue_alignment" type="boolean" truevalue="--aln" falsevalue="" checked="false" label="Output residue alignment" help="Only for GFF output" />
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
139 <param argument="--outs" name="output_score_least" type="float" min="0" max="1" value="0.99" label="For each protein, only output alignments with a score higher than 'best_score' multiplied by this value"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
140 <param argument="--outc" name="output_fraction_query" type="float" value="0.1" label="Output if at least this fraction of query is aligned"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
141 <param argument="--trans" name="output_translated_protein" type="boolean" truevalue="--trans" falsevalue="" checked="false" label="Output translated protein sequences" help="Skipping frameshift"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
142 <param argument="--no-cs" name="output_no_cs" type="boolean" truevalue="--no-cs" falsevalue="" checked="false" label="Disable the cs tag"/>
1
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
143 </section>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
144 <param argument="-K" name="query_batch_size" type="integer" min="1" value="2000000" label="Query batch size"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
145 </when>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
146 <when value="no">
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
147 </when>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
148 </conditional>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
149 </inputs>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
150 <outputs>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
151 <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
152 <change_format>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
153 <when input="output_format" value="paf" format="paf"/>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
154 <when input="output_format" value="gtf" format="gtf"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
155 </change_format>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
156 </data>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
157 </outputs>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
158 <tests>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
159 <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
160 <conditional name="db">
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
161 <param name="dbtype" value="fasta" />
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
162 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
163 </conditional>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
164 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
165 <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
166 <assert_contents>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
167 <has_text text="ID=MP000001;Rank=1;Identity=0.3420;Positive=0.5104;Target=tr|I6YGH7|I6YGH7_MYCTU 1 375"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
168 <has_text text="ID=MP000066;Rank=1;Identity=0.3613;Positive=0.5178;Target=sp|P9WQE5|PPSB_MYCTU 1 1214"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
169 </assert_contents>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
170 </output>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
171 </test>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
172 <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
173 <conditional name="db">
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
174 <param name="dbtype" value="fasta"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
175 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
176 </conditional>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
177 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
178 <param name="output_format" value="paf"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
179 <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
180 <assert_contents>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
181 <has_text text="tr|O06302|O06302_MYCTU" />
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
182 <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"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
183 </assert_contents>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
184 </output>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
185 </test>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
186 <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
187 <conditional name="db">
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
188 <param name="dbtype" value="fasta" />
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
189 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
190 </conditional>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
191 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
192 <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
193 <conditional name="adv">
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
194 <param name="options" value="yes" />
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
195 <param name="second_round_kmer_size" value="32"/>
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
196 </conditional>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
197 <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
198 <assert_contents>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
199 <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
200 </assert_contents>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
201 </output>
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
202 </test>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
203 <test expect_num_outputs="1">
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
204 <conditional name="db">
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
205 <param name="dbtype" value="fasta"></param>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
206 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"></param>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
207 </conditional>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
208 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"></param>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
209 <param name="output_format" value="gtf"></param>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
210 <conditional name="adv">
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
211 <param name="options" value="yes"></param>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
212 <param name="second_round_kmer_size" value="32"></param>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
213 </conditional>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
214 <output name="output_alignment" ftype="gtf">
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
215 <assert_contents>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
216 <has_text text="NC_000962.3" />
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
217 <has_text text='transcript_id "MPT000004"; gene_id "MPG000004"'/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
218 </assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
219 </output>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
220 </test>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
221 <test expect_num_outputs="1">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
222 <conditional name="db">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
223 <param name="dbtype" value="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
224 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
225 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
226 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
227 <param name="output_format" value="gff"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
228 <conditional name="adv">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
229 <param name="options" value="yes"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
230 <section name="output">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
231 <param name="output_translated_protein" value="true"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
232 </section>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
233 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
234 <output name="output_alignment" ftype="gff3">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
235 <assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
236 <has_text text="tr|I6YGH7|I6YGH7_MYCTU" />
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
237 <has_text text="VDIDLDPSTEKLRAQIRAEVAALKAMPREPRTVAIAEGGWVLPYLPKPWGRAASPVEQIIIAQEFTAGRVKRPQIAIATWIVPSIVAFGTDNQKQRLLPPTFRGDIFWCQLFSEPGAGSDLASLATKATRVDGGWRITGQKIWTTGAQYSQWGALLARTDPSAPKHNGITYFLLDMKSEGVQVKPLRELTGKEFFNTVYLDDVFVPDELVLGEVNRGWEVSRNTLTAERVSIGGSDSTFLPTLGEFVDFVRDYRFEGQFDQVARHRAGQLIAEGHATKLLNLRSTLLTLAGGDPMAPAAISKLLSMRTGQGYAEFAVSSFGTDAVIGDTERLPGKWGEYLLASRATTIYGGTSEVQLNIIAERLLGLPRDP"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
238 <has_n_lines n="1633"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
239 </assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
240 </output>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
241 </test>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
242 <test expect_num_outputs="1">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
243 <conditional name="db">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
244 <param name="dbtype" value="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
245 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
246 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
247 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
248 <param name="output_format" value="gtf"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
249 <conditional name="adv">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
250 <param name="options" value="yes"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
251 <section name="output">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
252 <param name="output_translated_protein" value="true"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
253 </section>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
254 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
255 <output name="output_alignment" ftype="gtf">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
256 <assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
257 <has_text text="tr|I6YGH7|I6YGH7_MYCTU"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
258 <has_text text="VDIDLDPSTEKLRAQIRAEVAALKAMPREPRTVAIAEGGWVLPYLPKPWGRAASPVEQIIIAQEFTAGRVKRPQIAIATWIVPSIVAFGTDNQKQRLLPPTFRGDIFWCQLFSEPGAGSDLASLATKATRVDGGWRITGQKIWTTGAQYSQWGALLARTDPSAPKHNGITYFLLDMKSEGVQVKPLRELTGKEFFNTVYLDDVFVPDELVLGEVNRGWEVSRNTLTAERVSIGGSDSTFLPTLGEFVDFVRDYRFEGQFDQVARHRAGQLIAEGHATKLLNLRSTLLTLAGGDPMAPAAISKLLSMRTGQGYAEFAVSSFGTDAVIGDTERLPGKWGEYLLASRATTIYGGTSEVQLNIIAERLLGLPRDP"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
259 <has_text text="NC_000962.3"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
260 <has_n_lines n="2172"/>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
261 </assert_contents>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
262 </output>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
263 </test>
3
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
264 <test expect_num_outputs="1">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
265 <conditional name="db">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
266 <param name="dbtype" value="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
267 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
268 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
269 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
270 <param name="output_format" value="paf"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
271 <conditional name="adv">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
272 <param name="options" value="yes"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
273 <section name="output">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
274 <param name="output_translated_protein" value="true"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
275 </section>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
276 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
277 <output name="output_alignment" ftype="paf">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
278 <assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
279 <has_text text="tr|I6YGH7|I6YGH7_MYCTU"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
280 <has_text text="VDIDLDPSTEKLRAQIRAEVAALKAMPREPRTVAIAEGGWVLPYLPKPWGRAASPVEQIIIAQEFTAGRVKRPQIAIATWIVPSIVAFGTDNQKQRLLPPTFRGDIFWCQLFSEPGAGSDLASLATKATRVDGGWRITGQKIWTTGAQYSQWGALLARTDPSAPKHNGITYFLLDMKSEGVQVKPLRELTGKEFFNTVYLDDVFVPDELVLGEVNRGWEVSRNTLTAERVSIGGSDSTFLPTLGEFVDFVRDYRFEGQFDQVARHRAGQLIAEGHATKLLNLRSTLLTLAGGDPMAPAAISKLLSMRTGQGYAEFAVSSFGTDAVIGDTERLPGKWGEYLLASRATTIYGGTSEVQLNIIAERLLGLPRDP"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
281 <has_text text="sp|O05779|FTSE_MYCTU"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
282 <has_n_lines n="650"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
283 </assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
284 </output>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
285 </test>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
286 <test expect_num_outputs="1">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
287 <conditional name="db">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
288 <param name="dbtype" value="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
289 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
290 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
291 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
292 <param name="output_format" value="paf"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
293 <conditional name="adv">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
294 <param name="options" value="yes"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
295 <section name="output">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
296 <param name="output_no_cs" value="true"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
297 </section>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
298 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
299 <output name="output_alignment" ftype="paf">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
300 <assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
301 <has_text text="tr|I6YGH7|I6YGH7_MYCTU"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
302 <has_text text="cg:Z:17M1D20M14I2M1I24M1I195M4D61M6D40M"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
303 <has_text text="cg:Z:188M3I4M5I11M6I3M1I31M2D1M282U7M1D6M3D28M3I20M1D52M3D4M1D24M2I8M5I5M2I32M1D21M"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
304 </assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
305 </output>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
306 </test>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
307 <test expect_num_outputs="1">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
308 <conditional name="db">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
309 <param name="dbtype" value="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
310 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
311 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
312 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
313 <param name="output_format" value="gff"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
314 <conditional name="adv">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
315 <param name="options" value="yes"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
316 <section name="output">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
317 <param name="output_no_cs" value="true"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
318 </section>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
319 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
320 <output name="output_alignment" ftype="gff3">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
321 <assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
322 <has_text text="##gff-version 3"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
323 <has_text text="tr|I6YGH7|I6YGH7_MYCTU"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
324 <has_text text="cg:Z:17M1D20M14I2M1I24M1I195M4D61M6D40M"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
325 </assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
326 </output>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
327 </test>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
328 <test expect_num_outputs="1">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
329 <conditional name="db">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
330 <param name="dbtype" value="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
331 <param name="genomic_fasta" value="input_genome.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
332 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
333 <param name="protein_fasta" value="input_query.fasta.gz" ftype="fasta"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
334 <param name="output_format" value="gtf"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
335 <conditional name="adv">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
336 <param name="options" value="yes"></param>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
337 <section name="output">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
338 <param name="output_no_cs" value="true"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
339 </section>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
340 </conditional>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
341 <output name="output_alignment" ftype="gtf">
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
342 <assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
343 <has_text text="NC_000962.3"/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
344 <has_text text='gene_id "MPG000001"'/>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
345 </assert_contents>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
346 </output>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
347 </test>
52bdc302299b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents: 2
diff changeset
348 </tests>
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
349
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
350 <help><![CDATA[
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
351 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
352 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
353
1
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
354 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
355 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
356
ce04c239454b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents: 0
diff changeset
357 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
358
0
ef712a5e9834 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
359 .. _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
360 .. _overview: https://github.com/lh3/miniprot#algorithm-overview
2
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
361 ]]></help>
d518cf04b55c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 1
diff changeset
362 <expand macro="citation"></expand>
4
00b22efdd100 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit a411dff38de49b830297ba7c9a8f023abc9591aa
iuc
parents: 3
diff changeset
363 </tool>