Skip to content

Commit

Permalink
Modified README and docs/index for new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Oct 11, 2018
1 parent eabecb5 commit 5e1aaba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ You may go to the [doc](docs/index.md) for a more detailed documentation of the
* clean: Removes gap sites/sequences
* sites : Removes sites with gaps
* seqs : Removes sequences with gaps
* codonalign: Aligns a given nt fasta file using a corresponding aa alignment (by codons)
* compute: Different computations (distances, etc.)
* distances: compute evolutionary distances for nucleotide alignment
* entropy: compute entropy of alignment sites
Expand All @@ -130,6 +131,7 @@ You may go to the [doc](docs/index.md) for a more detailed documentation of the
* divide: Divide an input alignment in several output files (one per alignment)
* draw: Draw alignments
* biojs: Display an input alignment in an html file using [BioJS](http://msa.biojs.net/)
* identical: Tells wether two alignments are identical
* mutate: Adds substitutions (~sequencing errors), or gaps, uniformly in an input alignment
* gaps: Adds gaps uniformly in an input alignment
* snvs: Adds substitutions uniformly in an input alignment
Expand All @@ -154,6 +156,7 @@ You may go to the [doc](docs/index.md) for a more detailed documentation of the
* swap: Swap portions of some sequences (cut/paste)
* stats: Prints different characteristics of the alignment
* alleles
* alphabet
* char
* length
* nalign
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Command | Subcommand |
[clean](commands/clean.md) ([api](api/clean.md)) | | Removes gap sites/sequences
-- | sites | Removes sequences with gaps
-- | seqs | Removes sites with gaps
[codonalign](commands/codonalign.md) ([api](api/codonalign.md))| | Different computations (distances, entropy, etc.)
[compute](commands/compute.md) ([api](api/compute.md)) | | Different computations (distances, entropy, etc.)
-- | distance | Computes distance matrix from inpu alignment
-- | entropy | Computes entropy of sites of a given alignment
Expand All @@ -68,6 +69,7 @@ Command | Subcommand |
[divide](commands/divide.md) ([api](api/divide.md)) | | Divide an input alignment in several output files
[draw](commands/draw.md) ([api](api/draw.md)) | | Draws an input alignment
-- | biojs | Displays an input alignment in an html file using biojs
[identical](commands/identical.md) ([api](api/identical.md))| | Tells wether two alignments are identical
[mutate](commands/mutate.md) ([api](api/mutate.md)) | | Adds substitutions (~sequencing errors), or gaps, uniformly in an input alignment
-- | gaps | Adds gaps uniformly in an input alignment
-- | snvs | Adds substitutions uniformly in an input alignment
Expand All @@ -93,6 +95,7 @@ Command | Subcommand |
[sort](commands/sort.md) ([api](api/sort.md)) | | Sorts the alignment by sequence name
[stats](commands/stats.md) ([api](api/stats.md)) | | Prints different characteristics of the alignment
-- | alleles | Prints the average number of alleles per sites of the alignment
-- | alphabet | Prints the alphabet detected for the alignment
-- | char | Prints frequence of different characters (aa/nt) of the alignment
-- | length | Prints the length of sequences in the alignment
-- | maxchar | Prints max occurence char for each alignment site
Expand Down

0 comments on commit 5e1aaba

Please sign in to comment.