annotate samtools_faidx.xml @ 0:91ebd197998b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
author iuc
date Mon, 12 May 2025 18:06:27 +0000
parents
children ffd1e2652813
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
1 <tool id="samtools_faidx" name="Samtools faidx" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
2 <description>Index a FASTA file</description>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
3 <macros>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
4 <import>macros.xml</import>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
5 </macros>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
7 <expand macro="stdio"/>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
8 <expand macro="version_command"/>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
9 <command><![CDATA[
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
10 samtools
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
11 faidx
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
12 '$in_fasta'
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
13 --fai-idx '$output'
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
14 ]]></command>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
15 <inputs>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
16 <param name="in_fasta" type="data" format="fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz" label="dataset with sequences" />
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
17 </inputs>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
18 <outputs>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
19 <data name="output" format="tabular"/>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
20 </outputs>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
21 <tests>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
22 <test expect_num_outputs="1">
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
23 <param name="in_fasta" value="samtools_fastx-out1-2.fasta" />
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
24 <output name="output" file="out.tabular" />
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
25 </test>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
26 </tests>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
27 <help><![CDATA[
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
28 **What it does**
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
29
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
30 Runs the ``samtools faidx`` command to index reference sequence in the FASTA format reference sequence.
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
31
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
32 Full `documentation <https://www.htslib.org/doc/samtools-faidx.html>`_ for the faidx command.
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
33 ]]></help>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
34 <expand macro="citations"/>
91ebd197998b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_faidx commit da2aa10802e960a69f3858f86b858807442ca7c7
iuc
parents:
diff changeset
35 </tool>