Mercurial > repos > iuc > miniprot
annotate miniprot.xml @ 3:52bdc302299b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
author | iuc |
---|---|
date | Thu, 13 Jul 2023 09:37:56 +0000 |
parents | d518cf04b55c |
children | 00b22efdd100 |
rev | line source |
---|---|
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
2 <tool id="miniprot" name="Miniprot align" version="@TOOL_VERSION@+galaxy0" profile="21.05"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
3 <description>align a protein sequence against a genome with affine gap penalty, splicing and frameshift</description> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
4 <macros> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
6 </macros> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
7 <requirements> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="@TOOL_VERSION@">miniprot</requirement> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
9 </requirements> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
11 miniprot |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
12 -t \${GALAXY_SLOTS:-1} |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
13 #if str($adv.options) == "yes" |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
14 $adv.mapping.no_splicing |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
15 -c $adv.mapping.max_kmer |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
16 -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
|
17 -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
|
18 -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
|
19 -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
|
20 -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
|
21 -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
|
22 -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
|
23 -O $adv.alignment.gap_open |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
24 -E $adv.alignment.gap_extension |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
25 -J $adv.alignment.intron_open |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
26 -C $adv.alignment.non_canonical_splice |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
27 -F $adv.alignment.frameshift |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
28 -B $adv.alignment.end_bonus |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
29 -j $adv.alignment.splice_model |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
30 #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
|
31 -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
|
32 #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
|
33 -I |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
34 #end if |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
35 |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
36 #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
|
37 -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
|
38 #end if |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
39 $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
|
40 --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
|
41 --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
|
42 --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
|
43 $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
|
44 $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
|
45 $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
|
46 #end if |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
47 #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
|
48 '$db.genomic_fasta' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
49 -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
|
50 -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
|
51 -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
|
52 -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
|
53 #else |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
54 '$db.genomic_db' |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
55 #end if |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
56 #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
|
57 --gff |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
58 #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
|
59 --gtf |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
60 #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
|
61 '$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
|
62 ]]></command> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
63 |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
64 <inputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
65 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
66 <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
|
67 <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
|
68 <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
|
69 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
70 <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
|
71 <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
|
72 <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
|
73 <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
|
74 <param argument="-M" name="modimisers" type="integer" value="1" label="Sample k-mers at a rate 1/2**INT" help="Increasing this option reduces peak memory but decreases sensitivity"/> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
75 <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
|
76 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
77 <when value="preindexed"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
78 <!-- 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
|
79 <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
|
80 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
81 </conditional> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
82 <param name="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
|
83 <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
|
84 <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
|
85 <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
|
86 <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
|
87 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
88 <conditional name="adv"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
89 <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
|
90 <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
|
91 <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
|
92 </param> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
93 <when value="yes"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
94 <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
|
95 <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
|
96 <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
|
97 <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
|
98 <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
|
99 <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
|
100 <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
|
101 <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
|
102 <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
|
103 <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
|
104 <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
|
105 <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
|
106 <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
|
107 <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
|
108 </param> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
109 <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
|
110 <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
|
111 </when> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
112 <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
|
113 </conditional> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
114 </section> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
115 <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
|
116 <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
|
117 <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
|
118 <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
|
119 <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
|
120 <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
|
121 <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
|
122 <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
|
123 <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
|
124 <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
|
125 <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
|
126 </param> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
127 </section> |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
128 <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
|
129 <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
|
130 <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
|
131 <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
|
132 <add value="_" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
133 <add value="-" /> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
134 </valid> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
135 </sanitizer> |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
136 </param> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
137 <param argument="-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
|
138 <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
|
139 <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
|
140 <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
|
141 <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
|
142 <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
|
143 <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
|
144 </section> |
3
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="-K" name="query_batch_size" type="integer" min="1" value="2000000" label="Query batch size"/> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
146 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
147 <when value="no"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
148 </when> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
149 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
150 </inputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
151 <outputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
152 <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
|
153 <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
|
154 <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
|
155 <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
|
156 </change_format> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
157 </data> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
158 </outputs> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
159 <tests> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
160 <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
|
161 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
162 <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
|
163 <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
|
164 </conditional> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
165 <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
|
166 <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
|
167 <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
|
168 <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
|
169 <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
|
170 </assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
171 </output> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
172 </test> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
173 <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
|
174 <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
|
175 <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
|
176 <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
|
177 </conditional> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
178 <param name="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
|
179 <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
|
180 <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
|
181 <assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
182 <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
|
183 <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
|
184 </assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
185 </output> |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
186 </test> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
187 <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
|
188 <conditional name="db"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
189 <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
|
190 <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
|
191 </conditional> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
192 <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
|
193 <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
|
194 <conditional name="adv"> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
195 <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
|
196 <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
|
197 </conditional> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
198 <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
|
199 <assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
200 <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
|
201 </assert_contents> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
202 </output> |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
203 </test> |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
204 <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
|
205 <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
|
206 <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
|
207 <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
|
208 </conditional> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
209 <param name="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
|
210 <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
|
211 <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
|
212 <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
|
213 <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
|
214 </conditional> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
215 <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
|
216 <assert_contents> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
217 <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
|
218 <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
|
219 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
220 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
221 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
222 <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
|
223 <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
|
224 <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
|
225 <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
|
226 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
227 <param name="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
|
228 <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
|
229 <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
|
230 <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
|
231 <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
|
232 <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
|
233 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
234 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
235 <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
|
236 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
237 <has_text text="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
|
238 <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
|
239 <has_n_lines n="1633"/> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
240 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
241 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
242 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
243 <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
|
244 <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
|
245 <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
|
246 <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
|
247 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
248 <param name="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
|
249 <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
|
250 <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
|
251 <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
|
252 <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
|
253 <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
|
254 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
255 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
256 <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
|
257 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
258 <has_text text="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
|
259 <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
|
260 <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
|
261 <has_n_lines n="2172"/> |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
262 </assert_contents> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
263 </output> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
264 </test> |
3
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
265 <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
|
266 <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
|
267 <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
|
268 <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
|
269 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
270 <param name="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
|
271 <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
|
272 <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
|
273 <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
|
274 <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
|
275 <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
|
276 </section> |
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 <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
|
279 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
280 <has_text text="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
|
281 <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
|
282 <has_text text="sp|O05779|FTSE_MYCTU"/> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
283 <has_n_lines n="650"/> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
284 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
285 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
286 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
287 <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
|
288 <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
|
289 <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
|
290 <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
|
291 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
292 <param name="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
|
293 <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
|
294 <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
|
295 <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
|
296 <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
|
297 <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
|
298 </section> |
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 <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
|
301 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
302 <has_text text="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
|
303 <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
|
304 <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
|
305 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
306 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
307 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
308 <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
|
309 <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
|
310 <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
|
311 <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
|
312 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
313 <param name="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
|
314 <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
|
315 <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
|
316 <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
|
317 <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
|
318 <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
|
319 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
320 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
321 <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
|
322 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
323 <has_text text="##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
|
324 <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
|
325 <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
|
326 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
327 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
328 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
329 <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
|
330 <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
|
331 <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
|
332 <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
|
333 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
334 <param name="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
|
335 <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
|
336 <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
|
337 <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
|
338 <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
|
339 <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
|
340 </section> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
341 </conditional> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
342 <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
|
343 <assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
344 <has_text text="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
|
345 <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
|
346 </assert_contents> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
347 </output> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
348 </test> |
52bdc302299b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 7686c033edb974379f855d2563149d56920f063e
iuc
parents:
2
diff
changeset
|
349 </tests> |
2
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
350 |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
351 <help><![CDATA[ |
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
352 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
|
353 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
|
354 |
1
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
355 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
|
356 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
|
357 |
ce04c239454b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
iuc
parents:
0
diff
changeset
|
358 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
|
359 |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
360 .. _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
|
361 .. _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
|
362 ]]></help> |
d518cf04b55c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents:
1
diff
changeset
|
363 <expand macro="citation"></expand> |
0
ef712a5e9834
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff
changeset
|
364 </tool> |