Skip to content

Commit

Permalink
Merge pull request #605 from RECETOX/hechth/issue604
Browse files Browse the repository at this point in the history
rcx-aplcms version 0.13.4
  • Loading branch information
hechth authored Oct 31, 2024
2 parents 8c76667 + c52dfae commit 5da5b5e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.3</token>
<token name="@TOOL_VERSION@">0.13.4</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">r-recetox-aplcms</requirement>
Expand Down
2 changes: 1 addition & 1 deletion tools/recetox_aplcms/recetox_aplcms_correct_time.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="recetox_aplcms_correct_time" name="recetox-aplcms - correct time" version="@TOOL_VERSION@+galaxy2" profile="21.09">
<tool id="recetox_aplcms_correct_time" name="recetox-aplcms - correct time" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>correct retention time across samples for peak alignment</description>
<macros>
<import>macros.xml</import>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
</outputs>

<tests>
<test expect_failure="true" />
<test>
<param name="profile" value="remove_noise_docker.parquet" />
<output name="output_file" file="peak_table_galaxy.parquet" />
Expand Down
2 changes: 1 addition & 1 deletion tools/recetox_aplcms/recetox_aplcms_remove_noise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
intensity_weighted = $intensity_weighted,
do.plot = FALSE,
cache = FALSE,
grouping_threshold = as.numeric('$grouping_threshold')
grouping_threshold = $grouping_threshold
)
profile <- save_sample_name(profile, sample_name)
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.

0 comments on commit 5da5b5e

Please sign in to comment.