-
Notifications
You must be signed in to change notification settings - Fork 20
Integration with Canadian data portal #282
Copy link
Copy link
Open
Description
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.xzmay 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.xzReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels