Skip to content

Commit 63b2633

Browse files
authored
Create AnalysisPlan077.sql
1 parent 578ab3c commit 63b2633

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Copyright (c) 2015 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
SELECT
17+
--A._sample.property.NETWORK as NETWORK,
18+
A.NETWORK,
19+
A.PROTOCOL,
20+
A.LABID,
21+
A.ASSAY,
22+
A.ASSAY_METHOD,
23+
A.ASSAYID,
24+
A._well.Run AS FLOWJO_XML_FILENAME,
25+
REPLACE(A._well.Name, '.fcs', '') AS FCS_FILENAME,
26+
A.SPECROLE,
27+
A.PTID,
28+
A.SID,
29+
A.GUSPEC,
30+
--A._sample.property.PTIDTYPE as PTIDTYPE,
31+
A.PTIDTYPE,
32+
A.SPECTYPE,
33+
A.ISOLATION,
34+
A.ADDITIVE,
35+
A.CRYOSTAT,
36+
A.CTRSAMPNAME,
37+
A.STDY_DESC,
38+
A.VISITNO,
39+
A.DRAWDT,
40+
A.TESTDT,
41+
A.PLATE,
42+
A.SAMP_ORD,
43+
A.WELL_ID,
44+
A.WELLROLE,
45+
A.ANTIGEN,
46+
NULL AS ANTIGENID,
47+
A.NREPL,
48+
A.ANALYSIS_PLAN_ID,
49+
A.EXP_ASSAY_ID,
50+
A.COLLECTCT,
51+
A.SUBSET1 AS SUBSET,
52+
A.SUBSET1_NUM AS SUBSET_NUM,
53+
54+
A.NUMVIALS,
55+
A.RUNGROUPID AS GUAVA_MUSE_ID,
56+
A.VIABL1,
57+
A.RECOVR1,
58+
A.VIABL2,
59+
A.RECOVR2,
60+
A.METHOD AS COUNT_METHOD,
61+
A.REPLACE,
62+
A.MODDT,
63+
A.RUNNUM,
64+
A.RELIABLE,
65+
A.COMMENTS,
66+
A._well @hidden, A._fcsfile @hidden, A._sample @hidden
67+
68+
FROM AnalysisPlanTemplate A
69+
WHERE A.ANALYSIS_PLAN_ID = '77'

0 commit comments

Comments
 (0)