Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 14, 2024
1 parent f2b6f10 commit 769a90a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/depiction_targeted_preproc/workflow/rules/rules_qc.smk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# TODO some of these might be more relevant if only using `calibration.csv`, i.e. excluding standards


rule qc_table_marker_surroundings_baseline:
input:
imzml=multiext("{sample}/processed", ".imzML", ".ibd"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rule vis_images:
input:
imzml=multiext("{sample}/calibrated", ".imzML", ".ibd"),
config="{sample}/pipeline_params.yml",
mass_list="{sample}/panels/full.csv",
mass_list="{sample}/panels/full_visualize.csv",
output:
hdf5="{sample}/images_default.hdf5",
# TODO how can i pass n-jobs nicely here
Expand Down

0 comments on commit 769a90a

Please sign in to comment.