BED to BigBed conversion problem.
1
0
Entering edit mode
7.9 years ago
ashkan ▴ 160

Hi Guys, I am trying to convert BED file to BigBed file using the following command: " bedToBigBed 3_accepted_hits.bed chrom.sizes myBigBed.bb ". the error is: "bedToBigBed: command not found" my bed file and bedToBigBed (downloaded from UCSC) are in the same directory.

who knows how I can solve this problem?

thanks

RNA-Seq next-gen sequencing • 3.1k views
ADD COMMENT
2
Entering edit mode
7.9 years ago
Ryan Dale 5.0k

Instead of bedToBigBed try typing ./bedToBigBed (with a leading dot and forward slash). See http://www.linfo.org/dot_slash.html for why this is needed.

ADD COMMENT
0
Entering edit mode

@Ryan: I tried and gave this error: "bash: ./bedToBigBed: Permission denied"

ADD REPLY
0
Entering edit mode

chmod a+x bedToBigBed and then it'll likely work.

ADD REPLY
0
Entering edit mode

again this error: "bash: ./bedToBigBed: Permission denied"

ADD REPLY
0
Entering edit mode

A possibility is that you are working in a normal user account and may need to do sudo chmod a+x ./bedToBigBed in the directory where the file is present.

ADD REPLY

Login before adding your answer.

Traffic: 1875 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6