genomic-medicine-sweden / docker-sc2reporter

Dockerized version of the sc2reporter program.
GNU General Public License v2.0
0 stars 1 forks source link

Phyllogenetic endpoint #91

Closed Fattigman closed 1 year ago

Fattigman commented 1 year ago

New features:

I tested the grapetree implementations with this snippet which worked:

<!DOCTYPE html>
<html>
  <head>
    <title>Grapetree</title>
    <meta http-equiv="refresh" content="100000000; URL='http://localhost:4000/grapetree/'" />
  </head>
  <body>
    <form action="http://localhost:4000/grapetree/" method="POST">
      <input type="text" name="nwk" />
      <input type="text" name="metadata" />
      <input type="text" name="metadata_options" />
      <input type="submit" value="Submit" />
    </form>
  </body>
</html>