ncbi / datasets

NCBI Datasets is a new resource that lets you easily gather data from across NCBI databases.
https://www.ncbi.nlm.nih.gov/datasets
Other
369 stars 41 forks source link

Minor typo for "documentaion" in unzipped datasets output #364

Closed d33bs closed 5 months ago

d33bs commented 5 months ago

Before opening an issue, please:

Describe the bug

Thank you for the great work on this tool! I noticed a small typo in zipped content for the word "documentation". This appears in the unzipped output from using the datasets tool under the first/top-level README.md file within the unzipped output. I noticed this via the Linux version and using the download genome taxon ... options (unsure if this applies everywhere).

There's a section which currently includes "documentaion" as a minor typo:

### Where can I find NCBI Datasets documentation?

Visit the NCBI Datasets documentaion pages:
https://www.ncbi.nlm.nih.gov/datasets/docs/

To Reproduce

  1. Install latest datasets: https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets
  2. Download a dataset: datasets download genome taxon 'Escherichia coli' --reference --filename download.zip
  3. Unzip the output: unzip download.zip -d download
  4. Check the README for the mispelling: cat download/README.md | grep 'documentaion'

Expected behavior

Minor spelling correction.

Thank you

Thanks for your feedback--your bug reports help improve NCBI Datasets.

ericcox1 commented 5 months ago

Hi @d33bs,

Thanks for reporting this typo. We'll get this fixed sometime this week.

Best, Eric

Eric Cox, PhD [Contractor] (he/him/his) NCBI Datasets NIH/NLM/NCBI eric.cox@nih.gov

d33bs commented 5 months ago

Thank you @ericcox1 !

ericcox1 commented 5 months ago

Hi @d33bs,

This typo has been fixed in production.

Thanks again for your bug report.

Best, Eric

d33bs commented 5 months ago

Awesome turnaround! Thanks @ericcox1 !