AlexsLemonade / alsf-scpca

Management and analysis tools for ALSF Single-cell Pediatric Cancer Atlas data.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add support for spatial transcriptomics libraries to Alevin-fry and Cell Ranger workflows #146

Closed allyhawkins closed 2 years ago

allyhawkins commented 2 years ago

In order to start to address #143, we first needed to be able to process the Spatial libraries. I chose to modify both the alevin-fry and cellranger workflows in this repo to be able to accommodate running the spatial libraries so that next steps would include directly comparing the output from Alevin-fry to using the cell ranger equivalent, space ranger before choosing which workflow we would want to implement in scpca-nf.

There were a few points to consider in doing this:

allyhawkins commented 2 years ago

Thanks for the helpful feedback @jashapiro. I went ahead and separated spaceranger and cellranger to be in two separate docker images, adding in a readme specific to the spaceranger image within that folder even though it is largely the same as cellranger. I then added the capability to process the visium_v1 and visium_v2 tags to run-cellranger.nf for now. I will include the updates to process unfiltered spatial data to Alevin-fry in a separate PR, so did not add the technology options there yet.