-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch conversion #104
Comments
Agreed. Perhaps allow for ZIP file upload and download. BTW: did you know this is accessible via an API, so you could right a fairly simple problem to do this? Also, you can write a simple script using libSBOLj JAR file directly. |
ZIP file upload would probably do the trick. Even more convenient might be the ability to select multiple files via the "Choose File" button (when I tried with ZIP file download makes sense to me as well. You'll have to think about how you want to fail of course (omit files for which conversion fails? Abort the entire conversion? etc.). I was not aware of the Validation/Conversion API. It might be worth linking to that API from the Validator and Converter front pages. I am vaguely aware of the SBOL Data libraries. While those interfaces are great for programmers, I think you stand to capture other users who are otherwise unwilling to drop down into a programming language (on this occasion, I count myself among them) by exposing this functionality through the web interface. |
Fair enough. @zachzundel how difficult would this be? |
A convenient way to do batch conversions of many files through the web interface would be nice.
The text was updated successfully, but these errors were encountered: