diff options
author | Pjotr Prins | 2020-05-15 08:41:02 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-15 08:41:02 -0500 |
commit | 16f2febb3a2efdeb7a8313d5ed83761fb9b5e9fd (patch) | |
tree | 04b2e8d7aba49b03de3b942f3af1e0a76a549d1e | |
parent | 4e1081c916b6c319ee27dac9e624586f4cb516dd (diff) | |
download | bh20-seq-resource-16f2febb3a2efdeb7a8313d5ed83761fb9b5e9fd.tar.gz bh20-seq-resource-16f2febb3a2efdeb7a8313d5ed83761fb9b5e9fd.tar.lz bh20-seq-resource-16f2febb3a2efdeb7a8313d5ed83761fb9b5e9fd.zip |
Template: amended FASTQ/BAM info
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 5e6aa3e..50947c2 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -78,7 +78,7 @@ <path fill-rule="evenodd" d="M8 6a.5.5 0 01.5.5v8a.5.5 0 01-1 0v-8A.5.5 0 018 6z" clip-rule="evenodd"/> </svg> Upload SARS-CoV-2 Sequence</h2> - <label for="fasta">Select FASTA file of assembled genome (max 50K), or FASTQ of reads (<span class="dropt" title="For a larger fastq file you'll need to use a CLI uploader">max 150MB<span style="width:500px;"></span></span>) : </label> + <label for="fasta">Select FASTA file of assembled genome (form upload <span class="dropt" title="For larger files or bulk uploads you can use a CLI uploader">max 50K<span style="width:500px;"></span></span>; FASTQ and BAM is coming soon): </label> <br> <input type="file" id="fasta" name="fasta" accept=".fa,.fasta,.fna,.fq" required> <br> |