Skip to content

Commit

Permalink
fixing logical error at TopicSummary rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Helen Yihua Kang committed Jun 17, 2023
1 parent de9a88a commit 7646338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/cNMF_pipeline.smk
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ rule TopicSummary:
--outdir {params.analysisdir} \
--K.val {wildcards.k} \
--density.thr {params.threshold} \
--perturbSeq {params.perturbSeq} '"
--perturbSeq {params.perturbseq} '"



Expand Down

0 comments on commit 7646338

Please sign in to comment.