config.json (513B) - raw
1 { 2 "blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.", 3 "authors": [ 4 "bentglasstube" 5 ], 6 "contributors": [ 7 "kytrinyx", 8 "m-dango", 9 "rfilipo" 10 ], 11 "files": { 12 "solution": [ 13 "NucleotideCount.pm" 14 ], 15 "test": [ 16 "nucleotide-count.t" 17 ], 18 "example": [ 19 ".meta/solutions/NucleotideCount.pm" 20 ] 21 }, 22 "source": "The Calculating DNA Nucleotides_problem at Rosalind", 23 "source_url": "http://rosalind.info/problems/dna/" 24 }