annotate get_primer_scheme_bedfiles.xml @ 2:f546658a63f0 draft default tip

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
author dfornika
date Wed, 18 Mar 2020 01:26:16 +0000
parents 871314e98eb7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
1 <tool id="get_primer_scheme_bedfiles" name="Get Primer Scheme .bed Files" version="0.1.0+galaxy0">
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
2 <description>Get Primer Scheme .bed File from primer_scheme_bedfiles tool data table</description>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
3 <requirements>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
4 </requirements>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
2
f546658a63f0 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents: 1
diff changeset
6 cp '${input_primer_scheme_bedfile.fields.path}' '${output_primer_scheme_bedfile}'
0
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
7 ]]></command>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
8 <inputs>
2
f546658a63f0 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents: 1
diff changeset
9 <param name="input_primer_scheme_bedfile" type="select" format="bed" label="Primer Scheme">
0
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
10 <options from_data_table="primer_scheme_bedfiles">
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
11 <validator type="no_options" message="No primer scheme .bed files are available" />
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
12 </options>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
13 </param>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
14 </inputs>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
15 <outputs>
2
f546658a63f0 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents: 1
diff changeset
16 <data name="output_primer_scheme_bedfile" format="bed" label="Primer Scheme" />
0
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
17 </outputs>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
18 <tests>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
19 </tests>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
20 <help><![CDATA[
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
21 ]]></help>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
22 <citations>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
23 </citations>
d0d633f1b1a9 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/get_primer_scheme_bedfiles commit 1b705021d1f27450005e358c0c1cb9283b9f56f8-dirty"
dfornika
parents:
diff changeset
24 </tool>