|
124 | 124 | <td>External source of DNA reference sequences </td> |
125 | 125 | <td><div id="sequencesQueryDiv"></div></td> |
126 | 126 | <td> |
127 | | - <%=link("configure").href("#").onClick("chooseView('Choose DNA reference sequences query', 'Select a query that represents an external source of DNA reference sequences. This query will be used periodically to replace the reference sequences that link to results.', '" + GenotypingFolderSettings.SEPARATOR + "', function(query){updateSequencesQuery(query);}, queries['sequencesQuery'], includeSchema);return false;")%> |
| 127 | + <%=link("configure", "#").onClick("chooseView('Choose DNA reference sequences query', 'Select a query that represents an external source of DNA reference sequences. This query will be used periodically to replace the reference sequences that link to results.', '" + GenotypingFolderSettings.SEPARATOR + "', function(query){updateSequencesQuery(query);}, queries['sequencesQuery'], includeSchema);return false;")%> |
128 | 128 | <input type="hidden" name="sequencesQuery" id="sequencesQuery"> |
129 | 129 | </td> |
130 | 130 | </tr> |
131 | 131 | <tr> |
132 | 132 | <td>Runs</td> |
133 | 133 | <td><div id="runsQueryDiv"></div></td> |
134 | 134 | <td> |
135 | | - <%=link("configure").href("#").onClick("chooseView('Choose runs query', 'Select a query where runs are stored.', '" + GenotypingFolderSettings.SEPARATOR + "', function(query){updateRunsQuery(query);}, queries['runsQuery'], includeSchema);return false;")%> |
| 135 | + <%=link("configure", "#").onClick("chooseView('Choose runs query', 'Select a query where runs are stored.', '" + GenotypingFolderSettings.SEPARATOR + "', function(query){updateRunsQuery(query);}, queries['runsQuery'], includeSchema);return false;")%> |
136 | 136 | <input type="hidden" name="runsQuery" id="runsQuery"> |
137 | 137 | </td> |
138 | 138 | </tr> |
139 | 139 | <tr> |
140 | 140 | <td>Samples</td> |
141 | 141 | <td><div id="samplesQueryDiv"></div></td> |
142 | 142 | <td> |
143 | | - <%=link("configure").href("#").onClick("chooseView('Choose samples query', 'Select a query that provides a list of samples. This query is filtered by the library number specified in the run to produce the sample.txt file.', '" + GenotypingFolderSettings.SEPARATOR + "', function(query){updateSamplesQuery(query);}, queries['samplesQuery'], includeSchema);return false;")%> |
| 143 | + <%=link("configure", "#").onClick("chooseView('Choose samples query', 'Select a query that provides a list of samples. This query is filtered by the library number specified in the run to produce the sample.txt file.', '" + GenotypingFolderSettings.SEPARATOR + "', function(query){updateSamplesQuery(query);}, queries['samplesQuery'], includeSchema);return false;")%> |
144 | 144 | <input type="hidden" name="samplesQuery" id="samplesQuery"> |
145 | 145 | </td> |
146 | 146 | </tr> |
147 | 147 | <tr> |
148 | 148 | <td>Haplotype Definitions</td> |
149 | 149 | <td><div id="haplotypesQueryDiv"></div></td> |
150 | 150 | <td> |
151 | | - <%=link("configure").href("#").onClick("chooseView('Choose haplotype definition query', 'Select a query that provides a list of haplotype definitions. ', '" + GenotypingFolderSettings.SEPARATOR + "', function(query){updateHaplotypesQuery(query);}, queries['haplotypesQuery'], includeSchema);return false;")%> |
| 151 | + <%=link("configure", "#").onClick("chooseView('Choose haplotype definition query', 'Select a query that provides a list of haplotype definitions. ', '" + GenotypingFolderSettings.SEPARATOR + "', function(query){updateHaplotypesQuery(query);}, queries['haplotypesQuery'], includeSchema);return false;")%> |
152 | 152 | <input type="hidden" name="haplotypesQuery" id="haplotypesQuery"> |
153 | 153 | </td> |
154 | 154 | </tr> |
|
0 commit comments