German-BioImaging / omero-autotag

Extensions to OMERO.web to enhance tagging
GNU Affero General Public License v3.0
0 stars 1 forks source link

Tokens additionally from image name #13

Closed Tom-TBT closed 3 months ago

Tom-TBT commented 3 months ago

Fixes #2 : The image name can be different than the name of the file imported found in the "original import path" (the client path). Thus this also includes the image name in the possible tokens.

Fixes #7 : The name includes the series's label (the part in the bracket at the end of an image name)

Tom-TBT commented 3 months ago

Included in this PR the inputs of separators, to add special cases like the serie name parsed with brackets ([ and ])

So also Fixes #4