MG-RAST / AWE

workflow and resource management system for bioinformatics data analysis
BSD 2-Clause "Simplified" License
69 stars 21 forks source link

support fileless output #214

Closed teharrison closed 10 years ago

teharrison commented 10 years ago

allow a task to upload just attributes and no file to output node (not use 'upload' form option). an output name would still be required, but this would not map to a file, instead there would be a flag in the output struct (ie. nofile: true) that indicated this.

teharrison commented 10 years ago

added support for this (using 'nofile' flag in output struct)