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

Update versions and bug fix for v0.8.3 #778

Closed allyhawkins closed 1 month ago

allyhawkins commented 1 month ago

Here I'm updating the release version to be v0.8.3.

I also did a test run and found a small bug where we were trying to access hvg's in the ADT AnnData objects, which don't exist. So I fixed that by using the --hvg_name "none" option.