Question: Fwd: [Galaxy-Lab] Question About Branch Lengths Estimation
0
Guruprasad Ananda • 230 wrote:
Hi Melissa,
So looks like you'll have to use 'N' as a masking character instead of
#. You can either rerun quality masking on your alignments or do the
following to convert your #s to Ns in your masked fasta files.
1. Convert fasta to tabular
2. Use 'Text manipulation -> Compute' tool on the tabular file from
step(1) to convert #s to Ns, using the following expression:
c2.replace(chr(35),"N")
3. Convert output of step(2) to Fasta using 'Convert formats ->
Tabular-to-FASTA' tool with c1 as title column and c3 as sequence
column.
Thanks,
Guru.
Begin forwarded message:
ADD COMMENT
• link
•
modified 8.2 years ago
by
Melissa A. Wilson Sayres • 60
•
written
8.2 years ago by
Guruprasad Ananda • 230