Skip to content

Commit

Permalink
Merge pull request #133 from FertigLab/filtered-bc-mat
Browse files Browse the repository at this point in the history
filtered instead of raw
  • Loading branch information
dimalvovs authored Dec 5, 2024
2 parents 8a21f28 + bbcddbf commit 5595e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ process PREPROCESS {
"""
mkdir "${prefix}"
Rscript -e 'res <- Seurat::Read10X("$data/raw_feature_bc_matrix/");
Rscript -e 'res <- Seurat::Read10X("$data/filtered_feature_bc_matrix/");
res <- Seurat::NormalizeData(res);
saveRDS(res, file="${prefix}/dgCMatrix.rds")';
Expand Down

0 comments on commit 5595e8c

Please sign in to comment.