Skip to content

Commit

Permalink
Apply suggestions from bgruening's code review
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
pcm32 and bgruening authored Aug 15, 2024
1 parent e08e339 commit 528b03e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tools/tertiary-analysis/pyscenic/pyscenic_aucell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,9 +36,7 @@
#if $gene_attribute
--gene_attribute "${gene_attribute}"
#end if
#if $sparse
--sparse
#end if
$sparse
&& mv aucell.tsv "${output}"
]]></command>
Expand All @@ -54,7 +52,7 @@
<param name="nes_threshold" type="float" label="NES Threshold" help="The Normalized Enrichment Score (NES) threshold for finding enriched features (default: 3.0)." optional="true" />
<param name="cell_id_attribute" type="text" label="Cell ID Attribute" help="The name of the column attribute that specifies the identifiers of the cells in the loom file." optional="true" />
<param name="gene_attribute" type="text" label="Gene Attribute" help="The name of the row attribute that specifies the gene symbols in the loom file." optional="true" />
<param name="sparse" type="boolean" label="Sparse Matrix" help="If set, load the expression data as a sparse matrix. Currently applies to the grn inference step only." optional="true" />
<param name="sparse" type="boolean" label="Sparse Matrix" truevalue="--sparse" falsevalue="" help="If set, load the expression data as a sparse matrix. Currently applies to the grn inference step only." optional="true" />
</inputs>

<outputs>
Expand Down

0 comments on commit 528b03e

Please sign in to comment.