Skip to content

Commit

Permalink
filtered instead of raw
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Dec 5, 2024
1 parent 8a21f28 commit bbcddbf
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 bbcddbf

Please sign in to comment.