EBI-Metagenomics / MGnifyR

R package for searching, downloading and analysis of EBI MGnify metagenomics data
https://ebi-metagenomics.github.io/MGnifyR/
Artistic License 2.0
19 stars 11 forks source link

Could not find function "mgnify_get_downloads" #2

Closed stitam closed 2 years ago

stitam commented 3 years ago

Hi, thanks @beadyallen for developing this package! I've recently started using it and found a small issue. The man file for mgnify_download() contains the following line within the examples: downloads <- mgnify_get_downloads(mg, accession_vect, "analyses"). However, when I try to run it it gives the following error:

Error in mgnify_get_downloads(mg, accession_vect, "analyses") : 
  could not find function "mgnify_get_downloads"

I suspect that the name of the function has been updated to mgnify_get_download_urls() which works flawlessly.

beadyallen commented 2 years ago

Yep - you're right. That was a typo. Thanks