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

Incorporating snRNA-seq samples and new configurations for alevin-fry runs to time/memory benchmarking #87

Closed allyhawkins closed 3 years ago

allyhawkins commented 3 years ago

Closes #86. I have updated the previous notebook that was being used to compare time and memory usage across the tools we are using for benchmarking to include 2 new snRNA-seq samples (SCPCR000118, SCPCR000119) and new configurations that we have implemented for alevin-fry. In addition to having alevin-fry in --sketch mode, we have also added in using the --unfiltered-pl flag with or without the --sketch flag.

This PR also includes adding the nextflow trace files for each of the runs that was performed. Each tool now has three associated trace files.

In general, snRNA-seq samples result in increased memory and runtime, with the biggest effect on memory usage seen in Kallisto and runtime in Cellranger. Alevin-fry remains having the lowest memory usage, and using the --sketch parameter reduces the runtime.