ropensci / bold

Interface to the Bold Systems barcode webservice
https://docs.ropensci.org/bold
Other
17 stars 11 forks source link

Markers option not working #25

Closed boopsboops closed 7 years ago

boopsboops commented 8 years ago

A minor bug ... selecting markers has no effect in bold_seqspec. Not such a high priority, as markers other than COI can be discarded manually after the dataframe is downloaded, but took me a while to work out why my sequences would not align!

unique(bold_seqspec(taxon="Melanogrammus aeglefinus", marker="COI-5P")$markercode)
sckott commented 8 years ago

thanks, will have a look

sckott commented 8 years ago

That's a problem with the BOLD web service. I asked them about it, hopefully we'll get a response soon

sckott commented 7 years ago

Seems that this is working now @boopsboops - make sure to install latest devtools::install_github("ropensci/bold")

let me know if not working