Skip to content

Commit

Permalink
docs: Remove date from "my first loculus" tutorial (#2712)
Browse files Browse the repository at this point in the history
* Remove date from "my first loculus" tutorial

* Fix example data
  • Loading branch information
theosanderson committed Sep 5, 2024
1 parent 14bf1c4 commit 699fa4e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions docs/src/content/docs/for-administrators/my-first-loculus.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,22 +143,15 @@ organisms:
- name: country
type: string
initiallyVisible: true
- name: date
type: date
- name: city
type: string
initiallyVisible: true
required: true
preprocessing:
function: process_date
inputs:
date: date
website:
tableColumns:
- country
- date
- city
defaultOrder: descending
defaultOrderBy: country
silo:
dateToSortBy: date
preprocessing:
- version: 1
image: ghcr.io/loculus-project/preprocessing-nextclade
Expand Down Expand Up @@ -214,9 +207,9 @@ GCAGAGAGAGATACGTATATATATA
Then our metadata file, which we might name `metadata.csv`:

```tsv
submissionId date country
sample1 2024-03-28 United Kingdom
sample2 2024-04-02 France
submissionId city country
sample1 Paris France
sample2 Bogota Colombia
```

:::warning
Expand Down

0 comments on commit 699fa4e

Please sign in to comment.