dockstore / write_api_service

Implementation of tool-registry-schema with experimental write API support
https://github.com/ga4gh/tool-registry-schemas
Apache License 2.0
1 stars 1 forks source link

Change secondary files to a list #26

Open garyluu opened 7 years ago

garyluu commented 7 years ago

Currently secondary files takes a single string as an input. Thus, it will only push one file to GitHub. In many cases, there will be multiple secondary files. Changing secondary files to a list of strings will allow multiple files to be pushed.