Edmund Miller
Edmund Miller
They could just manually set the container image if they wanted the docker image right?
There's also `bam_sort_stats_samtools`? What do we want to do about that one?
Yeah, that's the tough part with subworkflows, it's opinionated. We can't get down to something atomic like the modules, it's just going to have to be community consensus. But without...
Any updates on this? I think I'm having the same issue where imap works but smtp is trying to login with a plain password.
``` 2020-09-05 10:33:34,990 DEBUG [davmail.smtp.SmtpServer] davmail - Connection from /127.0.0.1 on port 1025 2020-09-05 10:33:34,990 INFO [davmail.smtp.SmtpServer] davmail.connection - CONNECT - 127.0.0.1:33660 2020-09-05 10:33:35,117 DEBUG [SmtpConnection-33660] davmail.exchange.ExchangeSession - Test configuration...
@mguessan I've never released a java project but the building of releases could easily be automated https://docs.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven After looking at the release guide, the new release would be to just...
@delagoya Following up on this post Nextflow Summit. Thoughts on getting together a hackathon for a day or two to get started on the effort? cc @drpatelh @maxulysse @ewels
I think the `waston>` repl would be a good fit into the Julia workflow. It also gives a more defining benefit to use Dr. Watson, instead of just wrapping Julia...
I think DataSets.jl looks very similar to the Kedro data catalog https://kedro.readthedocs.io/en/stable/05_data/01_data_catalog.html, which is a great thing. Just in case you were looking for more inspiration @c42f > Regarding analysis,...
Okay, I've watched the Juliacon talk and gone through the docs of DataSets.jl. This is pretty much exactly what I wanted! It's very similar to Kedro's datacatalog, or the way...