Fix tag parsing for optional filename suffixes#6996
Open
sapunyangkut wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make the tag-based hands-on instructions accept both the three-component collection identifiers they ask learners to create and the four-component filenames reported in #6180.
The English regex added in #6181 only matches identifiers that retain the
_featureCounts.countssuffix, while the preceding instruction uses names such asGSM461176_untreat_single. The anchored expression now treats any suffix as optional, preserves it when present, and consistently tags treatment and sequencing from capture groups 2 and 3. The same technical literals are synchronized across the German, Spanish, and Italian translations.The workflow is intentionally unchanged: its tests use three-component collection element identifiers without the
_featureCounts.countssuffix.Refs #6180. Follow-up to #6181.
Testing
git diff --checkpython bin/lint-diffs.pyfor each changed tutorialGSM461176_untreat_singleandGSM461176_untreat_single_featureCounts.countsAutomation disclosure
This focused documentation fix was prepared and checked with OpenAI Codex automation. The final expression was reviewed against the official Galaxy tool wrappers and validated with GNU sed 4.9.