Skip to content

Commit

Permalink
Updated the names of the fasta files created by the vignette example …
Browse files Browse the repository at this point in the history
…scripts.
  • Loading branch information
sbotond committed Jan 19, 2011
1 parent 22585f2 commit 10128cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/example_V3.1.R
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ plot(sim)
# Save the resulting alignment, skip internal nodes:
saveAlignment(
sim, # the phylo object
file="example_V1_aln.fas",
file="example_V3.1_aln.fas",
skip.internal=TRUE # filename for alignment
);

Expand Down
2 changes: 1 addition & 1 deletion examples/example_V3.2.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ nodelabels()
# Save the resulting alignment:
saveAlignment(
sim, # the phylo object
file="example_V2_aln.fas", # filename for alignment
file="example_V3.2_aln.fas", # filename for alignment
);

2 changes: 1 addition & 1 deletion examples/example_V3.3.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Simulate(sim)
# plot tree and alignment
plot(sim)
# save alingment
saveAlignment(sim,file="example_V3.fas");
saveAlignment(sim,file="example_V3.3.fas");

# disable fast & careless mode
rm(PSIM_FAST)
Expand Down
2 changes: 1 addition & 1 deletion examples/example_V3.4.R
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Simulate(sim)
# Plot tree and alignment
plot(sim)
# Save alingment
saveAlignment(sim,file="example_V4.fas");
saveAlignment(sim,file="example_V3.4.fas");

# Disable fast & careless mode
rm(PSIM_FAST)
Expand Down

0 comments on commit 10128cc

Please sign in to comment.