Skip to content

Commit

Permalink
Merge pull request #189 from nextstrain/default-profile
Browse files Browse the repository at this point in the history
ingest: Add `profiles/default` to make `-c1 --ri` unnecessary
  • Loading branch information
corneliusroemer authored Sep 22, 2023
2 parents 4b27179 + 3f3c1f2 commit 8a2314e
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 8a2314e

Please sign in to comment.