Expose Snakemake generation of APE to RestfulAPE#95
Conversation
vedran-kasalica
left a comment
There was a problem hiding this comment.
Thanks @eladrion, the changes look good, and it's nice that you also improved the JavaDocs in the process!
The only observation (similar to the one in workflomics PR #111 is that it might be rare that a user wants a zip file that includes both cwl and snakemake files. Maybe the request can have parameters that determine what is returned. Or zip could include folders based on the availability, e.g., if 0 cwl files were requested in the configuration file the zip should not include the cwl folder.
|
Hi @vedran-kasalica, I like the idea of optional subfolders depending on requested and existing language specific outputs. I will implement this as a separate PR and it will also become part of v1.1. |
|
Thanks @eladrion, sounds great! Feel free to merge this PR in that case |
|
Hi @vedran-kasalica. Issue created for subfolders. Merging now. |
Pull Request Overview
This PR updates RestAPE by depending on APE 2.6.1 and exposing Snakemake files generated by APE
Related Issue
Changes Introduced
RestAPE now triggers the generation of Snakemake files. Also, the Snakemake files are added to the workflow ZIP file
and the Snakemake files are retrievable separately
How Has This Been Tested?
snakemakeChecklist