Skip to content

Commit

Permalink
feat: Updated src/MatchKits.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 12, 2024
1 parent 9a2699f commit bd2795d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MatchKits.php
Expand Up @@ -24,9 +24,9 @@ public function matchKits() {
}
}

public function visualizeMatchedData() {
public function visualizeMatchedData($format) {
$visualization = new Visualization();
$visualization->plot_chromosomes($this->matchedData, "matched_data.png", "Matched SNP Data", "Build");
$visualization->plot_chromosomes($this->matchedData, "matched_data." . $format, "Matched SNP Data", "Build", $format);
}
}

Expand Down

0 comments on commit bd2795d

Please sign in to comment.