Skip to content

Commit

Permalink
Changed option for stockholm format, now -k. The previous had conflic…
Browse files Browse the repository at this point in the history
…ts with other commands #15
  • Loading branch information
fredericlemoine committed Sep 17, 2024
1 parent 05d8e38 commit e80c26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func init() {
RootCmd.PersistentFlags().BoolVarP(&rootphylip, "phylip", "p", false, "Alignment is in phylip? default fasta")
RootCmd.PersistentFlags().BoolVarP(&rootnexus, "nexus", "x", false, "Alignment is in nexus? default fasta")
RootCmd.PersistentFlags().BoolVarP(&rootclustal, "clustal", "u", false, "Alignment is in clustal? default fasta")
RootCmd.PersistentFlags().BoolVarP(&rootstockholm, "stockholm", "s", false, "Alignment is in stockholm? default fasta")
RootCmd.PersistentFlags().BoolVarP(&rootstockholm, "stockholm", "k", false, "Alignment is in stockholm? default fasta")
RootCmd.PersistentFlags().IntVarP(&rootcpus, "threads", "t", 1, "Number of threads")

// If ignore is IGNORE_NONE: Does not ignore anything
Expand Down

0 comments on commit e80c26d

Please sign in to comment.