@Ryan: I tried and gave this error: "bash: ./bedToBigBed: Permission denied"
BED to BigBed conversion problem.
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
• 3,965 views
•
link
1 answer
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.
• 1 views
•
link
• 1 views
•
link
chmod a+x bedToBigBed and then it'll likely work.
• 1 views
•
link
Log in to answer this question.