Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coraallensavietta committed Oct 7, 2020
1 parent e1d6130 commit fb1a7e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/man/phyLiNC_plot.md → docs/src/man/phyLiNC.md
Expand Up @@ -158,7 +158,7 @@ If you're unsure how many you've added, youcan check how many processors Julia
currently has using `nprocs()`.

```julia
nprocs()
nworkers()
```

After adding processors, whether with `-p` or `addprocs()`, be sure to reload any
Expand All @@ -175,9 +175,7 @@ net = PhyloNetworks.phyLiNC!(startingtree, fastafile, :JC69)

TODO show output?

## Network Vizualization
To plot your estimated networksm you can use the visualization package, PhyloPlots.

To plot your estimated networks you can use the visualization package, PhyloPlots.
```@example snaqplot
using PhyloPlots
using RCall # hide
Expand Down

0 comments on commit fb1a7e3

Please sign in to comment.