Last active
December 20, 2023 13:17
-
-
Save theosanderson/7a86e3d3731031d59781997fc07f1a6b to your computer and use it in GitHub Desktop.
GISAID extract from MSA archive
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
cat ~/Desktop/hCoV-19_msa_1125.tar.xz | xz -dT10 | tar -xJO msa_1125/msa_1125.fasta | pv -c | zstd -c > msa.fa.zst | |
cat ~/Desktop/metadata_tsv_2023_12_18.tar.xz | xz -dT10 | tar -xJO metadata.tsv | pv -c | zstd -c > metadata.tsv.zst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment