Mercurial > repos > public-health-bioinformatics > pick_plasmids_containing_genes
annotate pick_plasmids_containing_genes.xml @ 0:62019f5116f8 draft
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
author | public-health-bioinformatics |
---|---|
date | Tue, 12 Nov 2019 22:20:54 -0500 |
parents | |
children | c9129ecc609d |
rev | line source |
---|---|
0
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
1 <tool id="pick_plasmids_containing_genes" name="Pick plasmids containing genes" version="0.1.0"> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
2 <description>Pick plasmids containing specific genes</description> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
3 <requirements> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
4 </requirements> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
5 <command detect_errors="exit_code"><![CDATA[ |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
6 '$__tool_directory__/pick_plasmids_containing_genes.py' |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
7 --plasmids |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
8 #for $plasmid in $plasmids: |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
9 '${plasmid}' |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
10 #end for |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
11 --concatenated_abricate_reports '${concatenated_abricate_reports}' |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
12 --abricate_report_screening_file '${screening_file.fields.path}' |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
13 --outdir outdir |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
14 ]]></command> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
15 <inputs> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
16 <param name="plasmids" type="data_collection" collection_type="list" format="fasta" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
17 <param name="concatenated_abricate_reports" type="data" format="tabular" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
18 <param name="screening_file" type="select" format="tabular"> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
19 <options from_data_table="abricate_report_screening_files"> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
20 <validator type="no_options" message="No abricate report screening files are available" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
21 </options> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
22 </param> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
23 </inputs> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
24 <outputs> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
25 <collection name="output" type="list" label="Output plasmids"> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
26 <discover_datasets pattern="__name__" format="fasta" directory="outdir" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
27 </collection> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
28 </outputs> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
29 <tests> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
30 <test> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
31 <param name="plasmids"> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
32 <collection type="list"> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
33 <element name="SRR9113487_plasmid_1068" value="SRR9113487_plasmid_1068.fasta" ftype="fasta" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
34 <element name="SRR9113487_plasmid_1550" value="SRR9113487_plasmid_1550.fasta" ftype="fasta" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
35 <element name="SRR9113487_plasmid_2719" value="SRR9113487_plasmid_2719.fasta" ftype="fasta" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
36 <element name="SRR9113487_plasmid_739" value="SRR9113487_plasmid_739.fasta" ftype="fasta" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
37 <element name="SRR9113487_plasmid_839" value="SRR9113487_plasmid_839.fasta" ftype="fasta" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
38 <element name="SRR9113487_plasmid_novel_0" value="SRR9113487_plasmid_novel_0.fasta" ftype="fasta" /> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
39 </collection> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
40 </param> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
41 <param name="concatenated_abricate_reports" value="concatenated_abricate_reports.tsv" ftype="tabular"/> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
42 <param name="screening_file" value="screening_file_1"/> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
43 <output file="outdir/SRR9113487_plasmid_2719.fasta" ftype="fasta"/> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
44 </test> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
45 </tests> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
46 <help><![CDATA[ |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
47 ]]></help> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
48 <citations> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
49 </citations> |
62019f5116f8
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/pick_plasmids_containing_genes commit af16cdb29dcdc9ad2ff1effb5cf4e23a8c98a764"
public-health-bioinformatics
parents:
diff
changeset
|
50 </tool> |