Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Oct 31, 2022
1 parent e2f3006 commit 125ce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/cellranger/cellranger_workflow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ task generate_count_config {
if n_ref == 0:
foo3.write('null\tnull\n')
if n_probeset == 0:
fo_s2probeset('null\tnull\n')
fo_s2probeset.write('null\tnull\n')
if n_chem == 0:
foo4.write('null\tnull\n')
if n_fbf == 0:
Expand Down

0 comments on commit 125ce2b

Please sign in to comment.