Skip to content

Commit

Permalink
Merge pull request #782 from AlexsLemonade/allyhawkins/only-count-sin…
Browse files Browse the repository at this point in the history
…gle-cell

Actually sync changes for counting libraries into `main`
  • Loading branch information
allyhawkins authored Aug 5, 2024
2 parents 3d42560 + bb001e6 commit d7abaa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions merge.nf
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ workflow {
.map{it.unique()}

oversized_projects = libraries_ch
.filter{it.technology.startsWith("10X")} // only count single-cell or single-nuclei libraries, no cell hash, ADT, bulk or spatial
.map{[
it.project_id, // pull out project id for grouping
it
Expand Down

0 comments on commit d7abaa8

Please sign in to comment.