Skip to content

Commit

Permalink
Merge pull request #97 from AlexsLemonade/allyhawkins/add-filtering-m…
Browse files Browse the repository at this point in the history
…etadata

Add filtering method to metadata.json
  • Loading branch information
allyhawkins authored Feb 14, 2022
2 parents 036b0af + 63371ec commit 1ef2286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/sce_qc_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ filtered_sce <- readr::read_rds(opt$filtered_sce)

# Compile metadata for output files
sce_meta <- metadata(unfiltered_sce)
filtered_sce_meta <- metadata(filtered_sce)

# check for alt experiments (CITE-seq, etc)
alt_expts <- altExpNames(unfiltered_sce)
Expand All @@ -119,6 +120,7 @@ metadata_list <- list(
has_citeseq = has_citeseq,
filtered_cells = ncol(filtered_sce),
unfiltered_cells = ncol(unfiltered_sce),
filtering_method = filtered_sce_meta$filtering_method,
total_reads = sce_meta$total_reads,
mapped_reads = sce_meta$mapped_reads,
genome_assembly = opt$genome_assembly,
Expand Down
2 changes: 1 addition & 1 deletion config/containers.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Docker container images
SCPCATOOLS_CONTAINER = 'ghcr.io/alexslemonade/scpca-tools:v0.1.3'
SCPCATOOLS_CONTAINER = 'ghcr.io/alexslemonade/scpca-tools:edge'

SALMON_CONTAINER = 'quay.io/biocontainers/salmon:1.5.2--h84f40af_0'
ALEVINFRY_CONTAINER = 'quay.io/biocontainers/alevin-fry:0.4.2--h7d875b9_0'
Expand Down

0 comments on commit 1ef2286

Please sign in to comment.