Gblocks file not opened error
I am trying to extract the conserved regions from the MSA file but when I open the file, it is stated file not opened even that was in a FASTA format, and I have tried to convert it to PIR, and didn't work as well. Any suggestions, please?
• 2,014 views
•
link
1 answer
The following will process a FASTA protein file called seqs.fsa at the command line:
Gblocks seqs.fsa -t=p
It will create two files: seqs.fsa-gb (a FASTA file with the selected positions) and seqs.fsa-gb.htm (an HTML report showing the selected positions). The -t parameter would be "d" for DNA.
Gblocks can be run as a point-and-click function in the BIRCH system. An example can be seen in the BIRCH phylogeny tutorial Distance methods.
• 0 views
•
link
Log in to answer this question.
As always:
Shouldn't some abbreviated guidelines like this be shown at the top of each "New Post" form?