Skip to content

Commit

Permalink
Removed unused temp dir setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamie Wang committed Jul 22, 2024
1 parent 1514954 commit ae71253
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/demultiplex.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import os
import scanpy.external as sce
from utils import anndata_from_h5
import argparse

os.environ["NUMBA_CACHE_DIR"] = "/tmp/"

parser = argparse.ArgumentParser(description="Demultiplexing.")
parser.add_argument("input", help="Paths to the raw h5ad file.")
parser.add_argument("--output", required=True, help="The output h5ad file path.")
Expand Down

0 comments on commit ae71253

Please sign in to comment.