solarknow / prottest3

Automatically exported from code.google.com/p/prottest3
GNU General Public License v2.0
0 stars 0 forks source link

Restrict Model types #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there a way to restrict the models included in a run? I tried the "-MtArt? F 
–MtREV F –MtMam? F" format from the old version and it doesn't seem to 
work. Thanks, Sarah

Original issue reported on code.google.com by sarilo...@gmail.com on 16 Jul 2013 at 4:19

GoogleCodeExporter commented 9 years ago
On one hand you can restrict the matrices that way:

 -[matrix]
            Include matrix (Amino-acid) = JTT LG DCMut MtREV MtMam MtArt Dayhoff WAG 
                                      RtREV CpREV Blosum62 VT HIVb HIVw FLU 

e.g., -MtArt -MtREV -MtMam

On the other hand, you can choose if you want to use both empirical and 
model-driven frequencies with -F argument, but you cannot use different 
frequencies/rate variation parameters for each single matrix.

In your case you shoud use "-MtArt -MtREV -MtMam -F"

I hope this is what you need.

Original comment by DiegoDL84 on 16 Jul 2013 at 4:27

GoogleCodeExporter commented 9 years ago
BTW, please use the discussion forum for further questions:

https://groups.google.com/forum/m/#!forum/prottest

Original comment by DiegoDL84 on 16 Jul 2013 at 4:28