Skip to content

Commit

Permalink
changed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Oct 11, 2018
1 parent 5e1aaba commit 7532de4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +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
* identical: Tells whether 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 Down
4 changes: 2 additions & 2 deletions cmd/identical.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ var compalign string

var identicalCmd = &cobra.Command{
Use: "identical",
Short: "Assess wether the two alignments are identical",
Long: `Assess wether the two alignments are identical.
Short: "Assess whether the two alignments are identical",
Long: `Assess whether the two alignments are identical.
`,
RunE: func(cmd *cobra.Command, args []string) (err error) {
Expand Down
2 changes: 1 addition & 1 deletion docs/api/identical.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### identical

Telling wether two alignments are identical
Telling whether two alignments are identical

```go
package main
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/identical.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Commands

### identical
Tells wether two alignments are identical.
Tells whether two alignments are identical.

Alignments are considered identical if:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +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
[identical](commands/identical.md) ([api](api/identical.md))| | Tells whether 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 Down

0 comments on commit 7532de4

Please sign in to comment.