Skip to content

Integration with Canadian data portal #282

@ArtPoon

Description

@ArtPoon

Refactored local.py into two separate scripts.
One script is used to combine and filter data into an xz-compressed JSON file, or append to an existing file.
A second script is used with this xz-JSON as the primary input for analysis.

python3 convert.py working/n1e4.fasta.xz --xz working/n1e4.pangolin.csv working/metadata.tsv --delimiter '\t' --name strain --outfile test.json.xz

may equivalently be run as:

python3 convert.py working/n1e4.fasta.xz --xz working/n1e4.pangolin.csv working/metadata.tsv --delimiter '\t' --name strain | xz > test.json.xz

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions