Mercurial > repos > recetox > waveica
changeset 8:bf32ae95a06f draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit 44e9371974b176490222f96d532df2421571cbaa
author | recetox |
---|---|
date | Tue, 06 Aug 2024 14:27:48 +0000 |
parents | 1a2aeb8137bf |
children | |
files | waveica.xml waveica_wrapper.R |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/waveica.xml Thu Jun 06 12:25:05 2024 +0000 +++ b/waveica.xml Tue Aug 06 14:27:48 2024 +0000 @@ -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>
--- a/waveica_wrapper.R Thu Jun 06 12:25:05 2024 +0000 +++ b/waveica_wrapper.R Tue Aug 06 14:27:48 2024 +0000 @@ -194,6 +194,7 @@ 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) }