Interface SequenceInformation.Builder

    • Method Detail

      • totalReadCount

        SequenceInformation.Builder totalReadCount​(Long totalReadCount)

        The sequence's total read count.

        Parameters:
        totalReadCount - The sequence's total read count.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalBaseCount

        SequenceInformation.Builder totalBaseCount​(Long totalBaseCount)

        The sequence's total base count.

        Parameters:
        totalBaseCount - The sequence's total base count.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generatedFrom

        SequenceInformation.Builder generatedFrom​(String generatedFrom)

        Where the sequence originated.

        Parameters:
        generatedFrom - Where the sequence originated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alignment

        SequenceInformation.Builder alignment​(String alignment)

        The sequence's alignment setting.

        Parameters:
        alignment - The sequence's alignment setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.