Bruno P. Kinoshita

Results 706 comments of Bruno P. Kinoshita

This workflow is using it to replace spaces by underscores (for filename): https://github.com/broadinstitute/viral-pipelines/blob/f009d869ddb75770ae0aa69d9dd8bcaf1390502e/pipes/WDL/tasks/tasks_reports.wdl#L367 That workflow has a lot more than what we need, so we can just extract the test...

>Alas replaceAll is not in ECMAScript 5.1 :open_mouth: thought it was available in that spec. Sounds like the global flag is the way to go then :+1:

Normally the author(s) create a folder for the joss paper in the code repository, and have the markdown file that follows their example: https://joss.readthedocs.io/en/latest/submitting.html#example-paper-and-bibliography Obviously @mr-c , Melissa, and myself...

Good idea @melibleq . So far I have only looked at the translator code and at miniwdl API. Might be a good time to start looking at the miniwdl ideas...

@Th3nn3ss I think we made some progress here? Could you check and update the check boxes above? Thanks!!!

>Yes, should not be too hard, although something like that will be disabled by default (since there really shouldn't be any output apart from the program itself). Sounds excellent! When...

Hi @feedhandler ! Thanks for reporting it. Would you be able to send a pull request with the fix? Not sure if it'd be easy/doable to have a test for...

>That is a good idea! I wrote it on my list. I will also offer the user an option to use the image from the .epub file if it has...

NOTE: See closed/archived (not-merged) PR #101 for some related comments and cases for tests.

> Just to check, the correct behaviour should be: > > `2000-01-01T00Z + 03-30T00Z = 2000-03-30T00Z`? That was my understanding @MetRonnie :+1: