Skip to content

Commit

Permalink
project name missing
Browse files Browse the repository at this point in the history
  • Loading branch information
DOH-JDJ0303 committed Oct 17, 2024
1 parent 0a44e4f commit 64473eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mrfigs.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ write.table(x=df.summary, quote = F, row.names = F, sep = ",", file = meta.file.
## load template
mr.file <- fromJSON(file = mr_template)
## update project name
mr.file$metadata$name <- prefix
mr.file$meta$name <- prefix
## update metadata
mr.file$files$metadata$name <- meta.file.name
mr.file$files$metadata$blob <- readChar(meta.file.name, file.info(meta.file.name)$size)
Expand Down

0 comments on commit 64473eb

Please sign in to comment.