Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Pathoplexus example data list
Browse files Browse the repository at this point in the history
actions-user committed Aug 30, 2024
1 parent 529e6c0 commit 99b4525
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pathoplexus Example Files</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet">
<style>
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; padding: 20px; background-color: #f4f4f4; color: #333; }
.container { max-width: 800px; margin: 0 auto; background-color: #fff; padding: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
h1 { color: #2c3e50; text-align: center; margin-bottom: 20px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px; text-align: left; border-bottom: 1px solid #e0e0e0; }
th { background-color: #f2f2f2; font-weight: bold; color: #2c3e50; }
tr:hover { background-color: #f5f5f5; }
a { color: #3498db; text-decoration: none; }
a:hover { color: #2980b9; }
.file-icon { margin-right: 10px; color: #7f8c8d; }
.file-size, .file-date { color: #7f8c8d; font-size: 0.9em; }
</style>
</head>
<body>
<div class="container">
<h1>Pathoplexus Example Files</h1>
<table>
<thead>
<tr>
<th>File Name</th>
<th>Size</th>
<th>Last Modified</th>
</tr>
</thead>
<tbody>

<tr>
<td><a href="example_files/example_files/cchfv_test_metadata.tsv"><i class="fas fa-table" title="TSV file"></i> example_files/cchfv_test_metadata.tsv</a></td>
<td class="file-size">1.7 KB</td>
<td class="file-date">2024-08-30 20:31:38</td>
</tr>

<tr>
<td><a href="example_files/example_files/cchfv_test_sequences.fasta"><i class="fas fa-dna" title="FASTA file"></i> example_files/cchfv_test_sequences.fasta</a></td>
<td class="file-size">18.6 KB</td>
<td class="file-date">2024-08-30 20:31:38</td>
</tr>

<tr>
<td><a href="example_files/example_files/ebola_zaire_metadata.tsv"><i class="fas fa-table" title="TSV file"></i> example_files/ebola_zaire_metadata.tsv</a></td>
<td class="file-size">3.3 KB</td>
<td class="file-date">2024-08-30 20:31:38</td>
</tr>

<tr>
<td><a href="example_files/example_files/ebola_zaire_sequences.fasta"><i class="fas fa-dna" title="FASTA file"></i> example_files/ebola_zaire_sequences.fasta</a></td>
<td class="file-size">547.4 KB</td>
<td class="file-date">2024-08-30 20:31:38</td>
</tr>

<tr>
<td><a href="example_files/example_files/west_nile_sequences.fasta"><i class="fas fa-dna" title="FASTA file"></i> example_files/west_nile_sequences.fasta</a></td>
<td class="file-size">113.9 KB</td>
<td class="file-date">2024-08-30 20:31:38</td>
</tr>

<tr>
<td><a href="example_files/example_files/west_nile_sequences.tsv"><i class="fas fa-table" title="TSV file"></i> example_files/west_nile_sequences.tsv</a></td>
<td class="file-size">3.5 KB</td>
<td class="file-date">2024-08-30 20:31:38</td>
</tr>

</tbody>
</table>
</div>
</body>
</html>

0 comments on commit 99b4525

Please sign in to comment.