Skip to content

Commit

Permalink
updated command section
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Aug 9, 2024
1 parent 2dbdd36 commit 828c48d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tools/mfassignr/mfassignr_histnoise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<expand macro="creator" />
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Rscript -e 'source("${run_script}")'
Rscript '${run_script}'
]]></command>
<configfiles>
<configfile name="run_script"><![CDATA[
Expand Down
3 changes: 1 addition & 2 deletions tools/mfassignr/mfassignr_isofiltr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Rscript
-e 'source("${mfassignr_isofiltr}")'
Rscript '${run_script}'
]]>
</command>
<configfiles>
Expand Down
2 changes: 1 addition & 1 deletion tools/mfassignr/mfassignr_kmdnoise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<expand macro="creator" />
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Rscript -e 'source("${run_script}")'
Rscript '${run_script}'
]]></command>
<configfiles>
<configfile name="run_script"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/mfassignr/mfassignr_mfassign.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<expand macro="creator" />
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Rscript -e 'source("${run_script}")'
Rscript '${run_script}'
]]></command>
<configfiles>
<configfile name="run_script"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/mfassignr/mfassignr_mfassignCHO.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<expand macro="creator" />
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Rscript -e 'source("${run_script}")'
Rscript '${run_script}'
]]></command>
<configfiles>
<configfile name="run_script"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/mfassignr/mfassignr_recal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<expand macro="creator" />
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Rscript -e 'source("${run_script}")'
Rscript '${run_script}'
]]></command>
<configfiles>
<configfile name="run_script"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/mfassignr/mfassignr_recallist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<expand macro="creator" />
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Rscript -e 'source("${run_script}")'
Rscript '${run_script}'
]]></command>
<configfiles>
<configfile name="run_script"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/mfassignr/mfassignr_snplot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<expand macro="creator"/>
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Rscript -e 'source("${run_script}")'
Rscript '${run_script}'
]]></command>
<configfiles>
<configfile name="run_script"><![CDATA[
Expand Down

0 comments on commit 828c48d

Please sign in to comment.