Skip to content

Cleaner validation lead template#197

Merged
thebioengineer merged 1 commit intodevelopfrom
cleaner_validation_lead_template
Sep 17, 2021
Merged

Cleaner validation lead template#197
thebioengineer merged 1 commit intodevelopfrom
cleaner_validation_lead_template

Conversation

@thebioengineer
Copy link
Copy Markdown
Collaborator

Use grepl to identify if role contains "validation lead", so people can have multiple roles for validation.

resolves #190

@thebioengineer thebioengineer changed the base branch from main to develop September 5, 2021 22:55

```{r validation-lead-sig-block}
all_sig[tolower(all_sig$role) == "validation lead",] %>%
all_sig[grepl("validation lead",all_sig$role, ignore.case = TRUE),] %>%
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think in the future we could extend this further by pulling the 'validation lead' title from the config yaml.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opened issue #200 for discussion

@thebioengineer thebioengineer merged commit 633f6a5 into develop Sep 17, 2021
@thebioengineer thebioengineer deleted the cleaner_validation_lead_template branch September 17, 2021 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Identifying validation lead

3 participants