Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • E ensembl-hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ensembl-gh-mirror
  • ensembl-hive
  • Merge requests
  • !61

Make analysis tags work like logic names

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Marek Szuba requested to merge feature/tag_search into master Jan 23, 2019
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 3

Created by: tgrego

See https://www.ebi.ac.uk/panda/jira/browse/ENSCORESW-2558

When runWorker, tweak, etc. try to find analysis, they use Bio::EnsEMBL::Hive::Utils::Collection->find_all_by_pattern(). This ends up defaulting to name.

This pull request adds a fall over search for tags, if no matches exist for name. Works for searches of a 'tag==word', 'word' and as well as with wildcard 'word%', and is implemented for the collectable that implements tags (i.e. Analysis).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/tag_search