-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phylogenetic: Use latest ingest data
I missed this in review of #38. The phylogenetic workflow was still pulling from old S3 URLs and not the ingest workflow output data. This commit corrects the S3 URL to the ingest output files and updates the `strain_id_field` config param to use the appropriate ID column from the ingest output.
- Loading branch information
1 parent
416c22d
commit 4226f0c
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
strain_id_field: "accession" | ||
strain_id_field: "genbank_accession" | ||
display_strain_field: "strain" | ||
|
||
filter: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters