|
18
|
1 <macros>
|
|
|
2 <xml name="viral_samples">
|
|
|
3 <repeat name="rep_study" title="Study" min="1">
|
|
|
4 <param name="study_title" type="text" optional="False" label="Please provide a short descriptive title for the study"/>
|
|
|
5 <param name="study_abstract" type="text" optional="True" label="Please provide an abstract to describe the study in detail"/>
|
|
|
6 <param name="study_type" type="select" label="Please select the type of study">
|
|
|
7 <options from_data_table="study_type">
|
|
|
8 <column name="value" index="0"/>
|
|
|
9 </options>
|
|
|
10 </param>
|
|
|
11 <param name="study_pubmed_id" type="text" optional="True" value="" label="Please provide the PubMed id if exists (or leave it blank)"/>
|
|
|
12 <repeat name="rep_sample" title="Samples associated with this study" min="1" >
|
|
|
13 <param name="sample_title" type="text" label="Sample title"/>
|
|
|
14 <param name="sample_description" type="text" help="e.g: liver cells" label="Describe the type of sample"/>
|
|
|
15 <param name="scientific_name" type="text" label="Enter the species of the sample" help="e.g Severe acute respiratory syndrome coronavirus 2"/>
|
|
|
16 <param name="tax_id" type="text" label="Enter the taxonomic ID corresponding to the sample species" />
|
|
|
17 <param name="collection_date" type="text" label="Collection date" optional="True" help="options are: YYYY, YYYY/MM, YYYY/MM/DD, not collected, restricted access or leave blank">
|
|
|
18 <validator type="regex" message="Data format is not valid">(^[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?(/[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?)?$)|(^not colected$)|(^not provided$)|(^restricted access$)</validator>
|
|
|
19 </param>
|
|
|
20 <param name="geo_location_country" type="select" label="Select the country where the sample was obtained">
|
|
|
21 <options from_data_table="geographic_location_1">
|
|
|
22 <column name="value" index="0"/>
|
|
|
23 </options>
|
|
|
24 </param>
|
|
|
25 <param name="host_common_name" type="text" label="Host common name" help="e.g human"/>
|
|
|
26 <param name="host_subject_id" type="text" label="Host subject id"/>
|
|
|
27 <param name="host_health_state" type="select" label="Host health state">
|
|
|
28 <options from_data_table="host_health_state_1">
|
|
|
29 <column name="value" index="0"/>
|
|
|
30 </options>
|
|
|
31 </param>
|
|
|
32 <param name="host_sex" type="select" label="Host sex">
|
|
|
33 <options from_data_table="host_sex_1">
|
|
|
34 <column name="value" index="0"/>
|
|
|
35 </options>
|
|
|
36 </param>
|
|
|
37 <param name="host_scientific_name" type="text" label="Host scientific name" help="e.g Homo sapiens"/>
|
|
|
38 <param name="collector_name" type="text" label="Collector name" help="Leave blank if unknown"/>
|
|
|
39 <param name="collecting_institution" type="text" label="Collecting institution"/>
|
|
|
40 <param name="isolate" type="text" label="Isolate"/>
|
|
|
41 <repeat name="rep_experiment" title="Sequencing experiments performed with this sample" min="1" >
|
|
|
42 <param name="experiment_title" type="text" label="Specify an experiment title" />
|
|
|
43 <param name="experiment_design" type="text" label="Describe the experiment design" />
|
|
|
44 <param name="library_strategy" type="select" label="Library strategy" help="The library strategy specifies the sequencing technique intended for this library">
|
|
|
45 <options from_data_table="library_strategy">
|
|
|
46 <column name="value" index="0"/>
|
|
|
47 </options>
|
|
|
48 </param>
|
|
|
49 <param name="library_source" type="select" label="Select library source" help="The library source specifies the type of source material that is being sequenced">
|
|
|
50 <options from_data_table="library_source">
|
|
|
51 <column name="value" index="0"/>
|
|
|
52 </options>
|
|
|
53 </param>
|
|
|
54 <param name="library_selection" type="select" label="Library selection" help="The library selection specifies whether any method was used to select for or against, enrich, or screen the material being sequenced">
|
|
|
55 <options from_data_table="library_selection">
|
|
|
56 <column name="value" index="0"/>
|
|
|
57 </options>
|
|
|
58 </param>
|
|
|
59 <param name="library_layout" type="select" label="Library layout">
|
|
|
60 <options from_data_table="library_layout">
|
|
|
61 <column name="value" index="0"/>
|
|
|
62 </options>
|
|
|
63 </param>
|
|
|
64 <param name="insert_size" type="integer" value="0" label="Specify the insert size"/>
|
|
|
65 <param name="library_construction_protocol" type="text" label="Please describe the library construction protocol"/>
|
|
|
66 <param name="platform" type="select" label="Select the sequencing platform used">
|
|
|
67 <option value="LS454">LS454</option>
|
|
|
68 <option value="ILLUMINA">Illumina</option>
|
|
|
69 <option value="HELICOS">Helicos</option>
|
|
|
70 <option value="ABI_SOLID">ABI Solid</option>
|
|
|
71 <option value="COMPLETE_GENOMICS">Complete Genomics</option>
|
|
|
72 <option value="BGISEQ">BGI Seq</option>
|
|
|
73 <option value="OXFORD_NANOPORE">Oxford Nanopore</option>
|
|
|
74 <option value="PACBIO_SMRT">PacBio</option>
|
|
|
75 <option value="ION_TORRENT">Ion Torrent</option>
|
|
|
76 <option value="CAPILLARY">Capillary sequencing</option>
|
|
|
77 </param>
|
|
|
78 <param name="instrument_model" type="select" label="Instrument model">
|
|
|
79 <options from_data_table="instrument_model">
|
|
|
80 <column name="value" index="0"/>
|
|
|
81 </options>
|
|
|
82 </param>
|
|
|
83 <repeat name="rep_runs" title="Runs executed within this experiment" min="1" >
|
|
|
84 <param name="upload_files" type="data" format="fastqsanger.gz,fastqsanger.bz2,fastq.gz,fastq.bz" multiple="true" label="File(s) associated with this run"/>
|
|
|
85 </repeat>
|
|
|
86 </repeat>
|
|
|
87 </repeat>
|
|
|
88 </repeat>
|
|
|
89 </xml>
|
|
|
90 <xml name="nonviral_samples">
|
|
|
91 <repeat name="rep_study" title="Study" min="1">
|
|
|
92 <param name="study_title" type="text" optional="False" label="Please provide a short descriptive title for the study"/>
|
|
|
93 <param name="study_abstract" type="text" optional="True" label="Please provide an abstract to describe the study in detail"/>
|
|
|
94 <param name="study_type" type="select" label="Please select the type of study">
|
|
|
95 <options from_data_table="study_type">
|
|
|
96 <column name="value" index="0"/>
|
|
|
97 </options>
|
|
|
98 </param>
|
|
|
99 <param name="study_pubmed_id" type="text" optional="True" value="" label="Please provide the PubMed id if exists (or leave it blank)"/>
|
|
|
100 <repeat name="rep_sample" title="Samples associated with this study" min="1" >
|
|
|
101 <param name="sample_title" type="text" label="Sample title"/>
|
|
|
102 <param name="sample_description" type="text" help="e.g: liver cells" label="Describe the type of sample"/>
|
|
|
103 <param name="scientific_name" type="text" label="Enter the species of the sample" help="e.g Severe acute respiratory syndrome coronavirus 2"/>
|
|
|
104 <param name="tax_id" type="text" label="Enter the taxonomic ID corresponding to the sample species" />
|
|
|
105 <repeat name="rep_experiment" title="Sequencing experiments performed with this sample" min="1" >
|
|
|
106 <param name="experiment_title" type="text" label="Specify an experiment title" />
|
|
|
107 <param name="experiment_design" type="text" label="Describe the experiment design" />
|
|
|
108 <param name="library_strategy" type="select" label="Library strategy" help="The library strategy specifies the sequencing technique intended for this library">
|
|
|
109 <options from_data_table="library_strategy">
|
|
|
110 <column name="value" index="0"/>
|
|
|
111 </options>
|
|
|
112 </param>
|
|
|
113 <param name="library_source" type="select" label="Select library source" help="The library source specifies the type of source material that is being sequenced">
|
|
|
114 <options from_data_table="library_source">
|
|
|
115 <column name="value" index="0"/>
|
|
|
116 </options>
|
|
|
117 </param>
|
|
|
118 <param name="library_selection" type="select" label="Library selection" help="The library selection specifies whether any method was used to select for or against, enrich, or screen the material being sequenced">
|
|
|
119 <options from_data_table="library_selection">
|
|
|
120 <column name="value" index="0"/>
|
|
|
121 </options>
|
|
|
122 </param>
|
|
|
123 <param name="library_layout" type="select" label="Library layout">
|
|
|
124 <options from_data_table="library_layout">
|
|
|
125 <column name="value" index="0"/>
|
|
|
126 </options>
|
|
|
127 </param>
|
|
|
128 <param name="insert_size" type="integer" value="0" label="Specify the insert size"/>
|
|
|
129 <param name="library_construction_protocol" type="text" label="Please describe the library construction protocol"/>
|
|
|
130 <param name="platform" type="select" label="Select the sequencing platform used">
|
|
|
131 <option value="LS454">LS454</option>
|
|
|
132 <option value="ILLUMINA">Illumina</option>
|
|
|
133 <option value="HELICOS">Helicos</option>
|
|
|
134 <option value="ABI_SOLID">ABI Solid</option>
|
|
|
135 <option value="COMPLETE_GENOMICS">Complete Genomics</option>
|
|
|
136 <option value="BGISEQ">BGI Seq</option>
|
|
|
137 <option value="OXFORD_NANOPORE">Oxford Nanopore</option>
|
|
|
138 <option value="PACBIO_SMRT">PacBio</option>
|
|
|
139 <option value="ION_TORRENT">Ion Torrent</option>
|
|
|
140 <option value="CAPILLARY">Capillary sequencing</option>
|
|
|
141 </param>
|
|
|
142 <param name="instrument_model" type="select" label="Instrument model">
|
|
|
143 <options from_data_table="instrument_model">
|
|
|
144 <column name="value" index="0"/>
|
|
|
145 </options>
|
|
|
146 </param>
|
|
|
147 <repeat name="rep_runs" title="Runs executed within this experiment" min="1" >
|
|
|
148 <param name="upload_files" type="data" format="fastqsanger.gz,fastqsanger.bz2,fastq.gz,fastq.bz" multiple="true" label="File(s) associated with this run"/>
|
|
|
149 </repeat>
|
|
|
150 </repeat>
|
|
|
151 </repeat>
|
|
|
152 </repeat>
|
|
|
153 </xml>
|
|
|
154 </macros>
|