https://github.com/ctlab/phantasus
Revision 1f6ce2270fff92c30caf7022532c6f9416d00c43 authored by clevermx on 19 October 2021, 09:14:04 UTC, committed by clevermx on 19 October 2021, 09:14:04 UTC
	fix loadGEO test with corresponding to new layout
	add otherOptions of convertByAnnotationDB in documentation
1 parent bf29923
Raw File
Tip revision: 1f6ce2270fff92c30caf7022532c6f9416d00c43 authored by clevermx on 19 October 2021, 09:14:04 UTC
fixes pass tests:
Tip revision: 1f6ce22
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top