-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsompliok.html
61 lines (59 loc) · 2.02 KB
/
sompliok.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="english">
<head>
<title> NCBI website</title
</head>
<body style="background-color:palegoldenrod;">
<div style="background-color:lightgrey">
<a href="https://www.nlm.nih.gov/" ><img src="NIH.png" alt="nih logo" width="50px"></a>
<a href="https://www.nlm.nih.gov/"><b>US National library of medcine</b></a>
<a href="https://www.ncbi.nlm.nih.gov">
<img src="1.png" alt="ncbi web" width="25px"></a>
<a href="https://www.ncbi.nlm.nih.gov"><b>NCBI National center for Biotechnology</b></a>
<a href="https://www.ncbi.nlm.nih.gov/account/?back_url=https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2F"
style="margin-left:100px; color:green;">
<b>Sign in to NCBI</b></a>
</div>
<p style="color:green">blast>>blastn suite</p>
<p style="color: red;">BLAST >> blastn suite</p> <p style="color: red;">blastn</p>
<form>
<fieldset>
<legend> <b>Enter Quetry sequence</b></legend>
Enter Accession number(s) or FASTA sequence(s) here:
<br>
<textarea rows="5" cols="50"></textarea>
<br>
<br>
or, upload file <input type="button" value="choose File">
<br>
<br>
Job title:<input type="text">
<br>
Enter a descriptive title for your BLAST
<img src="2.jpg" alt="help image" width="25px">
<br>
<input type="radio"> align two or more sequences
<img src="2.jpg" alt="help image" width="25px">
</fieldset>
</form>
<form>
<fieldset>
<legend> Choose search set</legend>
Database <input type="radio"> Human genomic+transcript <input type="radio">
Mouse genomic+ transcript <input type="radio"> other(nr etc)
<br>
<br>
<select>
<option>Nucleotide collection(nr/nt)</option>
<option>16S ribosomal RNA</option>
<option>Reference RNA Sequence</option>
</select>
<br>
<br>
Organism <input type="text" style="width:500px;" value="Enter Organism name or id-completions will be suggested">
</fieldset>
</form>
<br>
<button type="button" style="background-color:green">Blast</button>
</body>
</html>