genome-nexus / genome-nexus-annotation-pipeline

Library and tool for annotating MAF files using Genome Nexus Webserver API
MIT License
8 stars 27 forks source link

Use post method as default #214

Closed ozguzMete closed 2 years ago

ozguzMete commented 2 years ago

By default, it uses the post method with a postIntervalSize of 100 In order to use the get method you have to set postIntervalSize to 1 It improved the duration of total test cases by more than 50%