Skip to content

Commit

Permalink
rename the plot_test_mass_shifts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 7, 2024
1 parent 82289de commit 6d85e28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
# TODO
PipelineArtifact.CALIB_HEATMAP: [
"qc/plot_calibration_map.pdf",
# ->renamed into plot_test_mass_shifts.pdf
# "qc/plot_calibration_map_v2.pdf",
],
PipelineArtifact.DEBUG: [
"qc/plot_marker_presence_cv.pdf",
Expand Down
2 changes: 1 addition & 1 deletion src/depiction_targeted_preproc/workflow/rules/rules_qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ rule qc_plot_test_mass_shifts:
output:
pdf="{sample}/qc/plot_test_mass_shifts.pdf",
shell:
"python -m depiction_targeted_preproc.workflow.qc.plot_calibration_map_v2"
"python -m depiction_targeted_preproc.workflow.qc.plot_test_mass_shifts"
" --input-mass-shifts {input.mass_shifts}"
" --output-pdf {output.pdf}"

Expand Down

0 comments on commit 6d85e28

Please sign in to comment.