genouest / biomaj-download

Download microservice for BioMAJ
GNU Affero General Public License v3.0
1 stars 7 forks source link

Correctly handle direct protocols #15

Closed duboism closed 4 years ago

duboism commented 4 years ago

This PR solves a bug triggered by unit tests in biomaj (see genouest/biomaj#113): files to download for direct protocols are not set correctly.

This is because we don't detect correctly direct protocols which is ultimately because ALL_PROTOCOLS and DIRECT_PROTOCOLS must contain their numbers not their names.