logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mash2matrix - create all pairwise distances between samples

Author

       This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage
       of the program.

mash2matrix 1.1.2                                  March 2017                                     MASH2MATRIX(1)

Description

       Uses mash (http://mash.readthedocs.io/) to create all pairwise distances between samples.

       NB: the input to mash should be the same order as the .pheno file generate <assemblies.fa> with:

              cut -f 1 metadata.pheno | tr '

              ' ' '

       Then run

              mash sketch -o reference <assemblies.fa>

              mash dist reference.msh reference.msh > mash_distances.txt

              mash2matrix mash_distances.txt > all_distances.csv

Name

       mash2matrix - create all pairwise distances between samples

Synopsis

mash2matrix<matrix_in>>all_distances.csv

See Also