Skip to content

Commit

Permalink
debug condition rep
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Nov 26, 2023
1 parent 6b1682a commit 34b4404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/sample_quality_report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@
" replicate_label\n",
" ].values.tolist()\n",
" samples_include = ~bdata_filtered.samples[\"_rc\"].isin(rep_has_too_small_sample)\n",
"bdata_filtered = bdata_filtered[:, samples_include]\n",
"bdata_filtered.samples.pop(\"_rc\")"
" bdata_filtered.samples.pop(\"_rc\")\n",
"bdata_filtered = bdata_filtered[:, samples_include]"
]
},
{
Expand Down

0 comments on commit 34b4404

Please sign in to comment.