# HG changeset patch # User iuc # Date 1628594998 0 # Node ID e8405163fb4e5a5a43c159e6e2ecd2f3bc7dbc0b # Parent cedd631dc1242fb25e798318606223e381c3722e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mykrobe commit 2b9fb5d1f0ffb7ecd51561d3e325813c4f8e7f3e" diff -r cedd631dc124 -r e8405163fb4e macro.xml --- a/macro.xml Thu Jan 02 12:03:50 2020 -0500 +++ b/macro.xml Tue Aug 10 11:29:58 2021 +0000 @@ -1,40 +1,14 @@ + 0.10.0 - mykrobe + mykrobe @@ -97,14 +71,14 @@ - + - - + + - + diff -r cedd631dc124 -r e8405163fb4e mykrobe_predict.xml --- a/mykrobe_predict.xml Thu Jan 02 12:03:50 2020 -0500 +++ b/mykrobe_predict.xml Tue Aug 10 11:29:58 2021 +0000 @@ -1,4 +1,4 @@ - + Antibiotic resistance predictions macro.xml @@ -9,19 +9,9 @@ @select_inputs@ mykrobe predict - '${name}' - ${select_species.species} - - #if $select_species.panel == 'custom': - #if $adv.custom_probe: - --custom_probe_set_path '${adv.custom_probe}' - #end if - #if $adv.custom_variant_to_resistance: - --custom_variant_to_resistance_json '${adv.custom_variant_to_resistance}' - #end if - #elif $select_species.panel: - --panel '${select_species.panel}' - #end if + --sample '${name}' + --species ${select_species.species} + --panel '${select_species.panel}' #if $conf_percent_cutoff: --conf_percent_cutoff '${conf_percent_cutoff}' @@ -36,12 +26,14 @@ -q -t "\${GALAXY_SLOTS:-1}" - -1 - #if $type == 'fastq': - *.fastq - #else - *.bam - #end if + --seq + #if $data_type.type == "single": + $data_type.seq1 + #elif $data_type.type == "paired": + $data_type.seq1 $data_type.seq2 + #elif $data_type.type == "collection": + $data_type.collection1.forward $data_type.collection1.reverse + #end if --format '${format}' @@ -54,25 +46,27 @@ + - - + + - + + - - + + + + + + -
- - -
@@ -93,7 +87,7 @@ - + @@ -103,6 +97,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @ATTRIBUTION@ diff -r cedd631dc124 -r e8405163fb4e test-data/reads.fastq.gz Binary file test-data/reads.fastq.gz has changed