FASconCAT-G offers a wide range of possibilities to edit and concatenate multiple nucleotide, amino acid, and structure sequence alignment files for phylogenetic and population genetic purposes. The main options include sequence renaming, file format conversion, sequence translation, consensus generation of predefined sequence blocks, and RY coding as well as site exclusions in nucleotide sequences. FASconCAT-G implemented process options can be invoked in any combination and performed during a single process run. FASconCAT-G can also read in and handle different file formats (FASTA, CLUSTAL, and PHYLIP) in a single run.
33
stars
20
forks
source link
!FILE-ERROR!: Unknown character found in sequence #6
Should the program remove the whitespace in the sequences when it reads the alignments? As far as I know, whitespaces are not treated as special characters like - or Ns in an alignment, right? If this is the case, we may safely remove the whitespace in the sequences of alignments.
Hi Patrick,
I found the program has some problems when an alignment has internal whitespaces.
Say I have two files
aln_1.fas
andaln_2.fas
in the same directory, from which I run the command:the program stopped:
The content of
aln_1.fas
file:The content of
aln_2.fas
file:The code printing out the Error message was:
Therefore, it is the above code that cannot handle the whitespace inside an alignment.
If I remove the whitespace, for example, aln_1.1.fas:
aln_2.1.fas:
then the program works fine.
Should the program remove the whitespace in the sequences when it reads the alignments? As far as I know, whitespaces are not treated as special characters like
-
orN
s in an alignment, right? If this is the case, we may safely remove the whitespace in the sequences of alignments.Cheers Guanliang