Skip to content

Commit

Permalink
Merge pull request #54 from nirmalpatel/master
Browse files Browse the repository at this point in the history
Edited seq_distmatrix for case when b is not provided
  • Loading branch information
markvanderloo committed Apr 30, 2017
2 parents be4a3e9 + f0c09ad commit bddbf04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/R/seqdist.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ seq_distmatrix <- function(a, b
return( lower_tri(a
, method=method
, weight=weight
, q=q
, p=p
, useNames=useNames
, nthread=nthread)
)
Expand Down

0 comments on commit bddbf04

Please sign in to comment.