annotate miniprot_index.xml @ 3:3ccb407501d8 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:48 +0000
parents b7b6b8188999
children 9e2772125405
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
1 <tool id="miniprot_index" name="Miniprot index" version="@TOOL_VERSION@+galaxy0" profile="21.05">
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
2 <description>build a genome index for miniprot</description>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
3 <macros>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
4 <import>macros.xml</import>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
5 </macros>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
6 <requirements>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">miniprot</requirement>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
8 </requirements>
bd3dc3b5aea5 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[
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
10 miniprot -d '$output_index' '$input_genome'
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
11 ]]></command>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
12 <inputs>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
13 <param name="input_genome" type="data" format="fasta,fasta.gz" label="Genomic sequence (FASTA)" help="Genomic contigs / scaffolds in FASTA format" />
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
14 </inputs>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
15 <outputs>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
16 <!-- refine this when miniprot index format is in Galaxy datatypes -->
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
17 <data name="output_index" format="binary" label="Miniprot index on ${on_string}" />
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
18 </outputs>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
19 <tests>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
20 <test>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
21 <param name="input_genome" value="input_genome.fasta.gz" ftype="fasta" />
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
22 <output name="output_index" ftype="binary">
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
23 <assert_contents>
2
b7b6b8188999 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 0
diff changeset
24 <has_size value="69720149" delta="1000" />
0
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
25 </assert_contents>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
26 </output>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
27 </test>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
28 </tests>
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
29 <help><![CDATA[
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
30 Pre-index genomic sequences (contigs, scaffolds or chromosomes) for use in the miniprot_ protein to genome alignment tool.
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
31
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
32 .. _miniprot: https://github.com/lh3/miniprot
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
33 ]]></help>
2
b7b6b8188999 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit bda011acaca773960c85bfa1288fa8b74cfabb15
iuc
parents: 0
diff changeset
34 <expand macro="citation"></expand>
0
bd3dc3b5aea5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit 931e98e27ac60b189e2dfbb1c99767bd17860c5e
iuc
parents:
diff changeset
35 </tool>