Skip to content

error during demo when generating visualisations in the CNV step #8

@alextidd

Description

@alextidd

Hi,
I was running HiScanner with the demo data (https://github.com/parklab/hiscanner_demo). Here is what I ran:

module load ISG/conda
conda activate hiscanner
hiscanner init
hiscanner validate
hiscanner run --step snp
hiscanner run --step phase
hiscanner run --step ado
hiscanner run --step normalize
hiscanner run --step segment
hiscanner run --step cnv

I got this error in the CNV step:

INFO     Running cnv step...
INFO     Starting CNV calling pipeline
INFO     Using standard (RDR + BAF) mode
INFO     Saving final calls to /nfs/casm/team268im/at31/bin/repos/hiscanner_demo/hiscanner_out/final_calls
INFO     Processing cell SRR6204923_Lymphocyte-068
INFO     Processing cell SRR6204878_Lymphocyte-015
INFO     Processing cell SRR6204925_Lymphocyte-066
INFO     Reading segments for SRR6204878_Lymphocyte-015 (lambda=1024)
INFO     Reading segments for SRR6204923_Lymphocyte-068 (lambda=1024)
INFO     Annotating segments
INFO     Annotating segments
INFO     Finding allelic balanced clusters
INFO     Reading segments for SRR6204925_Lymphocyte-066 (lambda=1024)
INFO     Finding allelic balanced clusters
INFO     Annotating segments
INFO     Finding allelic balanced clusters
INFO     Inferring ploidy
INFO     Inferring ploidy
INFO     Inferring ploidy
INFO     Inferred ploidy: 2.002386909927674
INFO     Merging segments
INFO     Inferred ploidy: 1.9923240518785057
INFO     Merging segments
INFO     Inferred ploidy: 2.002539398771822
INFO     Merging segments
INFO     Generating visualizations
ERROR    Error in CNV calling pipeline: Can only use .str accessor with string values!
ERROR    Error running pipeline: Can only use .str accessor with string values!

All other steps completed successfully. Any idea what I am doing wrong here?
Thanks very much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions