Hello all,
The Organizing Committee of the 2020 Bioinformatics Community
Conference (BCC2020, https://bcc2020.github.io/) has come to the
difficult decision to hold the conference online.
We are making this decision after much consideration of the ongoing
spread of COVID-19, striving to take the most socially responsible
action while maintaining a forum in which our community can share
their work and discovery. It is hard to predict what things will look
like in July, but given current reports and models, it seems unlikely
that the situation will be back to “business as usual”. We also
considered that, even if some people were able to attend, it is
possible that many people would still find it difficult to travel to
Toronto. We believe that making this decision now will allow us to
focus on organizing an engaging conference in this new format.
We will be inviting our community to engage in new ways, and hope that
BCC2020 will be an important space for discussion for the Open Source
bioinformatics community.
The virtual meeting will still take place as planned, on July 18-21.
There will be opportunities for training before the main meeting, and
a CollaborationFest starting on July 22. We are discussing how to
arrange the schedule to allow for participation across the globe; more
details will be coming soon.
Registration will open in a few weeks, and fees will be lower than for
an in-person meeting.
The abstract submission deadline has been postponed to April 30th.
Abstracts will follow the usual submission and review processes.
There are many details to be worked out – for example, a meeting
schedule that takes into account time zones, videoconferencing
technology, ways to enrich our online interactions (while
acknowledging that nothing can replace the vital social interaction
that in-person meetings provide), etc. Many of these aspects are new
for us too; we welcome your input, particularly if you have
suggestions about how to make our first Virtual Bioinformatics
Community Conference a success.
We are looking forward to exploring this new meeting format, and we
hope you will join us.
Stay well,
BCC2020 Organizers
--
https://galaxyproject.org/
We are (finally) adding SAML authentication to our Galaxy instance so users can authenticate with EduGain (EU) or InCommon (US). While doing some searching I found an article that says, "Galaxy supports LDAP, SAML and now OIDC (see https://galaxyproject.org/authnz/ <https://galaxyproject.org/authnz/>)." [1] Looking at the release_20.01 code I see lots has changed in respect to authorization (we are still using 19.01 so I am glad I looked), but I don't see anything related to SAML. I am not finding anything in the documentation either. I am missing something or am I looking in the wrong place(s)? I was expecting (hoping) to see a saml.py in /lib/galaxy/auth/providers/ or something similar.
I do have Shibboleth authentication working using Apache and mod_shib in front of Galaxy, but that requires everyone to be able to authenticate and we would still like to allow anonymous access. Ideally users that don't have InCommon/EduGain access would still be able to create local accounts as well.
Before I start hacking around trying to create an authentication plugin for Galaxy I wanted to check to see if there was any other ongoing work in the same area. There is an old issue on GitHub [2], but I can't find anything else related. I see the OIDC stuff uses social-auth, which does include a SAML backend. Social-auth just uses the python3-saml package and I already have a simple client that uses python3-saml for authentication so I am hoping a saml plugin will be "Relatively Easy" (TM).
Thanks,
Keith
1. https://academic.oup.com/bioinformatics/article/36/1/1/5514039
2. https://github.com/galaxyproject/galaxy/issues/3146