Skip to content

Commit

Permalink
add create bam option for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Apr 2, 2024
1 parent a1ab25e commit 18325f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cellranger_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

# cellranger command line options
OPTIONS = " --nopreflight --jobmode=lsf --mempercore=64 --disable-ui --maxjobs=200"
OPTIONS = " --create-bam=true --nopreflight --jobmode=lsf --mempercore=64 --disable-ui --maxjobs=200"

# 10X recipe list for different pipelines
COUNT_FLAVORS = ["10X_Genomics_GeneExpression-3", "10X_Genomics_GeneExpression-5"]
Expand Down

0 comments on commit 18325f9

Please sign in to comment.