Skip to content

Commit

Permalink
Merge branch 'master' into mfassignr-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Aug 7, 2024
2 parents 12a4128 + 44e9371 commit 19b171f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/waveica/waveica.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="waveica" name="WaveICA" version="@TOOL_VERSION@+galaxy7" profile="21.09">
<tool id="waveica" name="WaveICA" version="@TOOL_VERSION@+galaxy8" profile="21.09">
<description>removal of batch effects for untargeted metabolomics data</description>
<macros>
<import>macros.xml</import>
Expand Down
1 change: 1 addition & 0 deletions tools/waveica/waveica_wrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ enumerate_groups <- function(group) {
group[grepl("blank", tolower(group))] <- 0
group[grepl("sample", tolower(group))] <- 1
group[grepl("qc", tolower(group))] <- 2
group[grepl("standard", tolower(group))] <- 3

return(group)
}
Expand Down

0 comments on commit 19b171f

Please sign in to comment.