gszep / FlowAtlas.jl

an interactive explorer for flow cytometry data
MIT License
10 stars 0 forks source link

missing group="tLN" for sampleIDs 9 and 34 #11

Closed gszep closed 3 years ago

gszep commented 3 years ago

The metadata from the workspace file currently shows

       <Group name="tLN" >
         <Criteria>
           <Criterion keyword="TUBE NAME"  function="Contains"  value="tln" />
         </Criteria>
         <ManuallyIncludedSamples>
           <SampleRef sampleID="11" />
         </ManuallyIncludedSamples>
         <SampleRefs>
           <SampleRef sampleID="33" />
           <SampleRef sampleID="25" />
           <SampleRef sampleID="11" />
         </SampleRefs>
         <Keywords/>
       </Group>
gszep commented 3 years ago

I'm starting to understand these bugs now.. missing groups result in the bug https://github.com/gszep/FlowWorkspace.jl/issues/7 Nevermind! This part works fine actually