Psiblast: Stop After Checkpoint?
1
0
Entering edit mode
11.9 years ago
pascal • 0

Hi,

I'm using psiblast 2.2.25+ to generate PSSMs for PSIPred, and I noticed that even after writing to the checkpoint file, it takes a while (feels like half the run time) before exiting, even though I don't need any output beyond that. Running with:

psiblast -db $DB -out_pssm $PSSM -num_iterations 3 -num_alignments 0 -out /dev/null < $QUERY

Are there some other parameters to prevent further calculations? (I'd also like to print the PSSM to STDOUT, and I don't like its ASN.1 format either ­— could I use the API to customize this? I haven't found any examples…)

Edit: looked at the source and it turns out the checkpoint file is written after every iteration (except the first, i.e. two times for me), so the time I thought nothing happened was actually the last iteration. It does exit immediately after writing the last checkpoint.


Also I'm getting a warning: "Composition-based score adjustment conditioned on sequence properties and unconditional composition-based score adjustment is not supported with PSSMs, resetting to default value of standard composition-based statistics", can I shut this up by setting -comp_based_stats? (but I don't give it, so it's resetting it from default to default?!)

blast • 3.0k views
ADD COMMENT
1
Entering edit mode
11.9 years ago

I would not worry about the warning. Read ALtschuls paper on Composition-based score adjustment and you will understand that these are just incompatible. There is nothing more to it and PSI-Blast automatically corrects.....

ADD COMMENT

Login before adding your answer.

Traffic: 2080 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