Mercurial > repos > nml > staramr
annotate staramr_search.xml @ 3:9047a1d3d8ea draft
planemo upload for repository https://github.com/phac-nml/staramr commit 679a3b6784cfbca8f3623d316d6101672b4a5531
author | nml |
---|---|
date | Tue, 14 Aug 2018 10:04:19 -0400 |
parents | 0cf6774c0da6 |
children | 1e8ec0f861ff |
rev | line source |
---|---|
3
9047a1d3d8ea
planemo upload for repository https://github.com/phac-nml/staramr commit 679a3b6784cfbca8f3623d316d6101672b4a5531
nml
parents:
2
diff
changeset
|
1 <tool id="staramr_search" name="staramr" version="0.2.2"> |
0
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
2 <description>Scans genome assemblies against the ResFinder and PointFinder databases searching for AMR genes.</description> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
3 <requirements> |
3
9047a1d3d8ea
planemo upload for repository https://github.com/phac-nml/staramr commit 679a3b6784cfbca8f3623d316d6101672b4a5531
nml
parents:
2
diff
changeset
|
4 <requirement type="package" version="0.2.2">staramr</requirement> |
0
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
5 </requirements> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
1
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
7 #import re |
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
8 |
0
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
9 #set $named_genomes = '' |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
10 #for $genome in $genomes |
1
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
11 #set $_named_genome = re.sub(r'(\s|\(|\))', '_', '"{}.fasta"'.format($genome.element_identifier)) |
0
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
12 ln -s "$genome" $_named_genome && |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
13 #set $named_genomes = $named_genomes + ' ' + $_named_genome |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
14 #end for |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
15 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
16 #set $excel_proper_extension = '"{}.xlsx"'.format($excel) |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
17 ln -s "$excel" $excel_proper_extension && |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
18 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
19 staramr search |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
20 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
21 --nprocs "\${GALAXY_SLOTS:-1}" |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
22 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
23 --pid-threshold $advanced.pid_threshold |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
24 --percent-length-overlap-resfinder $advanced.plength_resfinder |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
25 --percent-length-overlap-pointfinder $advanced.plength_pointfinder |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
26 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
27 $advanced.report_all_blast |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
28 $advanced.exclude_negatives |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
29 $advanced.exclude_resistance_phenotypes |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
30 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
31 --output-summary $summary |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
32 --output-resfinder $resfinder |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
33 #if $use_pointfinder.enable |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
34 --output-pointfinder $pointfinder |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
35 #end if |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
36 --output-settings $settings |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
37 --output-excel $excel_proper_extension |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
38 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
39 --output-hits-dir staramr_hits |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
40 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
41 #if $use_pointfinder.enable |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
42 --pointfinder-organism $use_pointfinder.organism |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
43 #end if |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
44 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
45 $named_genomes |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
46 ]]></command> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
47 <inputs> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
48 <param type="data" name="genomes" format="fasta" multiple="true"/> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
49 <conditional name="use_pointfinder"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
50 <param name="enable" type="boolean" label="Enable scanning for point mutations using the PointFinder database" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
51 <when value="true"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
52 <param name="organism" type="select" label="Select a pointfinder organism"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
53 <option value="salmonella" selected="true">Salmonella</option> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
54 </param> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
55 </when> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
56 <when value="false" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
57 </conditional> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
58 <section name="advanced" title="Advanced options" expanded="false"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
59 <param name="pid_threshold" type="float" label="Percent identity threshold for BLAST" value="98.0" |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
60 min="0" max="100" help="(--pid-threshold)" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
61 <param name="plength_resfinder" type="float" label="Percent length overlap of BLAST hit for ResFinder database" value="60.0" |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
62 min="0" max="100" help="(--percent-length-overlap-resfinder)" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
63 <param name="plength_pointfinder" type="float" label="Percent length overlap of BLAST hit for PointFinder database" value="95.0" |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
64 min="0" max="100" help="(--percent-length-overlap-pointfinder)" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
65 <param name="report_all_blast" type="boolean" label="Report all BLAST results" truevalue="--report-all-blast" falsevalue="" |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
66 help="Report all BLAST results (includes overlapping hits, mainly for debugging)" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
67 <param name="exclude_negatives" type="boolean" label="Exclude negative (non-resistant) results" truevalue="--exclude-negatives" falsevalue="" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
68 <param name="exclude_resistance_phenotypes" type="boolean" label="Exclude resistance phenotypes" truevalue="--exclude-resistance-phenotypes" falsevalue="" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
69 </section> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
70 </inputs> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
71 <outputs> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
72 <data format="tabular" name="summary" label="${tool.name} on ${on_string}: summary.tsv" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
73 <data format="tabular" name="resfinder" label="${tool.name} on ${on_string}: resfinder.tsv" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
74 <data format="tabular" name="pointfinder" label="${tool.name} on ${on_string}: pointfinder.tsv"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
75 <filter>use_pointfinder['enable']</filter> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
76 </data> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
77 <data format="txt" name="settings" label="${tool.name} on ${on_string}: settings.txt" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
78 <data format="xlsx" name="excel" label="${tool.name} on ${on_string}: results.xlsx" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
79 <collection name="blast_hits" type="list" label="${tool.name} on ${on_string}: hits"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
80 <discover_datasets pattern="__name_and_ext__" directory="staramr_hits" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
81 </collection> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
82 </outputs> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
83 <tests> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
84 <test> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
85 <param name="genomes" value="16S-rc_gyrA-rc_beta-lactam.fsa" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
86 <conditional name="use_pointfinder"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
87 <param name="enable" value="true" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
88 <param name="organism" value="salmonella" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
89 </conditional> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
90 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
91 <output name="summary" file="test1-summary.tsv" ftype="tabular" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
92 <output name="resfinder" file="test1-resfinder.tsv" ftype="tabular" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
93 <output name="pointfinder" file="test1-pointfinder.tsv" ftype="tabular" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
94 <output_collection name="blast_hits" type="list"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
95 <element name="resfinder_16S-rc_gyrA-rc_beta-lactam.fsa" file="test1-hits/resfinder_16S-rc_gyrA-rc_beta-lactam.fsa" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
96 <element name="pointfinder_16S-rc_gyrA-rc_beta-lactam.fsa" file="test1-hits/pointfinder_16S-rc_gyrA-rc_beta-lactam.fsa" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
97 </output_collection> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
98 </test> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
99 <test> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
100 <param name="genomes" value="16S-rc_gyrA-rc_beta-lactam.fsa" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
101 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
102 <output name="summary" file="test2-summary.tsv" ftype="tabular" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
103 <output name="resfinder" file="test2-resfinder.tsv" ftype="tabular" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
104 <output_collection name="blast_hits" type="list"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
105 <element name="resfinder_16S-rc_gyrA-rc_beta-lactam.fsa" file="test2-hits/resfinder_16S-rc_gyrA-rc_beta-lactam.fsa" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
106 </output_collection> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
107 </test> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
108 <test> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
109 <param name="genomes" value="16S-rc_gyrA-rc_beta-lactam.fsa" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
110 <param name="pid_threshold" value="99.8" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
111 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
112 <output name="summary" file="test3-summary.tsv" ftype="tabular" /> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
113 </test> |
1
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
114 <test> |
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
115 <param name="genomes" value="16S rc_gyrA rc_beta-lactam spaces (extra:characters).fsa" /> |
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
116 <param name="pid_threshold" value="99.8" /> |
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
117 |
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
118 <output name="summary" file="test4-summary.tsv" ftype="tabular" /> |
3801ea82c888
planemo upload for repository https://github.com/phac-nml/staramr commit 1b3cd6d32c357a59fa437e29ede4a6c1e78427f8
nml
parents:
0
diff
changeset
|
119 </test> |
0
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
120 </tests> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
121 <help><![CDATA[ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
122 staramr |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
123 ======= |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
124 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
125 staramr_ scans bacterial genome contigs against both the ResFinder_ and PointFinder_ databases (used by the ResFinder webservice_) and compiles a summary report of detected antimicrobial resistance genes. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
126 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
127 Usage |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
128 ----- |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
129 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
130 1. Select your genome contigs (in FASTA format). |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
131 2. Select whether or not you wish to scan your genome for point mutations giving antimicrobial resistance using the PointFinder database. This requires you to specify the specific organism you are scanning (currently only *salmonella* is supported). |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
132 3. Run the tool. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
133 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
134 Output |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
135 ------ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
136 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
137 There are 5 different output files produced by `staramr` as well as a collection of additional files. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
138 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
139 summary.tsv |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
140 ``````````` |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
141 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
142 A summary of all detected AMR genes/mutations in each genome, one genome per line. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
143 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
144 +------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
145 | Isolate ID | Genotype | Predicted Phenotype | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
146 +============+===========================================================+===========================================================================================================+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
147 | SRR1952908 | aadA1, aadA2, blaTEM-57, cmlA1, gyrA (S83Y), sul3, tet(A) | streptomycin, ampicillin, chloramphenicol, ciprofloxacin I/R, nalidixic acid, sulfisoxazole, tetracycline | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
148 +------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
149 | SRR1952926 | blaTEM-57, gyrA (S83Y), tet(A) | ampicillin, ciprofloxacin I/R, nalidixic acid, tetracycline | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
150 +------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
151 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
152 resfinder.tsv |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
153 ````````````` |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
154 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
155 A tabular file of each AMR gene and additional BLAST information from the **ResFinder** database, one gene per line. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
156 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
157 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
158 | Isolate ID | Gene | Predicted Phenotype | %Identity | %Overlap | HSP Length/Total Length | Contig | Start | End | Accession | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
159 +============+============+======================+============+===========+==========================+==============+========+=======+===========+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
160 | SRR1952908 | sul3 | sulfisoxazole | 100.00 | 100.00 | 792/792 | contig00030 | 2091 | 2882 | AJ459418 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
161 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
162 | SRR1952908 | tet(A) | tetracycline | 99.92 | 100.00 | 1200/1200 | contig00032 | 1551 | 2750 | AJ517790 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
163 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
164 | SRR1952908 | cmlA1 | chloramphenicol | 99.92 | 100.00 | 1260/1260 | contig00030 | 6707 | 5448 | M64556 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
165 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
166 | SRR1952908 | aadA1 | streptomycin | 100.00 | 100.00 | 792/792 | contig00030 | 5355 | 4564 | JQ414041 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
167 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
168 | SRR1952908 | aadA2 | streptomycin | 99.75 | 100.00 | 792/792 | contig00030 | 7760 | 6969 | JQ364967 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
169 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
170 | SRR1952908 | blaTEM-57 | ampicillin | 99.88 | 100.00 | 861/861 | contig00032 | 6247 | 5387 | FJ405211 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
171 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
172 | SRR1952926 | tet(A) | tetracycline | 99.92 | 100.00 | 1200/1200 | contig00027 | 1480 | 2679 | AJ517790 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
173 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
174 | SRR1952926 | blaTEM-57 | ampicillin | 99.88 | 100.00 | 861/861 | contig00027 | 6176 | 5316 | FJ405211 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
175 +------------+------------+----------------------+------------+-----------+--------------------------+--------------+--------+-------+-----------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
176 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
177 pointfinder.tsv |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
178 ``````````````` |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
179 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
180 A tabular file of each AMR point mutation and additional BLAST information from the **PointFinder** database, one gene per line. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
181 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
182 +-------------+--------------+------------------------------------+--------+-----------+----------------------+------------+-----------+--------------------------+--------------+---------+--------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
183 | Isolate ID | Gene | Predicted Phenotype | Type | Position | Mutation | %Identity | %Overlap | HSP Length/Total Length | Contig | Start | End | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
184 +=============+==============+====================================+========+===========+======================+============+===========+==========================+==============+=========+========+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
185 | SRR1952908 | gyrA (S83Y) | ciprofloxacin I/R, nalidixic acid | codon | 83 | TCC -> TAC (S -> Y) | 99.96 | 100.00 | 2637/2637 | contig00008 | 22801 | 20165 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
186 +-------------+--------------+------------------------------------+--------+-----------+----------------------+------------+-----------+--------------------------+--------------+---------+--------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
187 | SRR1952926 | gyrA (S83Y) | ciprofloxacin I/R, nalidixic acid | codon | 83 | TCC -> TAC (S -> Y) | 99.96 | 100.00 | 2637/2637 | contig00011 | 157768 | 160404 | |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
188 +-------------+--------------+------------------------------------+--------+-----------+----------------------+------------+-----------+--------------------------+--------------+---------+--------+ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
189 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
190 settings.txt |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
191 ```````````` |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
192 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
193 The command-line, database versions, and other settings used to run `staramr`. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
194 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
195 :: |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
196 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
197 command_line = staramr search -o out --pointfinder-organism salmonella SRR1952908.fasta SRR1952926.fasta |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
198 version = 0.2.0 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
199 start_time = 2018-06-05 14:41:44 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
200 end_time = 2018-06-05 14:41:47 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
201 total_minutes = 0.05 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
202 resfinder_db_dir = staramr/databases/data/dist/resfinder |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
203 resfinder_db_url = https://bitbucket.org/genomicepidemiology/resfinder_db.git |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
204 resfinder_db_commit = dc33e2f9ec2c420f99f77c5c33ae3faa79c999f2 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
205 resfinder_db_date = Tue, 20 Mar 2018 16:49 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
206 pointfinder_db_dir = staramr/databases/data/dist/pointfinder |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
207 pointfinder_db_url = https://bitbucket.org/genomicepidemiology/pointfinder_db.git |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
208 pointfinder_db_commit = ba65c4d175decdc841a0bef9f9be1c1589c0070a |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
209 pointfinder_db_date = Fri, 06 Apr 2018 09:02 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
210 pointfinder_gene_drug_version = 050218 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
211 resfinder_gene_drug_version = 050218 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
212 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
213 results.xlsx |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
214 ```````````` |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
215 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
216 An Excel spreadsheet containing the previous 4 files as separate worksheets. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
217 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
218 BLAST Hits |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
219 `````````` |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
220 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
221 The dataset collection **hits** stores fasta files of the specific blast hits. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
222 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
223 Galaxy wrapper written by Aaron Petkau at the National Microbiology Laboratory, Public Health Agency of Canada. |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
224 |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
225 .. _staramr: https://github.com/phac-nml/staramr |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
226 .. _ResFinder: https://bitbucket.org/genomicepidemiology/resfinder_db |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
227 .. _PointFinder: https://bitbucket.org/genomicepidemiology/pointfinder_db |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
228 .. _webservice: https://cge.cbs.dtu.dk/services/ResFinder/ |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
229 ]]></help> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
230 <citations> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
231 <citation type="bibtex"> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
232 @misc{githubstaramr, |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
233 author = {Petkau, Aaron}, |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
234 year = {2018}, |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
235 title = {staramr}, |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
236 publisher = {GitHub}, |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
237 journal = {GitHub repository}, |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
238 url = {https://github.com/phac-nml/staramr}, |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
239 }</citation> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
240 </citations> |
fef5aff062c7
planemo upload for repository https://github.com/phac-nml/staramr commit 8aafd6d7140b7d8aeb097c80fbb7632397ba5e64
nml
parents:
diff
changeset
|
241 </tool> |