Skip to content

Commit

Permalink
Update AnalysisPlan054.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jryurkanin authored Sep 1, 2023
1 parent 1a19bdf commit 0d08849
Showing 1 changed file with 2 additions and 2 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'

0 comments on commit 0d08849

Please sign in to comment.