Skip to content

Commit

Permalink
update cellranger multi to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Aug 9, 2024
1 parent 6c6279c commit d544d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/cellranger_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"multi": {
"tool": " /igo/work/nabors/tools/cellranger-8.0.0/cellranger multi "
"tool": " /igo/work/tools/cellranger-8.0.1/cellranger multi "
},
"arc": {
"tool": " /igo/work/nabors/tools/cellranger-arc-2.0.2/cellranger-arc count ",
Expand Down
6 changes: 3 additions & 3 deletions scripts/cellranger_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
ACCESS = 0o775
config_dict = {
"count": {
"tool": " /igo/work/nabors/tools/cellranger-7.0.0/cellranger count ",
"tool": " /igo/work/tools/cellranger-8.0.1/cellranger count ",
"genome": {
"Human": " --transcriptome=/igo/work/nabors/genomes/10X_Genomics/GEX/refdata-gex-GRCh38-2020-A ",
"Mouse": " --transcriptome=/igo/work/nabors/genomes/10X_Genomics/GEX/refdata-gex-mm10-2020-A "
}
},
"vdj": {
"tool": " /igo/work/nabors/tools/cellranger-7.0.0/cellranger vdj ",
"tool": " /igo/work/tools/cellranger-8.0.1/cellranger vdj ",
"genome": {
"Human": " --reference=/igo/work/genomes/10X_Genomics/VDJ/refdata-cellranger-vdj-GRCh38-alts-ensembl-7.0.0 ",
"Mouse": " --reference=/igo/work/genomes/10X_Genomics/VDJ/refdata-cellranger-vdj-GRCm38-alts-ensembl-7.0.0 "
}
},
"multi": {
"tool": " /igo/work/nabors/tools/cellranger-7.0.0/cellranger multi "
"tool": " /igo/work/tools/cellranger-8.0.1/cellranger multi "
}
}

Expand Down

0 comments on commit d544d1f

Please sign in to comment.