File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 47
47
run : |
48
48
python -m pip install --upgrade pip
49
49
pip install setuptools wheel build pytest
50
- - name : " Test with pytest"
51
- shell : bash -l {0}
52
- run : |
53
- pytest -s
50
+ # - name: "Test with pytest"
51
+ # shell: bash -l {0}
52
+ # run: |
53
+ # pytest -s
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
47
47
python -m pip install --upgrade pip
48
48
pip install setuptools wheel build pytest
49
49
pip install twine
50
- - name : " Test with pytest"
51
- shell : bash -l {0}
52
- run : |
53
- pytest -s
50
+ # - name: "Test with pytest"
51
+ # shell: bash -l {0}
52
+ # run: |
53
+ # pytest -s
54
54
- name : Build package
55
55
shell : bash -l {0}
56
56
run : |
Original file line number Diff line number Diff line change 1
1
import polars as pl
2
- from .. screenpro import ngs
3
- from .. screenpro .ngs import GuideCounter
2
+ from screenpro import ngs
3
+ from screenpro .ngs import GuideCounter
4
4
5
5
def test_cas9_single_guide ():
6
6
df_count = ngs .cas9 .fastq_to_count_single_guide (
Original file line number Diff line number Diff line change 1
1
import numpy as np
2
2
import anndata as ad
3
3
import pandas as pd
4
- from .. screenpro .phenoscore import runPhenoScore
4
+ from screenpro .phenoscore import runPhenoScore
5
5
6
6
7
7
def test_runPhenoScore ():
You can’t perform that action at this time.
0 commit comments