Mercurial > repos > nate > nate_ec2
diff test.xml @ 2:4c9b9454b80e draft default tip
Uploaded
author | nate |
---|---|
date | Fri, 01 Jun 2012 05:52:23 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test.xml Fri Jun 01 05:52:23 2012 -0400 @@ -0,0 +1,9 @@ +<tool id="nate_ec2_test" name="Nate EC2 Test" version="1.0.0"> + <command interpreter="bash">test.sh</command> + <inputs> + <param format="txt" name="input" type="data" label="in"/> + </inputs> + <outputs> + <data format="tabular" name="out" /> + </outputs> +</tool>