Julian Mazzitelli
Julian Mazzitelli
@tiagofilipe12 this is related to #66
For example, to get starting files from CWD into DAG: ``` javascript const getters = task({ input: { reference: '*.fna', reads: '*.fq' }, output: [ 'reference.fna', 'reads.fq' ] }, ({...
hi! thanks for the feedback! we are well aware of CWL, while this project was being developed (I had 12 weeks, 4 of which was deciding [what to do](https://jmazz.me/blog/NGS-Workflows)..), we...
cc @tetron @mr-c @pditommaso
Nice to meet you as well @mr-c :) Great project summary! Hope my uninformed comments were not taken in a bad way! > Nothing in CWL requires the use of...
Ah, did not realize that. If this is used just for uploading/downloading files before/after tasks, having a Promise API is not a problem (it can be like a stream that...
np. | Thing | Version | | :-- | :-- | | Atom | 1.6.0 | | r-exec | 0.3.4 | | iTerm | 2.9.20160313 | | OSX | 10.11.3...
Um, I was cmd+enter'ing on a `source()` line. But it was not working anywhere. and `setwd` wouldn't go through either. ``` r source("ontology-explorer.r") ```
Sure, I'll update and try again soon.
I'd say read (glancing as appropiate) RAML and OpenAPI specs (can't say which order is best), and check out mulesoft's [oas-raml-converter](https://github.com/mulesoft/oas-raml-converter), which is specifically useful for its [lost semantics](https://github.com/mulesoft/oas-raml-converter/blob/master/docs/RAML10-to-OAS30.md#lost_semantics) sections.