Skip to content

Commit

Permalink
Update get_total_reads_from_demux.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Apr 16, 2024
1 parent cc2e1a4 commit 1ec9c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_total_reads_from_demux.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def by_project_location(project_directory):
sequencer_and_run_prefix = "_".join(sequencer_and_run.split("_")[0:3])
sequencer = sequencer_and_run.split("_")[0]
stats_done_dir = STATS_DONE_DIR_PREFIX + sequencer + "/"
demux_report_file = project_directory + "/Reports/Demultiplex_Stats.csv"
demux_report_file = "/igo/staging/FASTQ/" + sequencer_and_run + "/Reports/Demultiplex_Stats.csv"

total_reads_dict = get_total_reads(sample_list, demux_report_file)
for sample in sample_list:
Expand Down

0 comments on commit 1ec9c3b

Please sign in to comment.