Skip to content

Instantly share code, notes, and snippets.

View dgrtwo's full-sized avatar

David Robinson dgrtwo

View GitHub Profile
@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