Package picard.util

Class DelimitedTextFileWithHeaderIterator.Row

    • Method Detail

      • getFields

        public String[] getFields()
        Returns:
        Array of fields in the order they appear in the file.
      • getIntegerField

        public Integer getIntegerField​(String columnLabel)
      • getCurrentLine

        public String getCurrentLine()