Mercurial > repos > public-health-bioinformatics > match_plasmid_to_reference
annotate match_plasmid_to_reference.xml @ 0:c917ef6807d7 draft default tip
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
author | public-health-bioinformatics |
---|---|
date | Tue, 12 Nov 2019 22:47:36 -0500 |
parents | |
children |
rev | line source |
---|---|
0
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
1 <tool id="match_plasmid_to_reference" name="Match plasmid to reference" version="0.1.0"> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
2 <description>Pick plasmids containing specific genes</description> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
3 <requirements> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
4 </requirements> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
5 <command detect_errors="exit_code"><![CDATA[ |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
6 '$__tool_directory__/match_plasmid_to_reference.py' |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
7 --plasmid '${plasmid}' |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
8 --reference_plasmids_genbank |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
9 #for $reference_plasmid in $reference_plasmids_genbank: |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
10 '${reference_plasmid}' |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
11 #end for |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
12 --reference_plasmids_fasta |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
13 #for $reference_plasmid in $reference_plasmids_fasta: |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
14 '${reference_plasmid}' |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
15 #end for |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
16 --mob_typer_report '${concatenated_mob_typer_reports}' |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
17 --outdir outdir |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
18 ]]></command> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
19 <inputs> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
20 <param name="plasmid" type="data" format="fasta" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
21 <param name="reference_plasmids_genbank" type="data_collection" collection_type="list" format="genbank" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
22 <param name="reference_plasmids_fasta" type="data_collection" collection_type="list" format="fasta" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
23 <param name="concatenated_mob_typer_reports" type="data" format="tabular" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
24 </inputs> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
25 <outputs> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
26 <data name="output_plasmid" from_work_dir="outdir/plasmid.fasta" label="Plasmid" format="fasta"/> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
27 <data name="matched_reference_plasmid_genbank" from_work_dir="outdir/reference_plasmid.gbk" label="Reference Plasmid (genbank)" format="genbank"/> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
28 <data name="matched_reference_plasmid_fasta" from_work_dir="outdir/reference_plasmid.fasta" label="Reference Plasmid (fasta)" format="fasta"/> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
29 <data name="matched_mob_typer_record" from_work_dir="outdir/mob_typer_record.tsv" label="Matched MOB-Typer Record" format="tabular"/> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
30 </outputs> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
31 <tests> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
32 <test> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
33 <param name="plasmid" value="SRR9113487_plasmid_2719.fasta"/> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
34 <param name="reference_plasmids_genbank"> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
35 <collection type="list"> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
36 <element name="CP008719" value="CP008719.gbk" ftype="genbank" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
37 <element name="JQ739157" value="JQ739157.gbk" ftype="genbank" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
38 </collection> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
39 </param> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
40 <param name="reference_plasmids_fasta"> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
41 <collection type="list"> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
42 <element name="CP008719" value="CP008719.fa" ftype="fasta" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
43 <element name="JQ739157" value="JQ739157.fa" ftype="fasta" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
44 </collection> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
45 </param> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
46 <param name="concatenated_mob_typer_reports" value="concatenated_mob_typer_reports.tsv" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
47 <output name="output_plasmid" file="outdir/plasmid.fasta" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
48 <output name="matched_reference_plasmid_genbank" file="outdir/reference_plasmid.gbk" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
49 <output name="matched_reference_plasmid_fasta" file="outdir/reference_plasmid.fasta" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
50 <output name="matched_mob_typer_record" file="outdir/mob_typer_record.tsv" /> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
51 </test> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
52 </tests> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
53 <help><![CDATA[ |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
54 ]]></help> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
55 <citations> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
56 </citations> |
c917ef6807d7
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/match_plasmid_to_reference commit 0f3fff91eb329adf437224eb8f7449853083b01e"
public-health-bioinformatics
parents:
diff
changeset
|
57 </tool> |