M3Drop 0.4.45__tar.gz → 0.4.46__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: M3Drop
3
- Version: 0.4.45
3
+ Version: 0.4.46
4
4
  Summary: A Python implementation of the M3Drop single-cell RNA-seq analysis tool.
5
5
  Home-page: https://github.com/PragalvhaSharma/m3DropNew
6
6
  Author: Tallulah Andrews
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: M3Drop
3
- Version: 0.4.45
3
+ Version: 0.4.46
4
4
  Summary: A Python implementation of the M3Drop single-cell RNA-seq analysis tool.
5
5
  Home-page: https://github.com/PragalvhaSharma/m3DropNew
6
6
  Author: Tallulah Andrews
@@ -40,7 +40,7 @@ try:
40
40
  NBumiCombinedDropVolcanoGPU,
41
41
  )
42
42
  except ImportError:
43
- pass # Handle case where GPU modules might not be present on CPU node
43
+ pass
44
44
 
45
45
  # From DiagnosticsGPU.py
46
46
  try:
@@ -60,7 +60,7 @@ try:
60
60
  )
61
61
  except ImportError:
62
62
  pass
63
-
63
+
64
64
  # --- Public API ---
65
65
  __all__ = [
66
66
  # --- CPU ---
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="M3Drop", # Name for pip (pip install M3Drop)
8
- version="0.4.45",
8
+ version="0.4.46",
9
9
  author="Tallulah Andrews",
10
10
  author_email="tandrew6@uwo.ca",
11
11
  description="A Python implementation of the M3Drop single-cell RNA-seq analysis tool.",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes