Skip to content

Commit

Permalink
Add link to upload a db
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuBarba committed Mar 19, 2024
1 parent 34143d4 commit 11e9af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions createdb.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<h2><?php site_name(); ?> database creator</h2>
<p>This page helps to create a <?php site_name(); ?> database (in sqlite3 format) based on genomes uploaded by the user.</p>
<p> The final database can be downloaded for local analyzis, or it can be explored on the <?php site_name(); ?> site.</p>
<p>Alternatively you can <a href="upload_db.php">upload a Synteruptor database</a> directly if you have generated a database yourself.</p>
<?php

if (isset($_GET["id"])) {
Expand Down

0 comments on commit 11e9af0

Please sign in to comment.