LANL-Bioinformatics / PanGIA

Other
7 stars 2 forks source link

Documentation - minor error #8

Open genignored opened 2 years ago

genignored commented 2 years ago

in the README.md file, you have

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