Mercurial > repos > public-health-bioinformatics > screen_abricate_report
annotate screen_abricate_report.xml @ 0:2c6153023368 draft
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report"
author | public-health-bioinformatics |
---|---|
date | Wed, 30 Oct 2019 23:01:01 -0400 |
parents | |
children | 45542cd244ad |
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> |
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
|
26 <param name="abricate_report" value="abricate_report.tsv"/> |
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
|
27 <param name="screen" value="screen.tsv"/> |
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
|
28 </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
|
29 </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
|
30 <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
|
31 ]]></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
|
32 <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
|
33 </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
|
34 </tool> |