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

Option to add tags a runs #2

Open
vincentvanhees opened this issue Jul 25, 2023 · 0 comments
Open

Option to add tags a runs #2

vincentvanhees opened this issue Jul 25, 2023 · 0 comments

Comments

@vincentvanhees
Copy link
Member

Hi Jairo, the repository looks great. I used it today and it was very helpful.
One possible enhancement could be that we allow the user to add a tag to each run.

For example:
output_230725_111328_MasterBranch
output_230726_111328_PossibleFixIssue23
output_230727_111328_GGIR2.9-5
output_230728_111328_GGIR2.8-3

In that way it becomes a bit easier to remember how runs differed.

The implementation could be:

  • Add argument 'tag' to runPipeline (default = NULL)
  • Inside runPipeline strip tag from all underscores, e.g. master_branch would become masterbranch.
  • If tag is specified then add "_tag" to the folder name
  • Ignore the _tag part from the folder name when comparing results.
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