Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increased the HDD to 3500 GB, from 500 GB originally, to speed-up the SplitBamByCellBarcode step #358

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

kishorikonwar
Copy link
Contributor

Purpose

Speed-up the SplitCellByCellBarcode step of Optimus by modifying the sctools to write the intermediate BAM files of SplitCellByBarcode in SAM format. The goal is to speed-up the step but at the expense of larger sized intermediate files in the step

Changes

a) Changed the HDD from 500GB to 3500GB
b) Changed the docker image to a higher version of sctools

… new sctools to write the intermediate BAM files of SplitCellByBarcode in SAM format. The goal is to speed-up the step but at the expense of larger sized intermediate files in the step
Copy link
Contributor

@nikellepetrillo nikellepetrillo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good as long as it's okay to use 3500GB for disk!


Int machine_mem_mb = 15258
Int cpu = 16

# we can calculate disk size for arrays of input files in WDL 1.0
Int disk = 500
Int disk = 3500
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we calculate this based on input size rather than just always getting a ton of disk?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants