Skip to content

Commit

Permalink
Add experimentID and ingestionDate (#77)
Browse files Browse the repository at this point in the history
* Add experimentID and ingestionDate

* Update comment
  • Loading branch information
JuanluOnieva-biomage authored Jun 2, 2021
1 parent dbd2e45 commit 0f5e720
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pipeline-runner/src/data-ingest/4_Prepare_experiment.r
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ task <- function(input,pipeline_config){
seurat_obj@misc[["color_pool"]] <- color_pool
message("Stored pool")

################################################
## Adding information regarding experiment and
## ingestion
################################################
seurat_obj@misc[["experimentId"]] <- input$experimentId
seurat_obj@misc[["ingestionDate"]] <- Sys.time()

################################################
## Checking filtered data
################################################
Expand Down

0 comments on commit 0f5e720

Please sign in to comment.