Commit 79a6c2f9 authored by Daniel Plakinger's avatar Daniel Plakinger 🦉
Browse files

Cleanup

parent 71d0fa61
Loading
Loading
Loading
Loading

genes/Coronaviridae/all.fa

deleted100644 → 0
+0 −0

File deleted.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

genes/SARS-CoV-2/all.fa

deleted100644 → 0
+0 −46474

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −43
Original line number Diff line number Diff line
@@ -2,49 +2,6 @@
title: Data sequencing
---

```{css, echo=FALSE}
/* Default span styling - hidden on desktop */
table td span {
    background: #eee;
    color: dimgrey;
    display: none;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 0;
}

/* Simple CSS for flexbox table on mobile */
@media(max-width: 800px) {
    table thead {
        left: -9999px;
        position: absolute;
        visibility: hidden;
    }
    table tr {
        border-bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    table td {
        border: 1px solid;
        margin: 0 -1px -1px 0;
        padding-top: 35px; /* additional padding to avoid heading overlap */
        position: relative;
        width: 50%;
    }
    /* Show the heading span */
    table td span {
        display: block;
    }
}
```

```bash
pip3 install ncbi-acc-download --user
```