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
Hi,
I am trying to use SVDSS, but it seems that it is not working for me.
Here,
../../reads10kb.wm2.merged.bamis sorted and indexed.The SVDSS smooth command finishes without any obvious error message and I get a
smoothed.selective.bamfile but thesmoothed_reads.txtand theignored_reads.txtfiles are empty. Running :produces an empty
solution_batch_0.assembled.sfsfile. Finally, running:results in segmentation fault.
Could you please let me know how to fix this?
Best
Manish