Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add UniDB #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Model/lib/wdk/model/questions/queries/compoundQueries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ from apidbtuning.CompoundAttributes s


<!-- <sqlQuery name="CompoundsByPercentile"
includeProjects="PlasmoDB,TriTrypDB"
includeProjects="PlasmoDB,TriTrypDB,UniDB"
displayName="Compounds by percentile">
<testParamValues includeProjects="PlasmoDB,TriTrypDB">
<paramValue name="samples_percentile_comp">Log mean (compound_MassSpec)</paramValue>
Expand Down Expand Up @@ -409,7 +409,7 @@ and bcpn.source_id = acpn.source_id

<!-- Lin new
<sqlQuery name="CompoundsByFoldChange"
includeProjects="PlasmoDB,TriTrypDB"
includeProjects="PlasmoDB,TriTrypDB,UniDB"
displayName="Metabolic compounds by fold change">
<testParamValues includeProjects="PlasmoDB,TriTrypDB">
<paramValue name="samples_fc_comp">WT_mean</paramValue>
Expand Down
6 changes: 3 additions & 3 deletions Model/lib/wdk/model/questions/queries/spanQueries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
queryRef="organismVQ.withStrainsChromosome"
displayType="select"
quote="true"
includeProjects="TriTrypDB,ToxoDB,PlasmoDB,MicrosporidiaDB,CryptoDB,PiroplasmaDB,FungiDB,GiardiaDB,VectorBase"
includeProjects="TriTrypDB,ToxoDB,PlasmoDB,MicrosporidiaDB,CryptoDB,PiroplasmaDB,FungiDB,GiardiaDB,VectorBase,UniDB"
/>
<paramRef ref="sharedParams.chromosomeOptional"
queryRef="SharedVQ.ChromosomeOrderNumSeq"
includeProjects="PlasmoDB,ToxoDB,CryptoDB,TriTrypDB,MicrosporidiaDB,PiroplasmaDB,FungiDB,GiardiaDB,VectorBase"/>
includeProjects="PlasmoDB,ToxoDB,CryptoDB,TriTrypDB,MicrosporidiaDB,PiroplasmaDB,FungiDB,GiardiaDB,VectorBase,UniDB"/>
<paramRef ref="sharedParams.sequenceId"/>
<paramRef ref="sharedParams.start_point" default="1"/>
<paramRef ref="sharedParams.end_point_segment"/>
Expand All @@ -53,7 +53,7 @@
<column name="source_id"/>
<column name="project_id"/>

<sql excludeProjects="UniDB">
<sql excludeProjects="UniDB"> <!-- TODO why do we need this? ds.project_id is not used -->
<![CDATA[
select ids.source_id,gsa.project_id from
( SELECT distinct ds.source_id, ds.project_id,
Expand Down