Skip to content

Commit

Permalink
Update test_scripts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Feb 29, 2024
1 parent ffc9fa3 commit cfb6100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def testCellranger_get_sequencer_runID():

def testGettotalreads():
sample_list = ["PDX_WD0010_P1_1845_IGO_12754_E_1", "PDX_WD0010_P1_1850_IGO_12754_E_2"]
total_reads_dict = scripts.get_total_reads_from_demux.get_total_reads(sample_list, "test/Demultiplex_Stats.csv")
total_reads_dict = scripts.get_total_reads_from_demux.get_total_reads(sample_list, "/home/runner/work/igo-demux/igo-demux/test/Demultiplex_Stats.csv")
print(total_reads_dict)
assert(total_reads_dict["PDX_WD0010_P1_1845_IGO_12754_E_1"] == 770373032)
assert(total_reads_dict["PDX_WD0010_P1_1850_IGO_12754_E_2"] == 602357556)
Expand Down

0 comments on commit cfb6100

Please sign in to comment.