annotate screen_abricate_report.xml @ 1:45542cd244ad draft default tip

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report commit 1d569fc27b052d1982d82ca19455caaff6386f46"
author public-health-bioinformatics
date Thu, 31 Oct 2019 15:14:36 -0400
parents 2c6153023368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
1 <tool id="screen_abricate_report" name="Screen Abricate Report" version="0.1.0">
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
2 <description>Screens an abricate report for genes of interest</description>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
3 <requirements>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
4 </requirements>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
6 '${__tool_directory__}/screen_abricate_report.py'
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
7 '${abricate_report}'
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
8 --screening_file '${screening_file.fields.path}'
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
9 --screened_report '${screened_report}'
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
10 --gene_detection_status '${gene_detection_status}'
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
11 ]]></command>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
12 <inputs>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
13 <param name="abricate_report" type="data" format="tabular" />
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
14 <param name="screening_file" type="select" format="tabular">
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
15 <options from_data_table="abricate_report_screening_files">
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
16 <validator type="no_options" message="No abricate report screening files are available" />
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
17 </options>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
18 </param>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
19 </inputs>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
20 <outputs>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
21 <data name="screened_report" type="data" format="tabular" label="Screened Abricate Report" />
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
22 <data name="gene_detection_status" type="data" format="tabular" label="Gene Detection Status" />
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
23 </outputs>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
24 <tests>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
25 <test>
1
45542cd244ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report commit 1d569fc27b052d1982d82ca19455caaff6386f46"
public-health-bioinformatics
parents: 0
diff changeset
26 <param name="screening_file" value="test_entry"/>
45542cd244ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report commit 1d569fc27b052d1982d82ca19455caaff6386f46"
public-health-bioinformatics
parents: 0
diff changeset
27 <param name="abricate_report" value="SAMN13042171_abricate_report.tsv"/>
45542cd244ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report commit 1d569fc27b052d1982d82ca19455caaff6386f46"
public-health-bioinformatics
parents: 0
diff changeset
28 <output name="screened_report" file="SAMN13042171_abricate_report_screened.tsv" ftype="tabular"/>
45542cd244ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report commit 1d569fc27b052d1982d82ca19455caaff6386f46"
public-health-bioinformatics
parents: 0
diff changeset
29 <output name="gene_detection_status" file="SAMN13042171_gene_detection_status.tsv" ftype="tabular"/>
0
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
30 </test>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
31 </tests>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
32 <help><![CDATA[
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
33 ]]></help>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
34 <citations>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
35 </citations>
2c6153023368 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
public-health-bioinformatics
parents:
diff changeset
36 </tool>