Created
April 22, 2020 14:08
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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