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

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

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/`