We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7d8c3 commit c83a8e9Copy full SHA for c83a8e9
singlecell/src/org/labkey/singlecell/pipeline/singlecell/SubsetSeurat.java
@@ -87,7 +87,7 @@ protected List<String> loadChunkFromFile() throws PipelineJobException
87
ret.add("\tprint(paste0('Subsetting dataset: ', datasetId, ' with the expression: " + subsetEscaped + "'))");
88
if (useDplyr)
89
{
90
- ret.add("\t\t\tcells <- rownames(seuratObj@meta.data %>% dplyr::filter( " + subset + " ))");
+ ret.add("\t\t\tcells <- rownames(seuratObj@meta.data |> dplyr::filter( " + subset + " ))");
91
}
92
else
93
0 commit comments