Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A apd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lhcb-dpa
  • Analysis Productions
  • apd
  • Issues
  • #6

Closed
Open
Created Sep 27, 2021 by Chris Burr@cburrOwner1 of 2 tasks completed1/2 tasks

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 Sep 27, 2021 by Aidan Richard Wiederhold
Assignee
Assign to
Time tracking