ChristopherWilks / snaptron

fast webservices based query tool for large sets of genomic features
Other
25 stars 7 forks source link

Fixed type header #1

Closed PhaniGaddipati closed 8 years ago

PhaniGaddipati commented 8 years ago

Changed boolean field types from int to bool, change str casting of type (which gives the format of "<type 'int'>") to getting the actual name (str.name == "str")