{ "blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.", "authors": [ "gyssels" ], "contributors": [ "kchenery" ], "files": { "solution": [ "NucleotideCount.ps1" ], "test": [ "NucleotideCount.tests.ps1" ], "example": [ ".meta/NucleotideCount.example.ps1" ] }, "source": "The Calculating DNA Nucleotides_problem at Rosalind", "source_url": "http://rosalind.info/problems/dna/" }