Skip to content

Commit

Permalink
Merge 23.7 to 23.9
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Sep 6, 2023
2 parents 913ff39 + 4331305 commit 633166d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hvtnFlow/resources/queries/flow/AnalysisPlan054.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A.ASSAY,
A.ASSAY_METHOD,
A.ASSAYID,
A._well.Run AS FLOWJO_XML_FILENAME,
A._well AS FCS_FILENAME,
REPLACE(A._well.Name, '.fcs', '') AS FCS_FILENAME,
A.SPECROLE,
A.PTID,
A.SID,
Expand Down Expand Up @@ -66,4 +66,4 @@ A.COMMENTS,
A._well @hidden, A._fcsfile @hidden, A._sample @hidden

FROM AnalysisPlanTemplate A
WHERE A.ANALYSIS_PLAN_ID = '54'
WHERE A.ANALYSIS_PLAN_ID = '54'
4 changes: 2 additions & 2 deletions hvtnFlow/resources/queries/flow/AnalysisPlan059.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A.ASSAY,
A.ASSAY_METHOD,
A.ASSAYID,
A._well.Run AS FLOWJO_XML_FILENAME,
A._well AS FCS_FILENAME,
REPLACE(A._well.Name, '.fcs', '') AS FCS_FILENAME,
A.SPECROLE,
A.PTID,
A.SID,
Expand Down Expand Up @@ -66,4 +66,4 @@ A.COMMENTS,
A._well @hidden, A._fcsfile @hidden, A._sample @hidden

FROM AnalysisPlanTemplate A
WHERE A.ANALYSIS_PLAN_ID = '59'
WHERE A.ANALYSIS_PLAN_ID = '59'
2 changes: 1 addition & 1 deletion hvtnFlow/resources/queries/flow/AnalysisPlan060.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A.ASSAY,
A.ASSAY_METHOD,
A.ASSAYID,
A._well.Run AS FLOWJO_XML_FILENAME,
A._well AS FCS_FILENAME,
REPLACE(A._well.Name, '.fcs', '') AS FCS_FILENAME,
A.SPECROLE,
A.PTID,
A.SID,
Expand Down

0 comments on commit 633166d

Please sign in to comment.