Michael Franklin
Michael Franklin
Hi @bjpop, this would be a good addition to to the watch screen. I started working on this a while ago to support `curses`, or allowing `janis watch` to not...
You can add them to the registry in the exact same way as a command tool (by declaring it and importing it in the provider’s __init__. There’s an example here:...
No worries! Keep feeling free to raise issues on here, very happy to answer them! It’s actually amazing that planes have WIFI.
Yes you could build a PythonTool that returned an object: ``` { “sampleName”: YourSampleName, "R1": samplename_R1.fastq.gz, "R2": samplename_R2.fastq.gz } ``` Which could map to the outputs: - sampleName: String() -...
Ah I see I see. We don’t support these custom structures. I’d recommend making each return type an array: ``` def outputs(self) -> List[List[TOutput]]: return [ TOutput("samplename", Array(String())), TOutput("R1", Array(FastqGz())),...
Hey @kinow, thanks for noticing and raising this issue. I'm not sure why they were removed, but the submodules in this repository are more symbolic for a _signpost_ janis release....
Hey @matthdsm, for workflow step inputs, this is planned to be resolved by #8. I can't give you an exact ETA, but I'm intending to start work on this soon.
Hey @matthdsm, thanks for standing by while I've been working on this feature. It's still WIP, but just wanted to let you know that in the Expressions PR (#8), this...
Hey @matthdsm, I'm edging closer towards the generalised expressions. Specifically the CWL implementation for this feature has been completed, and the example workflow from before converts to the following CWL:...
Hey @kinow, sorry for the late response. You're absolutely right, these were generating on a Mac, and the warnings can be ignored, I'll keep this open so next time the...