question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BUG: split read ins!

See original GitHub issue

Hi Fritz,

I am trying to run a job on a large genome (2.8Gb). This is the consensus of a ighly heterozygous genome, so there should be a fair amount of heterozygous SV. I am getting an error in the first contig (42 thousand contigs in total). The command line was as follows:

sniffles -z 3 -d 10000 -t 26 -n -1 --report_BND --genotype --cluster --min_het_af 0.2 -m inia601.bam -v inia601.vcf
Estimating parameter...
        Max dist between aln events: 4
        Max diff in window: 50
        Min score ratio: 2
        Avg DEL ratio: 0.0315592
        Avg INS ratio: 0.154157
Start parsing... ctg1
BUG: split read ins! 6123 2852 m54329U_200324_174744/150668912/36192_62717
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr
/var/spool/slurm/job4679576/slurm_script: line 38: 32633 Aborted                 (core dumped) sniffles -z 3 -d 10000 -t 26 -n -1 --report_BND --genotype --cluster --min_het_af 0.2 -m $bam -v inia601.vcf

I was trying to look for similar errors in this page, but they all seem to be at least half a year old and none related to any of the flags used for this run. could you perhaps point me in the right direction, what could be going wrong here?

Cheers,

Juan D. Montenegro

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
yusmiatiliaucommented, Jun 16, 2020

Hi,

I got a similar error trying to run sniffles on one human genome nanopore data (11 Gb), mapped using minimap2.

sniffles -m /bam file/ -v /vcf file/ -s 2 -t 4 resulted in this error:

Estimating parameter… Max dist between aln events: 9 Max diff in window: 50 Min score ratio: 2 Avg DEL ratio: 0.0388139 Avg INS ratio: 0.0288268 Start parsing… chr1 BUG: split read ins! 9159 5855 a472e554-5071-4459-861a-93c9aa8f9ce8 terminate called after throwing an instance of ‘std::out_of_range’ what(): basic_string::substr: __pos (which is 8249) > this->size() (which is 5855) Aborted (core dumped)

will be thankful if you can advise what should I do to overcome the error?

Thanks

0reactions
fritzsedlazeckcommented, Feb 8, 2022

We just pushed a completely new version of Sniffles (v2.0.0.2) and hope this will be resolved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What are the sematics of containing bwa split read alignments?
The issue is that bwa is reporting it as a split read alignment using the SA tag, not an alternate alignment using the...
Read more >
string.Split function. Bug when reading from file with new lines
I have in Resources folder a txt file where, for every new line, save it inside a different string, maybe a List. if...
Read more >
Bug in split() when delimiters occur at end of string · Issue #5069
Behavior is unexpected in both string.split(char) and regex.split(string) when a delimiter occurs at the end of a line. Examples: scala> "foo=bar".split('=')
Read more >
Ubuntu Manpage: samtools-split - splits a file by read group.
Splits a file by read group, producing one or more output files matching a common prefix (by default based on the input filename)...
Read more >
zipsplit broken: Entry too big to split, read, or write
Binary package hint: zip ubuntu 10.04 zip 3.0-2 zipsplit doesn't work. i've tried with multiple zip files $ zipsplit -tn 100000 zipfile.zip ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found