Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a1ac3a2c authored by Charles Paperman's avatar Charles Paperman
Browse files

fix version compatibilité

parent 108ed9ea
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ if sys.version_info.major < 3:
raise ValueError("Incompatible with Python2")
version = "1.0.4"
compatible_versions = ("0.4", "0.5", "1", "1.0.1", "1.0.2", "1.0.3", "1.0.4")
version = "1.0.5"
compatible_versions = ("1.0.5",)
......@@ -47,7 +47,7 @@
<form id="upload_graph_form" class="form needs-validation" post="api/graph/">
<div class="row">
<div class="col">
<label class="form-label" for="import_graph_files"> Import a vizitig graph or a <a href="https://github.com/GATB/bcalm">BCALM file 2</a></label>
<label class="form-label" for="import_graph_files"> Import a vizitig graph or a <a href="https://github.com/GATB/bcalm">BCALM file</a></label>
<input id="import_graph_files" type="file" class="form-control" accept=".db, .fa, .fasta, .gz" name="file">
</div>
<div class="col-4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment