Posts
Brad Chapman presenting at BOSC

Codefest and BOSC 2017 in Prague πŸ°πŸ‡¨πŸ‡Ώ

July 24, 2017

This was the third year in a row(!) I attended Codefest and BOSC. I could say it's my favorite conference but I really haven't got too much to compare with πŸ˜… On the other hand, I've been so happy with BOSC that I've stuck with it and deepened relationships with the other frequent attendees.

BOSC lecture

Prague hosted us this year - a lovely city with nice accommodations, cheap food, and a walkable city center. Now that I think of it, besides the warm weather, basically the opposite of 2016's host: Orlando...

Codefest 2017

Every year, Brad Chapman organizes a much appreciated two-day event where BOSC attendees meet up and work on individual or collaborative projects. It's a great opportunity to get to know international collegues and exchange solutions to whatever problems you are tackling.

The turnout this year was quite epic with about 60 people joining! Unfortunately that only includes a few locals and the gender gap widened from last year. We did, however, have a nice "Birds of a Feather" (self-organizing discussion groups during BOSC) on diversity where we realized some improvements we can work on. To avoid making possible attendees feeling intimidated, we should introduce the event as more of a shared work space - you can totally come and work on your own thing! Another idea is to seed the Google Docs list of "things you can work on" with some non-code related topics like providing documentation to offset the idea that you have to contribute code to any of the established projects.

MultiQC contributions

Having said that, I once again joined forces with the MultiQC task force to work on some features that would directly benefit me in my daily job. More specifically I came away with a few pull requests:

The group collaborated really well and worked productively with a final tally of 18 opened and 14 merged pull requests: amazing!

A big thanks to Brad Chapman and Heather Wiencko who once again put together a great event - BOSC wouldn't be the same without it! Also big thanks to MatΓΊΕ‘ KalaΕ‘, our awesome "local" (actually Slovak) guide who showed us some very nice food/beer spots and handled communication with the locals.

Cross Club Cafe

Bioinformatics Open Source Conference (BOSC) 2017

The conference itself opened with a slew of Common Workflow Language (CWL) talks. Not so unexpected πŸ˜‰. The project seems very healthy and gaining more and more support. Besides the spec work, I was impressed by the SevenBridges efforts in building supporting tools like an executor (to support the CWL protocol and e.g. SLURM HPCs) and a very cool workflow editor - all of which launched in beta during the conference! This is exactly the kinds of efforts I've been waiting for to come out of the CWL project πŸŽ–

With that said, it's getting rather complex to understand how all these layers of tools come together. CWL and WDL (from Broad) work at the lowest level of defining tools and workflows. The next layer hooks into these definitions, but only optionally. You could still build your pipelines directly in e.g. Nextflow, Toil, Galaxy etc. Depending on your picks you now deploy to a number of processing platforms: AWS, Google Cloud, SLURM, SevenBridges Cancer Genomics Cloud, etc. Usually, the universal runtime is enabled through Docker and/or Singularity.

BioThings API - one API to rule them all

As a part of my interest in visualization and building web interfaces, I was happy to hear the talk on Biothings explorer. It touches on the issues around harmonizing various genomics APIs and gene/transcript identifiers - not a trivial task indeed! If it works as advertised I know our team would be very interested. It's certainly rough around the edges but along with accompanying tools like MyGene.info it could be a great foundation for building genomics web interfaces.

Software packaging

I also liked the talks around software packaging. There's a few tools that stand out: containers, Conda, and Guix. For workflows and running software in the cloud - Docker seems to be the way to go for a lot of tools: CWL, Nextflow, etc. Interestingly Conda and Bioconda are gaining a lot of traction in integration with tools like Galaxy. Bioconda also announced that if you publish your tools there, you will get automatic and optimized Docker and Singularity images created for free!

Singularity and uDocker

I've heard some talk about Docker alternatives but BOSC was the first time I got some details on the Singularity container format. The gist I got was that while Docker is for long running services, Singularity is more aimed at time-limited task execution on clusters. As such, while Singularity needs root to install it runs containers as user.

A further option that came up during a Codefest conversation is udocker, a minimal Docker runtime that works completely without elevated privileges! I will definitely check it out for testing internal software deployments.

GNU Guix

The last alternative, Guix, takes a different approach inspired by functional programming principles. They automatically keep track of ALL your software dependencies which means you can bundle software that will install on any system - whether they have Guix or not! They can also create Docker images - which will give you a distribution "with the overhead of Docker" πŸ˜‰. Unlike conda, it does not, however, support either Mac or Windows which is kind of a bummer for me as I really like to share tools between my local and production environments.

Misc. tools

Furthermore, I came away from the conference with a long list of links to investigate. Here's are some interesting things worth checking out:

  • Cavatica: a good looking data analysis and sharing platform for pediatric genomics.
  • EdinburghGenomics/well_duplicates: a tool for quickly detecting duplicates in any organism without need for demultiplexing or alignment!
  • Zooma: an automatic free text parser for extracting curated ontology terms.

Finally I also learned that if I want to publish papers I should start with Journal of Open Source Software (JOSS); nicely introduced at BOSC by Pjotr Prins and edited by, among others, Roman "full-stack" Valls.


Thanks everyone who presented, organized, attended, chatted, coded, entertained, drank beer, and lent me money during these days in Prague! Who knows, maybe we meet next year in Portland, Oregon.