-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsnp_panel_json.php
3 lines (3 loc) · 1.04 KB
/
snp_panel_json.php
1
2
3
<?php if(isset($_POST['input']) and isset($_POST['json'])) { $input = trim($_POST["input"]); $parsed=str_replace(" ", "", $input); $message = exec('/var/lib/clade-finder/autoSNPPanel.sh ' . $parsed . ' "json,' . $_POST['json'] . '"'); echo $message;
}
?>