Skip to content

Commit

Permalink
ingest: Add profiles/default to make -c1 --ri unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 22, 2023
1 parent cf57450 commit 3f3c1f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ingest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ This is the ingest pipeline for mpox virus sequences.
Fetch sequences with

```sh
nextstrain build --cpus 1 . data/sequences.ndjson
nextstrain build . data/sequences.ndjson
```

Run the complete ingest pipeline with

```sh
nextstrain build --cpus 1 .
nextstrain build .
```

This will produce two files (within the `ingest` directory):

- data/metadata.tsv
- data/sequences.fasta
- `data/metadata.tsv`
- `data/sequences.fasta`

Run the complete ingest pipeline and upload results to AWS S3 with

Expand Down
4 changes: 4 additions & 0 deletions ingest/profiles/default/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cores: all
rerun-incomplete: true
printshellcmds: true
reason: true

0 comments on commit 3f3c1f2

Please sign in to comment.