format of csv for creating forms in Galaxy LIMS
Hi, When making a csv file to create a form from in Galaxy LIMS, you list (from left to right separated by comma): 1.Field Name 2.Field Description 3. ?? 4.Whether the field is required (optional/required) 5.Field Type (TextField, SelectField, etc) 6.Values for SelectField 7.Sample Form Grid level 8.Default Field Value Example: Species,,TRUE,optional,SelectField,"Atropa belladonna, ...",Sample Description, My question is: What is the 3rd comma separated value on the line used for? In the example what does the value TRUE represent? Thanks, Natalie
The third field specifies if you want the field to be visible. That is why it is generally set to True. rc On Sep 23, 2010, at 4:48 PM, nsfox@uwaterloo.ca wrote:
Hi,
When making a csv file to create a form from in Galaxy LIMS, you list (from left to right separated by comma):
1.Field Name 2.Field Description 3. ?? 4.Whether the field is required (optional/required) 5.Field Type (TextField, SelectField, etc) 6.Values for SelectField 7.Sample Form Grid level 8.Default Field Value
Example: Species,,TRUE,optional,SelectField,"Atropa belladonna, ...",Sample Description,
My question is: What is the 3rd comma separated value on the line used for? In the example what does the value TRUE represent?
Thanks, Natalie
_______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev
participants (2)
-
nsfox@uwaterloo.ca
-
Ramkrishna Chakrabarty