An open API service indexing awesome lists of open source software.

https://github.com/czheluo/geo-download

Download GEO data using geofetch
https://github.com/czheluo/geo-download

Last synced: 2 months ago
JSON representation

Download GEO data using geofetch

Awesome Lists containing this project

README

        

### Download GEO data using geofetch
>install geofetch
```shell
$ pip install --user geofetch
```
> pipeline
```shell
$perl GEO.download.pl
Contact: [email protected];
Script: GEO.download.pl
Description:

eg: perl GEO.download.pl -geo GSE107585 -proname GSE107585 -out ./

Usage:
Options:
-geo geo number
-out output dir
-proname project name
-dsh work dir shell
-h Help
```