Skip to content

Commit 69d8c88

Browse files
committed
bug fix
1 parent d84d0ba commit 69d8c88

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Model/lib/wdk/ApiCommon/geneQueries.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@
451451
<column name="evidence_code_parameter" includeProjects="FungiDB,TriTrypDB"/>
452452
<sql>
453453
<![CDATA[
454-
-- PreferredProducts: check apidb.TranscriptProduct and
455-
-- apidb.GeneFeatureProduct for records with IS_PREFERRED set. If
456-
-- (and only if) that turns up nothing, check the PRODUCT column of
457-
-- dots.GeneFeature and dots.Transcript
454+
/* PreferredProducts: check apidb.TranscriptProduct and
455+
apidb.GeneFeatureProduct for records with IS_PREFERRED set. If
456+
(and only if) that turns up nothing, check the PRODUCT column of
457+
dots.GeneFeature and dots.Transcript */
458458
with evids
459459
as (select distinct gaiec.go_evidence_code_id, ot.name
460460
from dots.GoAssocInstEvidCode gaiec, sres.OntologyTerm ot

Model/lib/wdk/ApiCommon/siteSearchRecords.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
<columnAttribute name="projectAux" displayName="dontcare" internal="true"/> <!-- special field used by Apollo Site Search Updater -->
399399
<columnAttribute displayName="Genomic sequence ID" name="sequence_id"/>
400400

401-
<!-- all in products table columnAttribute name="product" displayName="Preferred product description" !-->
401+
<columnAttribute name="product" displayName="Preferred product description">
402402
<propertyList name="isSubtitle">
403403
<value>true</value>
404404
</propertyList>

0 commit comments

Comments
 (0)