コード例 #1
0
ファイル: SolidData.py プロジェクト: mmoisse/genomics
    def prettyPrintLibraries(self):
        """Return a nicely formatted string describing the library names

        Wraps a call to 'pretty_print_names' function.
        """
        return utils.pretty_print_names(self.libraries)
コード例 #2
0
    def prettyPrintLibraries(self):
        """Return a nicely formatted string describing the library names

        Wraps a call to 'pretty_print_names' function.
        """
        return utils.pretty_print_names(self.libraries)
コード例 #3
0
ファイル: IlluminaData.py プロジェクト: fw1121/genomics
    def prettyPrintSamples(self):
        """Return a nicely formatted string describing the sample names

        Wraps a call to 'pretty_print_names' function.
        """
        return utils.pretty_print_names(self.samples)
コード例 #4
0
ファイル: IlluminaData.py プロジェクト: fw1121/genomics
    def prettyPrintSamples(self):
        """Return a nicely formatted string describing the sample names

        Wraps a call to 'pretty_print_names' function.
        """
        return utils.pretty_print_names(self.samples)