Skip to content

Commit

Permalink
Update demux_run_dag.py
Browse files Browse the repository at this point in the history
changing back to original
  • Loading branch information
darrelln32 committed Oct 3, 2023
1 parent 22ccd72 commit c2bf2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demux_run_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def stats(ds, **kwargs):
for project in sample_sheet.project_set: # such as: Project_09443_CT from the "Sample_Project" column
fastq_project_dir = output_directory + "/" + project + "/"
chip_number = get_dlp_chip(sample_sheet, project)
output_yaml = fastq_project_dir + str(chip_number) + "_metadata.yaml"
output_yaml = fastq_project_dir + chip_number + "_metadata.yaml"
if "FAUCI" in sequencer_and_run:
python_cmd = "python scripts/yaml/generate_metadata.py " + fastq_project_dir + " " + sample_sheet_path + " " + stats + " " + run_info + " " + project + " " + output_yaml
else:
Expand Down

0 comments on commit c2bf2b8

Please sign in to comment.