Previous changeset 32:8a7a42541080 (2021-12-01) Next changeset 34:a7c9782130e8 (2022-02-21) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/freebayes commit a89c26123a658a71af5a0a66245b977384ab8867" |
modified:
freebayes.xml |
b |
diff -r 8a7a42541080 -r 04fa42777df9 freebayes.xml --- a/freebayes.xml Wed Dec 01 21:50:06 2021 +0000 +++ b/freebayes.xml Fri Dec 03 22:27:40 2021 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="freebayes" name="FreeBayes" version="@TOOL_VERSION@+galaxy0"> +<tool id="freebayes" name="FreeBayes" version="@TOOL_VERSION@+galaxy1"> <description>bayesian genetic variant detector</description> <xrefs> <xref type="bio.tools">freebayes</xref> @@ -181,7 +181,7 @@ ##INPUT FILTERS #if str( $options_type.input_filters.input_filters_selector ) == "set": - $standard_filters + ${options_type.input_filters.standard_filters} ${options_type.input_filters.use_duplicate_reads} --min-mapping-quality ${options_type.input_filters.min_mapping_quality} --min-base-quality ${options_type.input_filters.min_base_quality} |