Entering edit mode
7.4 years ago
rmartson
▴
30
I've installed BLAST and BLAT on my computer (OSX) but am confused with how many different files there are to download to set up a database on my computer and how to go about it. Can I use one with both BLAST and BLAT? Should I get the partially non-redundant database?
Hey, I appreciate your help on my other question. I have the hg38.fa database file and can run BLAT searches on it now. However, the psl2bed script you recommended returns a "segmentation fault" error
I don't think I'm doing anything wrong personally
Is there any other way I can work with psl data? Maybe some way I could retrieve sequences from pslx data and convert it into FASTA somehow?
It may be easier to build binaries from source, if you are using pre-built binaries.
I'm on Mac OSX and just used the .pkg installer so there shouldn't have been any issues
Hmm, well, if you can put your PSL file somewhere I can look at, so that I can debug on my end, that would be handy. Now is a good time as we're getting close to a 2.4.27 release. Let me know if you'd like me to take a look at your file.
Oh wow, didn't know you were a developer. That's happened to me twice now
Here's a temporary pastebin if that works: https://pastebin.com/6QxK1mqG
I just downloaded and installed bedops 2.1.2 for mac from this site: https://bedops.readthedocs.io/en/latest/content/installation.html#mac-os-x
And then got this:
Thanks, I'll take a look soon. I'm not sure if you're getting an older version of the BEDOPS pkg installer? We're up to v2.4.26, at the moment. You might be getting the right pkg, but you might double-check that, just in case.
Sorry, I installed an older version on that page
Just found the latest installer on github, thank you.
Edit: I updated and got the same error again though. Just a slightly different error message.
Thanks. Looks like I can repeat the problem on my end. I'll follow up when I know more.
I have patched
psl2bed
to fix this issue. It may still be a day or two before a new release is out. If you need something now, you could build this from source.If you need to install a compiler on your OS X computer, you could do the following:
Once that's out of the way, or if you already have a compiler toolkit installed, you can do the following
Then run
psl2bed
, as described above.