AlexsLemonade / scpca-nf

scpca-nf is the Nextflow workflow for processing Single-cell Pediatric Cancer Atlas Portal data
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Only count single cell libraries for max merged #780

Closed allyhawkins closed 2 months ago

allyhawkins commented 2 months ago

I was going to generate all merged libraries and projects that I wouldn't expect to reach the limit of 100 libraries were not getting processed. Looks like we were counting all libraries in a project including any CITE seq, spatial, or bulk. Here I just add a filtering statement to remove those libraries prior to counting how many are in a project.

My plan is to merge this in to development and then into main.