Skip to content

Commit

Permalink
Update pseudo_pool.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
geparada authored Nov 19, 2020
1 parent e79a7e5 commit 98831b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/pseudo_pool.smk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for cluster, files in cluster_files.items():

for pool in partition(files, n_sb):
cluster_files_pb[(cluster, sb)] = pool
sb_IDs.add(cluster + "_" + str(sb))
sb_IDs.add(cluster + "_" + str(sb))
sb += 1

rule get_pseudo_bulk_membership:
Expand Down

0 comments on commit 98831b6

Please sign in to comment.