- <%=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;")%>
+ <%=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;")%>
@@ -132,7 +132,7 @@
Runs
- <%=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;")%>
+ <%=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;")%>
@@ -140,7 +140,7 @@
Samples
- <%=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;")%>
+ <%=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;")%>
@@ -148,7 +148,7 @@
Haplotype Definitions
- <%=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;")%>
+ <%=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;")%>