You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[smoove] 2023/07/14 14:42:44 starting with version 0.2.8
[smoove] 2023/07/14 14:42:44 calculating bam stats for 1 bams
[smoove]: ([E]lumpy-filter) 2023/07/14 14:42:44 set: Variable name must begin with a letter.
panic: unexpected EOF
goroutine 16 [running]:
github.com/brentp/goleft/covstats.pcheck(...)
/home/brentp/go/go/pkg/mod/github.com/brentp/goleft@v0.2.5/covstats/covstats.go:30
github.com/brentp/goleft/covstats.BamStats(0xc000176c00, 0x1312d0, 0x186a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/brentp/go/go/pkg/mod/github.com/brentp/goleft@v0.2.5/covstats/covstats.go:143 +0xcdd
github.com/brentp/smoove/lumpy.bam_stats.func1(0x1)
/home/brentp/src/smoove/lumpy/lumpy.go:218 +0x209
created by github.com/brentp/smoove/lumpy.bam_stats
/home/brentp/src/smoove/lumpy/lumpy.go:232 +0x19d
Frustratingly, whenever it errors it also overwrites my .bam file with a 0 byte file. Perhaps that is what is generating the EOF error, but not sure why it is overwriting the .bam file.
Running e.g. samtools quickcheck bam_dedup_test/test.bam indicates no issues. Any idea what could be going on?
Thanks so much!
The text was updated successfully, but these errors were encountered:
I am trying to get smoove to run on some guppy sequences. However, it always fails immediately, and it is not clear where to even begin debugging.
I run:
It always fails with this error:
Frustratingly, whenever it errors it also overwrites my .bam file with a 0 byte file. Perhaps that is what is generating the EOF error, but not sure why it is overwriting the .bam file.
Running e.g.
samtools quickcheck bam_dedup_test/test.bam
indicates no issues. Any idea what could be going on?Thanks so much!
The text was updated successfully, but these errors were encountered: