Mercurial > repos > iuc > hamronize_tool
diff hamronize_tool.xml @ 3:e13b801516dd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:27:18 +0000 |
parents | ec82fac4eb4b |
children | cbfa52c8f1ef |
line wrap: on
line diff
--- a/hamronize_tool.xml Fri Aug 05 12:58:22 2022 +0000 +++ b/hamronize_tool.xml Fri Feb 09 21:27:18 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements" /> <expand macro="version_command" /> @@ -58,50 +59,39 @@ <when value="amrfinderplus"> <expand macro="input_file_name"/> </when> - <when value="ariba"> <expand macro="input_file_name"/> <expand macro="reference_database_id"/> </when> - <when value="rgi"> <expand macro="input_file_name"/> </when> - <when value="resfinder4"> <expand macro="input_file_name"/> </when> - <when value="srax"> <expand macro="input_file_name"/> <expand macro="reference_database_id"/> </when> - <when value="deeparg"> <expand macro="input_file_name"/> </when> - <when value="kmerresistance"> <expand macro="input_file_name"/> </when> - <when value="srst2"> <expand macro="input_file_name"/> </when> - <when value="csstar"> <expand macro="input_file_name"/> <expand macro="reference_database_id"/> </when> - <when value="amrplusplus"> <expand macro="input_file_name"/> </when> - <when value="resfams"> <expand macro="input_file_name"/> </when> - <when value="groot"> <expand macro="input_file_name"/> <expand macro="reference_database_id"/> @@ -116,10 +106,10 @@ </inputs> <outputs> - <data format="tabular" name="output_tsv" label="${tool.name} on ${on_string}: Output" from_work_dir="hamronized.tsv"> + <data format="tabular" name="output_tsv" label="${tool.name} on ${on_string}: Table" from_work_dir="hamronized.tsv"> <filter>output_format == "tsv"</filter> </data> - <data format="json" name="output_json" label="${tool.name} on ${on_string}: Output" from_work_dir="hamronized.json"> + <data format="json" name="output_json" label="${tool.name} on ${on_string}: JSON" from_work_dir="hamronized.json"> <filter>output_format == "json"</filter> </data> </outputs> @@ -164,36 +154,32 @@ </test> </tests> <help><![CDATA[ - **What it does** - Hamronize parse multiple Antimicrobial Resistance Analysis Reports into a common data structure +**What it does** + +Hamronize parse multiple Antimicrobial Resistance Analysis Reports into a common data structure - **Inputs** - - :: +**Inputs** + +Depends on the tools with hAMRonizable reports: - Tools with hAMRonizable reports: - {abricate,amrfinderplus,ariba,rgi,resfinder,resfinder4,srax,deeparg,kmerresistance,srst2,staramr,csstar,amrplusplus,resfams,groot} - abricate hAMRonize abricate's output report i.e., OUTPUT.tsv - amrfinderplus hAMRonize amrfinderplus's output report i.e., OUTPUT.tsv - ariba hAMRonize ariba's output report i.e., OUTDIR/OUTPUT.tsv - rgi hAMRonize rgi's output report i.e., OUTPUT.txt or OUTPUT_bwtoutput.gene_mapping_data.txt - resfinder hAMRonize resfinder's output report i.e., data_resfinder.json - resfinder4 hAMRonize resfinder4's tabular output report i.e., ResFinder_results_tab.txt - srax hAMRonize srax's output report i.e., sraX_detected_ARGs.tsv - deeparg hAMRonize deeparg's output report i.e., OUTDIR/OUTPUT.mapping.ARG - kmerresistance hAMRonize kmerresistance's output report i.e., OUTPUT.KmerRes - srst2 hAMRonize srst2's output report i.e., OUTPUT_srst2_report.tsv - staramr hAMRonize staramr's output report i.e., resfinder.tsv - csstar hAMRonize csstar's output report i.e., OUTPUT.tsv - amrplusplus hAMRonize amrplusplus's output report i.e., gene.tsv - resfams hAMRonize resfams's output report i.e., resfams.tblout - groot hAMRonize groot's output report i.e., OUTPUT.tsv (from `groot report`) - +* abricate: abricate's output report i.e., OUTPUT.tsv +* amrfinderplus: amrfinderplus's output report i.e., OUTPUT.tsv +* ariba: ariba's output report i.e., OUTDIR/OUTPUT.tsv +* rgi: rgi's output report i.e., OUTPUT.txt or OUTPUT_bwtoutput.gene_mapping_data.txt +* resfinder: resfinder's output report i.e., data_resfinder.json +* resfinder4: resfinder4's tabular output report i.e., ResFinder_results_tab.txt +* srax: srax's output report i.e., sraX_detected_ARGs.tsv +* deeparg: deeparg's output report i.e., OUTDIR/OUTPUT.mapping.ARG +* kmerresistance: kmerresistance's output report i.e., OUTPUT.KmerRes +* srst2: srst2's output report i.e., OUTPUT_srst2_report.tsv +* staramr: staramr's output report i.e., resfinder.tsv +* csstar: csstar's output report i.e., OUTPUT.tsv +* amrplusplus: amrplusplus's output report i.e., gene.tsv +* resfams: resfams's output report i.e., resfams.tblout +* groot: groot's output report i.e., OUTPUT.tsv (from `groot report`) +More: https://github.com/pha4ge/hAMRonization/#usage - :: - - More: https://github.com/pha4ge/hAMRonization/#usage - - ]]> </help> +]]></help> + <expand macro="citations"/> </tool>