Skip to content

Commit

Permalink
Update test_SampleSheet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu authored Feb 29, 2024
1 parent 9951110 commit 1efc786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_SampleSheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest

def test_mixed_10X_barcodes():
x = SampleSheet("igo-demux/test/MICHELLE_0543_10X_MIXED.csv")
x = SampleSheet("/home/runner/work/igo-demux/igo-demux/test/MICHELLE_0543_10X_MIXED.csv")
ss_list = x.split_sample_sheet()

if "OverrideCycles" in ss_list[1].df_ss_header.astype(str):
Expand Down

0 comments on commit 1efc786

Please sign in to comment.