Skip to content

Empty reads and sfs file #10

@mnshgl0110

Description

@mnshgl0110

Hi,

I am trying to use SVDSS, but it seems that it is not working for me.

refgen=/<FOLDER_PATH>/data/humans/GRCh38_latest_genomic.fna.gz
SVDSS index --threads 50 --fastq $refgen --index refgen.bwt &
SVDSS smooth --bam ../../reads10kb.wm2.merged.bam --workdir . --reference $refgen --threads 50

Here, ../../reads10kb.wm2.merged.bam is sorted and indexed.

The SVDSS smooth command finishes without any obvious error message and I get a smoothed.selective.bam file but the smoothed_reads.txt and the ignored_reads.txt files are empty. Running :

SVDSS search --threads 50 --assemble --index refgen.bwt --bam smoothed.selective.bam --workdir .

produces an empty solution_batch_0.assembled.sfs file. Finally, running:

SVDSS call --threads 50 --reference $refgen --bam smoothed.selective.bam --workdir . --batches 0

results in segmentation fault.
Could you please let me know how to fix this?

Best
Manish

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingv1This refers to SVDSS (v1.*.*)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions