Skip to content

Commit

Permalink
Fix: Rename file with lower-case character
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCode404 committed Nov 14, 2024
1 parent 6c7f5fe commit c2ba93e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tools/metams/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ repositories:
Part of the W4M project : http://workflow4metabolomics.org Plotting of preprocessing data by metaMS.
owner: workflow4metabolomics
include:
[*default-includes, metaMS_plot.xml, metaMS_plot.r]
metams_runGC:
[*default-includes, metams_plot.xml, metams_plot.r]
metams_run_gc:
description: '[Metabolomics][W4M][GC-MS] metaMS R Package - GC-MS data preprocessing using metaMS package'
long_description: |
Part of the W4M project: http://workflow4metabolomics.org
metaMS: https://www.bioconductor.org/packages/release/bioc/html/metaMS.html MS-based metabolomics data processing and compound annotation pipeline.
owner: yguitton
include:
[*default-includes, metams_runGC.xml, metams_runGC.r]
[*default-includes, metams_run_gc.xml, metams_run_gc.r]

suite:
name: suite_metams
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions tools/metams/metaMS_plot.xml → tools/metams/metams_plot.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="metams_plot" name="metaMS.plot" version="0.1.0+metams@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
<tool id="metams_plot" name="metams.plot" version="0.1.0+metams@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">

<description>GC-MS data preprocessing using metaMS package</description>

Expand All @@ -11,11 +11,11 @@
</expand>

<required_files>
<include type="literal" path="metaMS_plot.r"/>
<include type="literal" path="metams_plot.r"/>
</required_files>

<command detect_errors="exit_code"><![CDATA[
@COMMAND_RSCRIPT@/metaMS_plot.r
@COMMAND_RSCRIPT@/metams_plot.r
metaMS '$metaMS'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="metams_runGC" name="metaMS.runGC" version="0.1.0+metams@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
<tool id="metams_run_gc" name="metams.runGC" version="0.1.0+metams@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">

<description>GC-MS data preprocessing using metaMS package</description>

Expand All @@ -9,11 +9,11 @@
<expand macro="requirements"/>

<required_files>
<include type="literal" path="metaMS_runGC.r"/>
<include type="literal" path="metams_run_gc.r"/>
</required_files>

<command detect_errors="exit_code"><![CDATA[
@COMMAND_RSCRIPT@//metaMS_runGC.r
@COMMAND_RSCRIPT@//metams_run_gc.r
singlefile_galaxyPath '$input'
singlefile_sampleName '$input.name'
Expand Down

0 comments on commit c2ba93e

Please sign in to comment.