green-striped-gecko / dartR.base

Base dartR package (mainly loading, filter, report, basic functions and exporting)
0 stars 3 forks source link

Bug fix for cases when markers which have no scored alleles: #79

Closed thatkow closed 2 months ago

thatkow commented 2 months ago
```r
gl = platypus.gl
class(gl) = "genlight"
gl2gi(gl)
```

Was causing error:

Error in .nextMethod(x = x, value = value) :
  Vector length does no match number of loci
green-striped-gecko commented 2 months ago

all good. thanks andrew