# HG changeset patch # User ebi-gxa # Date 1633525814 0 # Node ID a57c0538e56bb7145dc956972aae5aa8f0f355c0 # Parent e2f004c3b2b3bd4eaf53a436212ea3a802065eab "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 8724e7a15bd07ee890908acc22efb826052f2ef6-dirty" diff -r e2f004c3b2b3 -r a57c0538e56b scanpy-find-markers.xml --- a/scanpy-find-markers.xml Tue Sep 28 17:44:18 2021 +0000 +++ b/scanpy-find-markers.xml Wed Oct 06 13:10:14 2021 +0000 @@ -1,5 +1,5 @@ - + to find differentially expressed genes between groups scanpy_macros2.xml @@ -32,7 +32,9 @@ --groups '${settings.groups}' #end if --reference '${settings.reference}' - --filter-params 'min_in_group_fraction:${settings.min_in_group_fraction},max_out_group_fraction:${settings.max_out_group_fraction},min_fold_change:${settings.min_fold_change}' + #if $settings.filter.default == "false" + --filter-params 'min_in_group_fraction:${settings.filter.min_in_group_fraction},max_out_group_fraction:${settings.filter.max_out_group_fraction},min_fold_change:${settings.filter.min_fold_change}' + #end if $settings.pts $settings.tie_correct #end if @INPUT_OPTS@ @@ -65,12 +67,18 @@ label="Rank by absolute value of the scores instead of the scores"/> - - - + + + + + + + + +