PowerShell - nucleotide-count

This commit is contained in:
Xevion
2021-11-26 02:30:19 -06:00
parent 596aa4f029
commit b6f26a5279
7 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"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/"
}

View File

@@ -0,0 +1 @@
{"track":"powershell","exercise":"nucleotide-count","id":"7817a1dab53e4af18785a020a493fa16","url":"https://exercism.org/tracks/powershell/exercises/nucleotide-count","handle":"Xevion","is_requester":true,"auto_approve":false}