Skip to content

Commit

Permalink
some default config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jun 18, 2024
1 parent f2ce95c commit 766a158
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
],
PipelineArtifact.DEBUG: [
"qc/plot_marker_presence_cv.pdf",
"qc/plot_spectra_for_marker.pdf",
#"qc/plot_spectra_for_marker.pdf",
# "qc/plot_sample_spectra_before_after.pdf",
"qc/plot_peak_counts.pdf",
"cluster_default_kmeans.hdf5",
"cluster_default_stats_kmeans.csv",
"cluster_default_kmeans.png",
"cluster_default_hdbscan.png",
"qc/plot_marker_presence_mini.pdf",
#"qc/plot_marker_presence_mini.pdf",
],
}

Expand Down
11 changes: 7 additions & 4 deletions src/depiction_targeted_preproc/pipeline_config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ baseline_adjustment:
window_size: 3000
window_unit: ppm
peak_picker:
peak_picker_type: BasicInterpolated
min_prominence: 0.5
min_distance: 0.9
min_distance_unit: mz
peak_picker_type: MSPeakPicker
fit_type: quadratic
#peak_picker:
# peak_picker_type: BasicInterpolated
# min_prominence: 0.5
# min_distance: 0.9
# min_distance_unit: mz
calibration:
calibration_method: RegressShift
max_distance: 3000
Expand Down

0 comments on commit 766a158

Please sign in to comment.