https://github.com/danrpts/pangify
File converter for UCSC CS160
https://github.com/danrpts/pangify
Last synced: 3 months ago
JSON representation
File converter for UCSC CS160
- Host: GitHub
- URL: https://github.com/danrpts/pangify
- Owner: danrpts
- Created: 2015-05-07T22:03:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T03:45:10.000Z (about 10 years ago)
- Last Synced: 2024-10-16T01:32:21.538Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pangify
Use pangify to convert your poly and coor files into a
friendly javascript format.## Install
`npm install -g pangify`## Usage
`pangify {OPTIONS} [MODEL ...]``MODEL` is the path and name of a file. Omit the extension and see option `-i`.
`OPTIONS` are:
-i Comma seperated input extensions. Default is -i poly,coor
-d Set ouput directory. Default is the path to file.
-v Show tokenized ouput. For debugging.
## Model Data
Here is one way to get a set of poly and coor files`wget -A poly,coor -m -nd https://users.soe.ucsc.edu/~pang/160/s15/data/`