Interface PhysicalLocation

    • Method Detail

      • getReadGroup

        short getReadGroup()
      • setReadGroup

        void setReadGroup​(short rg)
      • getTile

        short getTile()
      • setTile

        void setTile​(short tile)
      • getX

        int getX()
      • setX

        void setX​(int x)
      • getY

        int getY()
      • setY

        void setY​(int y)
      • getLibraryId

        short getLibraryId()
      • setLibraryId

        void setLibraryId​(short libraryId)
      • hasLocation

        default boolean hasLocation()
        Default implementation of a method to check whether real location data has been set.