Skip to content

Commit

Permalink
fix: try with no single string in command rscript
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCode404 committed Nov 14, 2024
1 parent 5274459 commit 16ec8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/metams/metams_plot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</required_files>

<command detect_errors="exit_code"><![CDATA[
'@COMMAND_RSCRIPT@/metams_plot.r'
@COMMAND_RSCRIPT@/metams_plot.r
metaMS '$metaMS'
Expand Down
2 changes: 1 addition & 1 deletion tools/metams/metams_run_gc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</required_files>

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

0 comments on commit 16ec8dd

Please sign in to comment.