Making tags more useful
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 184
- Forks
- 53
- Avg merge
- 7d 2h
- Merged PRs (30d)
- 1
Description
I wonder if the usage of tags would get more useful if it becomes easier to use them. I would imagine the convertIds function to be able to parse character inputs and match those to Ids (would need to think about wild card matching and what to do with multiple inputs). This would make it easier for functions like submitJobs to submit only certain tags.
similar I could imagine the addExperiments and submitJobs function to have a tag argument so set the tags directly instead of constructs like these
initialJobs<-submitJobs(reg = reg)
addJobTags(reg=reg, initialJobs, "initialJobs")
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the convertIds, submitJobs, addExperiments, and addJobTags entry points mentioned in the issue. Clarify wildcard and multiple-input behavior, then define how tag arguments should work and verify that selected tags can be submitted without the separate addJobTags pattern.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100