annotate fasta_to_bed.xml @ 0:1b3c339fd390 draft default tip

planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
author nml
date Wed, 11 Oct 2017 11:46:25 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
1 <tool id="fasta2bed" name="Fasta to Bed File" version="1.0.0">
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
2 <description>Create Bed file from Multiple fasta file</description>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
3 <requirements>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
4 <requirement type="package" version="1.6.924">perl-bioperl</requirement>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
5 <requirement type="package" version="2.49">perl-getopt-long</requirement>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
6 </requirements>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
8 perl $__tool_directory__/fasta_to_bed.pl
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
9 -i '$dataset'
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
10 -o '$output'
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
11 ]]></command>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
12 <inputs>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
13 <param name="dataset" type="data" format="fasta" label="fasta or multifasta file" help="fasta to convert to bed file."/>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
14 </inputs>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
15 <outputs>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
16 <data name="output" format="bed"/>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
17 </outputs>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
18 <tests>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
19 <test>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
20 <param name="dataset" value="contigs.fasta"/>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
21 <output name="output" value="results.bed"/>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
22 </test>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
23 </tests>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
24 <help>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
25 Create a bed file format using the start and end position of one or more fata record in a fasta file.
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
26
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
27 </help>
1b3c339fd390 planemo upload for repository https://github.com/phac-nml/galaxy_tools commit a0204b99a722240fe9b03b78a0786b30aa8ecc96
nml
parents:
diff changeset
28 </tool>