Skip to content

Commit cadb097

Browse files
committed
qc/pipeline: fix broken import for 'normalise_organism_name' (wrong source module).
1 parent fca73dc commit cadb097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auto_process_ngs/qc/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
from ..tenx.multiome import MultiomeLibraries
6262
from ..tenx.utils import add_cellranger_args
6363
from ..utils import get_organism_list
64+
from ..utils import normalise_organism_name
6465
from .modules.cellranger_atac_count import CellrangerAtacCount
6566
from .modules.cellranger_arc_count import CellrangerArcCount
6667
from .modules.cellranger_count import CellrangerCount
@@ -80,7 +81,6 @@
8081
from .reporting import report as reportqc
8182
from .utils import get_bam_basename
8283
from .utils import get_seq_data_samples
83-
from .utils import normalise_organism_name
8484
from .utils import set_cell_count_for_project
8585
from .verification import verify_project
8686

0 commit comments

Comments
 (0)