fb1865d70fd03332e9776bc85771cc1c8a37463c maximilianh Sun Sep 14 12:01:21 2025 -0700 moving to python3 for default script stubs and adding a note to contributing.md diff --git src/cbImportScanpy src/cbImportScanpy index 2096c92..6f532b6 100755 --- src/cbImportScanpy +++ src/cbImportScanpy @@ -1,13 +1,13 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # converter from scanpy to cellbrowser format # scanpy requires py3 but anndata runs on py2 import sys from os.path import join, dirname # tested with python 2.7 and python3, see cellbrowser.py import sys sys.path.insert(0, join(dirname(__file__), "cbPyLib") ) from cellbrowser import convert convert.cbImportScanpyCli()