Skip to content

Instantly share code, notes, and snippets.

@theosanderson
Last active December 20, 2023 13:17
Show Gist options
  • Save theosanderson/7a86e3d3731031d59781997fc07f1a6b to your computer and use it in GitHub Desktop.
Save theosanderson/7a86e3d3731031d59781997fc07f1a6b to your computer and use it in GitHub Desktop.
GISAID extract from MSA archive
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