Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with regex in apply rules tool: optional groups #19102

Open
hexylena opened this issue Nov 4, 2024 · 0 comments
Open

Issues with regex in apply rules tool: optional groups #19102

hexylena opened this issue Nov 4, 2024 · 0 comments

Comments

@hexylena
Copy link
Member

hexylena commented Nov 4, 2024

Describe the bug

  1. The expression (.*)(.fa)? fails to match datasets when it should.

Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.1.4.dev0

Browser and Operating System
linux/chrome

To Reproduce
Steps to reproduce the behavior:

  1. Create a collection with datasets like asdf.fa and bsdf.fa and maybe csdf
  2. apply rules
  3. create column from regular expression
  4. Using Groups
  5. Expression (.*)(.fa)?
  6. Number of groups: 1

Expected behavior

I expect it to select just the matching portion of the filename, so I can make the names uniform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant