Hi,
I am working with multiBigWigSummary and am getting the following error:
$ multiBigwigSummary BED-file --bwfiles input_bigwig_files/FOXA1_2480_T.rep1_treat_pileup.bw --outFileName foxa1_dry_run_output.npz --BED dry_run_foxa1_peaks.bed --outRawCounts foxa1_dry_run_output.tab
Traceback (most recent call last):
File "/bcb/agusevlab/miniconda2/bin/multiBigwigSummary", line 14, in <module>
main(args)
File "/bcb/agusevlab/miniconda2/lib/python2.7/site-packages/deeptools/multiBigwigSummary.py", line 262, in main
allArgs=args)
File "/bcb/agusevlab/miniconda2/lib/python2.7/site-packages/deeptools/getScorePerBigWigBin.py", line 268, in getScorePerBin
transcript_id_designator=transcript_id_designator)
File "/bcb/agusevlab/miniconda2/lib/python2.7/site-packages/deeptools/mapReduce.py", line 146, in mapReduce
res = list(map(func, TASKS))
File "/bcb/agusevlab/miniconda2/lib/python2.7/site-packages/deeptools/getScorePerBigWigBin.py", line 18, in countReadsInRegions_wrapper
return countFragmentsInRegions_worker(*args)
File "/bcb/agusevlab/miniconda2/lib/python2.7/site-packages/deeptools/getScorePerBigWigBin.py", line 107, in countFragmentsInRegions_worker
score = bwh.stats(chrom, exon[0], exon[1])
RuntimeError: Invalid interval bounds!
This problem appears to only be occurring when in BED-file mode, and bins mode successfully produces output without any errors being thrown up by the program.
The bed file has 4 tab-separated columns; no starts/stops < 0; has been successfully used with bedtools. I am on an hg19 build.
chr1 9378 11583 chr1-10378:10583
chr1 234663 236988 chr1-235663:235988
chr1 525459 527782 chr1-526459:526782
chr1 564857 567103 chr1-565857:566103
chr1 566449 568715 chr1-567449:567715
chr1 568801 571060 chr1-569801:570060
chr1 712872 715714 chr1-713872:714714
chr1 714121 716308 chr1-715121:715308
chr1 724851 727053 chr1-725851:726053
chr1 725832 728098 chr1-726832:727098
I am on deeptools 3.1.3 and Python 2.7.14 :: Anaconda, Inc.
Regards,
Anamay
Hi,
I am working with multiBigWigSummary and am getting the following error:
This problem appears to only be occurring when in BED-file mode, and bins mode successfully produces output without any errors being thrown up by the program.
The bed file has 4 tab-separated columns; no starts/stops < 0; has been successfully used with bedtools. I am on an hg19 build.
I am on
deeptools 3.1.3andPython 2.7.14 :: Anaconda, Inc.Regards,
Anamay