Skip to content

Commit

Permalink
Corrected mask help
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Dec 21, 2018
1 parent a457cff commit 11fe1e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/mask.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ goalign mask -p -i al.phy -s 9 -l 10
This will replace 10 positions with N|X from the 10th position.
The output format is the same than input format.
Warning: If output is stdout, it works only if input format is Phylip, because
it is possible to split alignments afterwards (goalign divide for example).
`,
RunE: func(cmd *cobra.Command, args []string) (err error) {
var aligns align.AlignChannel
Expand Down

0 comments on commit 11fe1e8

Please sign in to comment.