motleystate / moonstone

Library to perform Metagenomics data analysis with Python
https://moonstone.readthedocs.io/en/latest/?badge=latest
MIT License
1 stars 0 forks source link

Reformulate import instructions in documentation #94

Closed AgnesBaud closed 10 months ago

AgnesBaud commented 2 years ago

Description

Documentation says that to import a parser, you need to use: from moonstone.parsers import YourFavoriteParser

When you actually need to import SunbeamKraken2Parser with: from moonstone.parsers.counts.taxonomy import SunbeamKraken2Parser

Related links

https://moonstone.readthedocs.io/en/latest/user_guide/getting_started_with_moonstone.html

AgnesBaud commented 10 months ago

Actually I will just add them to the __init__.py so that then can be imported as written in current documentation

AgnesBaud commented 10 months ago

Resolved with #103