tar -xzf PanGIA_20180915_taxonomy.tar.gz
tar -xzf PanGIA_20180915_NCBI_genomes_refseq89_BAV.fa.tar
tar -xzf PanGIA_20180915_NCBI_genomes_refseq89_adds.fa.tar
tar -xzf PanGIA_20180915_NCBI_genomes_refseq89_Human_GRCh38.p12.fa.tar
as the listed commands. However, as the tarballs are not gzipped, this does not work, and should be changed to
tar -xvf PanGIA_20180915_taxonomy.tar.gz
tar -xvf PanGIA_20180915_NCBI_genomes_refseq89_BAV.fa.tar
tar -xvf PanGIA_20180915_NCBI_genomes_refseq89_adds.fa.tar
tar -xvf PanGIA_20180915_NCBI_genomes_refseq89_Human_GRCh38.p12.fa.tar
in the README.md file, you have
as the listed commands. However, as the tarballs are not gzipped, this does not work, and should be changed to