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
- Host: GitHub
- URL: https://github.com/czheluo/geo-download
- Owner: czheluo
- Created: 2020-05-07T15:15:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T16:25:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T17:34:44.905Z (4 months ago)
- Language: Perl
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```