Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fredericlemoine/goalign
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Jul 3, 2017
2 parents 1264647 + fa90c05 commit 8cdcef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/commands/clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Global Flags:

* Generating a gapped alignment, and removing positions having at least one gap:
```
goalign random -s 10 | goalign shuffle gaps -n 1 -r 0.1 -s 10 | goalign clean
goalign random -s 10 | goalign mutate gaps -n 1 -r 0.1 -s 10 | goalign clean
```

Should give on stdout:
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/unalign.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Global Flags:
* Generating random alignment, adding 50% gaps in 50% of the sequences, and unaligning it:
```
# Gapped alignment
goalign random -s 10 -p | goalign shuffle gaps -s 10 -p
goalign random -s 10 -p | goalign mutate gaps -s 10 -p
# Gapped alignment => unaligned
goalign random -s 10 -p | goalign shuffle gaps -s 10 -p | goalign unalign -p
goalign random -s 10 -p | goalign mutate gaps -s 10 -p | goalign unalign -p
```
Should output:
```
Expand Down

0 comments on commit 8cdcef7

Please sign in to comment.