Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A apd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lhcb-dpalhcb-dpa
  • Analysis Productions
  • apd
  • Issues
  • #6
Closed
Open
Issue created Sep 27, 2021 by Chris Burr@cburrOwner2 of 2 checklist items completed2/2 checklist items

Enhanced Python API

Feature suggestions from @aiwieder:

  • An available_tags property on the AnalysisData object, e.g.
datasets.available_tags["polarity"] == {"magup", "magdown"}
datasets.available_tags["years"] == {"2015", "2017", "2016", "2018"}
  • A samples property on the AnalysisData object that returns a list of objects in information about the sample (maybe a dataclass) e.g.
for sample in datasets.samples:
    print(sample.name, sample.version, sample.analysis, sample.wg, sample.tags)
Edited Mar 29, 2023 by Ben Couturier
Assignee
Assign to
Time tracking