fix run_model call so that it works with non-default options as well.
[sgn.git] / mason / tools / genefamily / submit.mas
blobdfb73359a0f08bd9d67463d17a6226b5927fb139
2 <%doc>
4 </%doc>
6 <h1>Submit a Genefamily</h1>
8 <form>
9 <table>
10 <tr><td>Name:</td><td> <input name="gfname" size="20" /></td></tr>
11 <tr><td>Description</td><td><input name="gfdesc" size="80" /></td></tr>
12 <tr><td>Members:</td><td><textarea cols="30" rows="10" /></textarea></td></tr>
13 <tr><td colspan="2"><input type="submit" value="submit genefamily" /></td></tr>
14 </table>
15 </form>