Skip to content

Commit

Permalink
v1.28.0+galaxy1 (Galaxy tool fixes for purityX and purityA) - doc upd…
Browse files Browse the repository at this point in the history
…ate (#58)

* Filename fix for purityA output

* Fix for purityX xset object read

* Update pr.yaml

* Update pr.yaml - version bump for upload artifact

* Update pr.yaml artifact version bump

* Update filterFragSpectra.R - update filenames - ensure as character

* Update filterFragSpectra.R - revert - not required

* Update pr.yaml - version bump actions

* Update purityX.xml - update xml wrapper to remove ref to xcms object name

* clean up

* version bump and doc update
  • Loading branch information
Tomnl authored Sep 13, 2024
1 parent f10386d commit 94f7462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/msPurity/macros.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">1.28.0</token>
<token name="@GALAXY_TOOL_VERSION@">0</token>
<token name="@GALAXY_TOOL_VERSION@">1</token>

<xml name="requirements">
<requirements>
Expand Down
8 changes: 4 additions & 4 deletions tools/msPurity/purityX.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
<expand macro="camera_xcms" />

<param argument="--raw_rt_columns" type="boolean" label="Has the raw retention time been tracked within the peaks?"
help="Only applicable when using retention time correction with obiwarp. When obiwarp is used
the retention time correction tracking is slightly different to the other correction methods. To ensure
correct tracking with obiwarp an additional tool (track_rt_raw) should be performed prior to
any retention time correction."/>
help="[Deprecated] No longer applicable. Previously when obiwarp was used
the retention time correction tracking was slightly different to the other correction methods. To ensure
correct tracking with obiwarp an additional tool (track_rt_raw) was performed prior to
any retention time correction - and this was then checked when this flag was turned on"/>

<expand macro="fileload" />

Expand Down

0 comments on commit 94f7462

Please sign in to comment.