Mercurial > repos > iuc > miniprot
annotate miniprot.xml @ 5:6b20d051d0dc draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
author | iuc |
---|---|
date | Thu, 28 Mar 2024 17:28:56 +0000 |
parents | 00b22efdd100 |
children |
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"?> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
2 <tool id="miniprot" name="Miniprot align" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
0
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 |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
28 -j $adv.alignment.splice_model |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
29 #if str($adv.ncbi_table) !="" |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
30 -T '$adv.ncbi_table' |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
31 #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
|
32 #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
|
33 -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
|
34 #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
|
35 -I |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
36 #end if |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
37 |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
38 #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
|
39 -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
|
40 #end if |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
41 $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
|
42 --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
|
43 --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
|
44 --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
|
45 $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
|
46 $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
|
47 $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
|
48 #end if |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
49 #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
|
50 '$db.genomic_fasta' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
51 -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
|
52 -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
|
53 -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
|
54 -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
|
55 #else |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
56 '$db.genomic_db' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
57 #end if |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
58 #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
|
59 --gff |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
60 #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
|
61 --gtf |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
62 #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
|
63 '$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
|
64 ]]></command> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
65 |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
66 <inputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
67 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
68 <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
|
69 <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
|
70 <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
|
71 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
72 <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
|
73 <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
|
74 <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
|
75 <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
|
76 <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"/> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
77 <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
|
78 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
79 <when value="preindexed"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
80 <!-- 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
|
81 <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
|
82 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
83 </conditional> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
84 <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
|
85 <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
|
86 <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
|
87 <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
|
88 <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
|
89 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
90 <conditional name="adv"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
91 <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
|
92 <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
|
93 <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
|
94 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
95 <when value="yes"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
96 <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
|
97 <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
|
98 <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
|
99 <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
|
100 <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
|
101 <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
|
102 <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
|
103 <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
|
104 <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
|
105 <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
|
106 <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
|
107 <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
|
108 <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
|
109 <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
|
110 </param> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
111 <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
|
112 <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
|
113 </when> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
114 <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
|
115 </conditional> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
116 </section> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
117 <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
|
118 <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
|
119 <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
|
120 <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
|
121 <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
|
122 <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
|
123 <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
|
124 <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
|
125 <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
|
126 <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
|
127 <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
|
128 </param> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
129 </section> |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
130 <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
|
131 <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
|
132 <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
|
133 <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
|
134 <add value="_" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
135 <add value="-" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
136 </valid> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
137 </sanitizer> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
138 </param> |
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="-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
|
140 <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
|
141 <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
|
142 <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
|
143 <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
|
144 <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
|
145 <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
|
146 </section> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
147 <param argument="-K" name="query_batch_size" type="integer" min="1" value="2000000" label="Query batch size"/> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
148 <param argument="-T" name="ncbi_table" type="select" optional="true" label="Enter NCBI translation table"> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
149 <option value="1">1 Standard code</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
150 <option value="2">2 Vertebrate mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
151 <option value="3">3 Yeast mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
152 <option value="4">4 Mold, Protozoan, and Coelenterate Mitochondrial and the Mycoplasma/Spiroplasma</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
153 <option value="5">5 Invertebrate mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
154 <option value="6">6 Ciliate, dasycladacean and hexamita nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
155 <option value="9">9 Echinoderm and flatworm mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
156 <option value="10">10 Euplotid nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
157 <option value="11" selected="true">11 Bacterial, Archaeal and Plant Plastid</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
158 <option value="12">12 Alternative yeast nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
159 <option value="13">13 Ascidian mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
160 <option value="14">14 Alternative flatworm mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
161 <option value="16">16 Chlorophycean mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
162 <option value="21">21 Trematode Mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
163 <option value="22">22 Scenedesmus obliquus Mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
164 <option value="23">23 Thraustochytrium Mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
165 <option value="24">24 Rhabdopleuridae Mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
166 <option value="25">25 Candidate Division SR1 and Gracilibacteria</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
167 <option value="26">26 Pachysolen tannophilus Nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
168 <option value="27">27 Karyorelict Nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
169 <option value="28">28 Condylostoma Nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
170 <option value="29">29 Mesodinium nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
171 <option value="30">30 Peritrich nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
172 <option value="31">31 Blastocrithidia nuclear</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
173 <option value="33">33 Cephalodiscidae mitochondrial</option> |
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
174 </param> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
175 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
176 <when value="no"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
177 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
178 </conditional> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
179 |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
180 </inputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
181 <outputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
182 <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
|
183 <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
|
184 <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
|
185 <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
|
186 </change_format> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
187 </data> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
188 </outputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
189 <tests> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
190 <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
|
191 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
192 <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
|
193 <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
|
194 </conditional> |
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="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
|
196 <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
|
197 <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
|
198 <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
|
199 <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
|
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> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
203 <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
|
204 <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
|
205 <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
|
206 <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
|
207 </conditional> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
208 <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
|
209 <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
|
210 <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
|
211 <assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
212 <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
|
213 <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
|
214 </assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
215 </output> |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
216 </test> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
217 <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
|
218 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
219 <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
|
220 <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
|
221 </conditional> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
222 <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
|
223 <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
|
224 <conditional name="adv"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
225 <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
|
226 <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
|
227 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
228 <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
|
229 <assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
230 <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
|
231 </assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
232 </output> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
233 </test> |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
234 <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
|
235 <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
|
236 <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
|
237 <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
|
238 </conditional> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
239 <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
|
240 <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
|
241 <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
|
242 <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
|
243 <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
|
244 </conditional> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
245 <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
|
246 <assert_contents> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
247 <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
|
248 <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
|
249 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
250 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
251 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
252 <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
|
253 <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
|
254 <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
|
255 <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
|
256 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
257 <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
|
258 <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
|
259 <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
|
260 <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
|
261 <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
|
262 <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
|
263 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
264 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
265 <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
|
266 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
267 <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
|
268 <has_text text="VDIDLDPSTEKLRAQIRAEVAALKAMPREPRTVAIAEGGWVLPYLPKPWGRAASPVEQIIIAQEFTAGRVKRPQIAIATWIVPSIVAFGTDNQKQRLLPPTFRGDIFWCQLFSEPGAGSDLASLATKATRVDGGWRITGQKIWTTGAQYSQWGALLARTDPSAPKHNGITYFLLDMKSEGVQVKPLRELTGKEFFNTVYLDDVFVPDELVLGEVNRGWEVSRNTLTAERVSIGGSDSTFLPTLGEFVDFVRDYRFEGQFDQVARHRAGQLIAEGHATKLLNLRSTLLTLAGGDPMAPAAISKLLSMRTGQGYAEFAVSSFGTDAVIGDTERLPGKWGEYLLASRATTIYGGTSEVQLNIIAERLLGLPRDP"/> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
269 <has_n_lines n="1647"/> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
270 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
271 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
272 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
273 <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
|
274 <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
|
275 <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
|
276 <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
|
277 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
278 <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
|
279 <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
|
280 <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
|
281 <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
|
282 <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
|
283 <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
|
284 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
285 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
286 <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
|
287 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
288 <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
|
289 <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
|
290 <has_text text="NC_000962.3"/> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
291 <has_n_lines n="2196"/> |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
292 </assert_contents> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
293 </output> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
294 </test> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
295 <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
|
296 <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
|
297 <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
|
298 <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
|
299 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
300 <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
|
301 <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
|
302 <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
|
303 <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
|
304 <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
|
305 <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
|
306 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
307 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
308 <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
|
309 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
310 <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
|
311 <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
|
312 <has_text text="sp|O05779|FTSE_MYCTU"/> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
313 <has_n_lines n="654"/> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
314 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
315 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
316 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
317 <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
|
318 <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
|
319 <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
|
320 <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
|
321 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
322 <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
|
323 <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
|
324 <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
|
325 <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
|
326 <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
|
327 <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
|
328 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
329 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
330 <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
|
331 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
332 <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
|
333 <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
|
334 <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
|
335 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
336 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
337 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
338 <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
|
339 <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
|
340 <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
|
341 <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
|
342 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
343 <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
|
344 <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
|
345 <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
|
346 <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
|
347 <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
|
348 <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
|
349 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
350 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
351 <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
|
352 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
353 <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
|
354 <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
|
355 <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
|
356 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
357 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
358 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
359 <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
|
360 <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
|
361 <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
|
362 <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
|
363 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
364 <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
|
365 <param name="output_format" value="gtf"></param> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
366 <param name="ncbi_table" value="1"></param> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
367 <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
|
368 <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
|
369 <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
|
370 <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
|
371 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
372 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
373 <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
|
374 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
375 <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
|
376 <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
|
377 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
378 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
379 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
380 </tests> |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
381 |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
382 <help><![CDATA[ |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
383 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
|
384 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
|
385 |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
386 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
|
387 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
|
388 |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
389 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
|
390 |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
391 .. _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
|
392 .. _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
|
393 ]]></help> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
394 <expand macro="citation"></expand> |
5
6b20d051d0dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 810c6000c2d67e78764285c659c8082bbc573d71
iuc
parents:
4
diff
changeset
|
395 </tool> |