Skip to content

Commit

Permalink
Rabbit: Update inst/cli/tidy.R
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
pdiakumis and coderabbitai[bot] authored Dec 6, 2024
1 parent 4059d3a commit fa3c2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/cli/tidy.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tidy_add_args <- function(subp) {
tidy <- subp$add_parser("tidy", help = "Tidy UMCCR Workflow Outputs")
tidy$add_argument("-i", "--in_dir", help = glue("{emoji('snowman')} Directory with untidy UMCCR workflow results. Can be GDS, S3 or local."), required = TRUE)
tidy$add_argument("-i", "--in_dir", help = glue("{emoji('snowman')} Directory with untidy UMCCR workflow results. Can be S3 or local."), required = TRUE)
tidy$add_argument("-o", "--out_dir", help = glue("{emoji('fire')} Directory to output tidy results."), required = TRUE)
tidy$add_argument("-p", "--prefix", help = glue("{emoji('violin')} Prefix string used for all results."), required = TRUE)
# tidy$add_argument("-t", "--token", help = glue("{emoji('see_no_evil')} ICA access token. Default: ICA_ACCESS_TOKEN env var."), default = Sys.getenv("ICA_ACCESS_TOKEN"))
Expand Down

0 comments on commit fa3c2aa

Please sign in to comment.