Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tileset info request should not return the datafile field #55

Open
pkerpedjiev opened this issue Jun 14, 2017 · 0 comments
Open

Tileset info request should not return the datafile field #55

pkerpedjiev opened this issue Jun 14, 2017 · 0 comments

Comments

@pkerpedjiev
Copy link
Member

pkerpedjiev commented Jun 14, 2017

          {
            "datafile": "http://localhost:8989/api/v1/tilesets/media/uploads/bedpe_mOTjjJ2.db",
            "name": "bedpe.db",
            "server": "http://localhost:8989/api/v1",
            "tilesetUid": "cVy8NEbxSoijEqpH0XnK-g",
            "uid": "E0tHFp2UTJ6IkSLlVyWrnQ",
            "type": "horizontal-2d-rectangle-domains",
            "options": {
              "labelColor": "black",
              "labelPosition": "hidden",
              "name": "bedpe.db"
            },
            "width": 908,
            "height": 178,
            "position": "top"
          }

Probably related to this line in higlass_server:

        #ts_serializer = tss.UserFacingTilesetSerializer(queryset, many=True)
        page = self.paginate_queryset(queryset)
        if page is not None:
            serializer = self.get_serializer(page, many=True)
            return self.get_paginated_response(serializer.data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants