From 528b03ed3c31a6de433f0bb0614f6ac0eccf7292 Mon Sep 17 00:00:00 2001 From: Pablo Moreno Date: Thu, 15 Aug 2024 17:30:32 +0100 Subject: [PATCH] Apply suggestions from bgruening's code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Björn Grüning --- tools/tertiary-analysis/pyscenic/pyscenic_aucell.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tools/tertiary-analysis/pyscenic/pyscenic_aucell.xml b/tools/tertiary-analysis/pyscenic/pyscenic_aucell.xml index 8ea7992a..48e00c9c 100644 --- a/tools/tertiary-analysis/pyscenic/pyscenic_aucell.xml +++ b/tools/tertiary-analysis/pyscenic/pyscenic_aucell.xml @@ -17,11 +17,11 @@ #if $weights -w #end if - --num_workers \${GALAXY_SLOTS:-1} + --num_workers \${GALAXY_SLOTS:-1} #if $seed --seed "${seed}" #end if - #if $rank_threshold + #if str($rank_threshold): --rank_threshold "${rank_threshold}" #end if #if $auc_threshold @@ -36,9 +36,7 @@ #if $gene_attribute --gene_attribute "${gene_attribute}" #end if - #if $sparse - --sparse - #end if + $sparse && mv aucell.tsv "${output}" ]]> @@ -54,7 +52,7 @@ - +