Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated recetox-aplcms to 0.13.3 #584

Merged
merged 4 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/recetox_aplcms/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">0.13.2</token>
<token name="@TOOL_VERSION@">0.13.3</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">r-recetox-aplcms</requirement>
Expand Down Expand Up @@ -66,7 +66,7 @@
The recommended value is the machine's nominal accuracy level (e.g. for FTMS, it is 10)." />
<param name="baseline_correct" type="float" value="0" label="Baseline correction [unit of signal intensity]"
help="After grouping the observations, the highest intensity in each group is found. If the highest is lower than this value, the entire group will be deleted." />
<param name="grouping_threshold" type="float" min="0" value="Inf" label="Grouping Threshold [unit corresponds to the retention time]"
<param name="grouping_threshold" type="float" min="0" value="10" label="Grouping Threshold [unit corresponds to the retention time]"
help="Maximum empty space between section of the chromatogram for splitting EICs" />
<param name="intensity_weighted" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Weight intensity"
help="Whether to weight the local density by signal intensities in initial peak detection." />
Expand Down
Binary file modified tools/recetox_aplcms/test-data/peak_table_galaxy.parquet
Binary file not shown.
Binary file modified tools/recetox_aplcms/test-data/remove_noise_docker.parquet
Binary file not shown.
Binary file not shown.