We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaef7c2 commit 7ca3a1aCopy full SHA for 7ca3a1a
tests/test_fastq2count.py
@@ -1,6 +1,6 @@
1
import polars as pl
2
-from screenpro import ngs
3
-from screenpro.ngs import GuideCounter
+from ..screenpro import ngs
+from ..screenpro.ngs import GuideCounter
4
5
def test_cas9_single_guide():
6
df_count = ngs.cas9.fastq_to_count_single_guide(
tests/test_phenoscore.py
@@ -1,7 +1,7 @@
import numpy as np
import anndata as ad
import pandas as pd
-from screenpro.phenoscore import runPhenoScore
+from ..screenpro.phenoscore import runPhenoScore
7
def test_runPhenoScore():
0 commit comments