skdhanraj wrote: |
i am not able to make background frequency file (-bfile) using fasta-get-markov of the order 5. i need to know the syntax for using this program as where i have to specify my sequence file (in fasta format). thx in advance surendra |
Code: |
#fasta-get-markov -help USAGE: fasta-get-markov [-m <order>] [-p] [-m <order>] order of Markov model to use; default 0 [-p] use protein alphabet; default: use DNA alphabet Estimate a Markov model from a FASTA file of sequences. Ignores (removes) ambiguous characters before computing the model. Reads standard input. Writes standard output. |
skdhanraj wrote: |
yeah i am getting the usage of this program ..........what i mean to ask is- the syntax of this program i.e. #./fasta-get-markov -m 5 seq1.fasta its not working , it simply prints the usage what u have writtin. is there any other program which can generate backgroud markov model for the order 5??? |
Code: |
fasta-get-markov -m 5 < seq1.fasta > my_fifth_order_profile |