On Jun 2, 2008, at 6:30 AM, Meifeng wrote:
>
> Dear all,
>
> I couldn't manage to transform more than one read file into fixed
> states.
> It only works when I put for instance 18S+morphology.
> I tried:
> - read one sequence file, transform to fixed states, then read another
> file and do transforming--> doesn't work, it gives a
> "not_found" (although the first input file has been transformed)
> - read all sequences files first, then perform them to fixed states-->
> "not_found".
I can't reproduce this, could you please describe the data and post
the script that present the error? There is no need to access the
actual data, but I will need to know how many fragments, and the
precise script that you used to read the data in.
>
>
> Is the fixed_states applicable only for one file in one analysis?
No, in principle any number of characters could be transformed into
fixed states. What you are experiencing is a bug. The portions
involved in this functionality where probably the last bit of non-
trivial functionality that was changed in POY before the release, so
it is a good candidate to find some trouble.
best,
Andres
>
>
> Thank you
> isabelle
> >
>
> Hello Andres,
> Thank you for you reply. here is what I've done:
>
> - first try:
>
> wipe ()
> set (log: "FSOcomb.log")
> (*5 files with molecular data only*)
> read ("/Users/Zouzou/Desktop/SequencesEriococcidae/18S#.txt","/Users/
> Zouzou/Desktop/SequencesEriococcidae/28S.txt", "/Users/Zouzou/Desktop/
> SequencesEriococcidae/coisequences.txt", "/Users/Zouzou/Desktop/
> SequencesEriococcidae/COII.txt","/Users/Zouzou/Desktop/
> SequencesEriococcidae/EF.txt")
> select (terminals, files: ("/Users/Zouzou/Desktop/
> SequencesEriococcidae/18Sfamille.txt"))
> set(root: "Planococcus_ficus")
> transform(fixed_states)
I can't reproduce it yet, but here is one question: what happens if
you do the following (which is equivalent to your script):
wipe ()
set (log: "FSOcomb.log")
read ("/Users/Zouzou/Desktop/SequencesEriococcidae/18S#.txt","/Users/
Zouzou/Desktop/SequencesEriococcidae/28S.txt", "/Users/Zouzou/Desktop/
SequencesEriococcidae/coisequences.txt", "/Users/Zouzou/Desktop/
SequencesEriococcidae/COII.txt","/Users/Zouzou/Desktop/
SequencesEriococcidae/EF.txt")
transform(fixed_states)
select (terminals, files: ("/Users/Zouzou/Desktop/
SequencesEriococcidae/18Sfamille.txt"))
set(root: "Planococcus_ficus")
Does it work then? If yes, could you verify that the input data is
correct in report (cross_references)?
best,
Andres