This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bigbedsummary Usage

Hello, I am having trouble with runing biBedSummary. Usage is: bigBedSummary .bb file Chrom start end dataPoints I input bigBedSummary my.bb but Chrom1 start= end=* dataPoints=1 (default) I get back the message that start, end and dataPoints are not valid arguments. Any help? Thanks.

2 answers

for chr1:1-100000, try

bigBedSummary file.bb chr1 1  100000 1

Thanks! it worked now.

Log in to answer this question.