Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed execution for demo data #13

Open
snewmanSema4 opened this issue May 20, 2020 · 1 comment
Open

Failed execution for demo data #13

snewmanSema4 opened this issue May 20, 2020 · 1 comment

Comments

@snewmanSema4
Copy link

Trying to run the demo example on my local computer. First attempt ran for two days then failed. Second example, I made a smaller region:
chr21 47000000 47500000 AAB 3
And got the following:
docker-example % docker run --rm
-v $(pwd):/src
-it suluxan/bamgineer-v2
-config /src/inputs/config.cfg
-splitbamdir src/splitbams
-cnv_bed /src/inputs/cnv.new.bed
-vcf src/inputs/normal_het.vcf
-exons src/inputs/exons.bed
-outbam tumour.bam
-results src/outputs
-cancertype LUAC1
('OPTIONS:', Namespace(cancerType='LUAC1', chrList=None, cnvBed='/src/inputs/cnv.new.bed', configfile='/src/inputs/config.cfg', ctDNA=False, exons='src/inputs/exons.bed', inbamFile=None, outBamFile='tumour.bam', outputDir='src/outputs', phase=False, singleXY=False, splitbams='src/splitbams', vcf='src/inputs/normal_het.vcf'))
src/outputs
___ generating phased bed ___
___ filtering bed file columns for gainAAB47000000_tmp2.bed ___
___ extracting roi bams ___
___ splitting original bam into hap1 and hap2 ___
___ re-pairing hap1 bam reads ___
___ removing repaired duplicates ___
finding positions of the duplicate reads in the file...
sorting 49824 end pairs... done in 10 ms
sorting 626441 single ends (among them 622276 unmatched pairs)... done in 26 ms
collecting virtual offsets of duplicate reads... done in 5 ms
found 10279 duplicates, sorting the list... done in 0 ms
collected list of positions in 0 min 5 sec
removing duplicates...
total time elapsed: 0 min 8 sec
___ re-pairing hap2 bam reads ___
___ removing repaired duplicates ___
finding positions of the duplicate reads in the file...
sorting 49383 end pairs... done in 11 ms
sorting 620508 single ends (among them 616064 unmatched pairs)... done in 28 ms
collecting virtual offsets of duplicate reads... done in 6 ms
found 10196 duplicates, sorting the list... done in 0 ms
collected list of positions in 0 min 5 sec
removing duplicates...
total time elapsed: 0 min 8 sec
sambamba-merge: Error reading BGZF block starting from offset 15187326: wrong BGZF magic
sambamba-merge: Error reading BGZF block starting from offset 15167255: wrong BGZF magic
___ removing hap1 merged normal duplicates ___
finding positions of the duplicate reads in the file...
sorting 84909 end pairs... done in 11 ms
sorting 573252 single ends (among them 572403 unmatched pairs)... done in 22 ms
collecting virtual offsets of duplicate reads... done in 7 ms
found 18344 duplicates, sorting the list... done in 0 ms
collected list of positions in 0 min 5 sec
removing duplicates...
total time elapsed: 0 min 8 sec
___ removing hap2 merged normal duplicates ___
finding positions of the duplicate reads in the file...
sorting 85143 end pairs... done in 10 ms
sorting 569723 single ends (among them 568810 unmatched pairs)... done in 28 ms
collecting virtual offsets of duplicate reads... done in 6 ms
found 18035 duplicates, sorting the list... done in 1 ms
collected list of positions in 0 min 5 sec
removing duplicates...
total time elapsed: 0 min 8 sec
___ extracting non-roi bams ___
samtools: writing to standard output failed: Broken pipe
samtools: error closing standard output: -1
Killed

@suluxan
Copy link
Collaborator

suluxan commented Feb 19, 2021

Hello,

Sorry for the late reply - likely this is a memory issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants