Skip to content

Commit c0d1070

Browse files
committed
removing code
1 parent c5c79cd commit c0d1070

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

Starter Code/.DS_Store

0 Bytes
Binary file not shown.

Starter Code/Metagenomics/.DS_Store

6 KB
Binary file not shown.

Starter Code/Metagenomics/functions.go

-7
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,5 @@ func SimpsonsMap(allMaps map[string](map[string]int)) map[string]float64 {
2424
/*
2525
func RichnessMap(allMaps map[string](map[string]int)) map[string]int {
2626
27-
richnessMap := make(map[string]int)
28-
29-
for sampleName, freqMap := range allMaps {
30-
richnessMap[sampleName] = Richness(freqMap)
31-
}
32-
33-
return richnessMap
3427
}
3528
*/

0 commit comments

Comments
 (0)