Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jkgoya on github.
  • I am jkgoya (https://keybase.io/jkgoya) on keybase.
  • I have a public key whose fingerprint is E9CD 6843 BE61 FDB8 06F9 2109 F96F D8CF 9302 CF7D

To claim this, I am signing this object:

@jkgoya
jkgoya / Rbitrary.xml
Created September 15, 2012 00:23
Run arbitrary R scripts in Galaxy
<tool id="rbitrary" name="Rbitrary">
<description>Rbitrary</description>
<command>cat $Rscript | R --slave --args
## Inputs.
${first_input}
#for $input_file in $input_files:
${input_file.additional_input}
#end for