Skip to content

Instantly share code, notes, and snippets.

@tkrahn
Created April 22, 2020 14:08
Show Gist options
  • Save tkrahn/010c5fab5db991b7e000796699e2de5d to your computer and use it in GitHub Desktop.
Save tkrahn/010c5fab5db991b7e000796699e2de5d to your computer and use it in GitHub Desktop.
Here is a form to submit a request to YSEQ Cladefinder to get a JSON Object as a response
<!DOCTYPE html>
<html>
<head>
</head>
<body>
Here is a form to submit a request to YSEQ Cladefinder to get a JSON Object as a response:<br>
<form action="https://cladefinder.yseq.net/json.php" method="post">
<label for="input">SNP String:</label><br>
<input type="text" name="input" value="L21+, DF13-"><br>
<label for="json">Options:</label><br>
<input type="text" name="json" value="phyloeq,downstream,products,score,panels"><br>
<input type="submit" value="Submit">
</form>
<br>
If you click the "Submit" button, the form-data will return a JSON object that can be machine processed.<br>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment