Metadata-Version: 2.1
Name: ENATool
Version: 0.0.0
Summary: Convenient dowloader of raw files from ENA
Home-page: https://github.com/RCPCM-GCB/ENA_tool
Author: P.Tikhonova
Author-email: tikhonova.polly@mail.ru
License: MIT
Description: # ENA_tool
        Convenient dowloader of raw files for ENA.
        
        - Fetches all samples info and metadata from xml files at ENA browser for a project by project id (accession). 
        - Stores this information to `.csv` and `.html` files. 
        - Allows to download .fastq files using [enaDataGet](https://github.com/enasequence/enaBrowserTools)
        
        The examples of usage this tool and the outputs you can find in `examples` folder.
        
        To use, please install:
         - EnaTool: `pip install ENA_tool`
         - enaDataGet: follow the [instructions](https://github.com/enasequence/enaBrowserTools) 
        
        Before usage, please, make sure, that `enaDataGet` is installed properly and that command like `enaDataGet -f fastq -a ACCESSION` works fine.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
