This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to install convertf using a conda environment

Hi guys, I need to convert files from eigenstrat format to plink format. I read on the internet that this may be possible using the software convertf https://reich.hms.harvard.edu/software/InputFileFormats. However, I don't know how to download this software. Is it possible to do it after creating a conda environment?

Thank u so much!

convertf conda

1 answer

It seems that command is part of AdmixTools (https://github.com/DReichLab/AdmixTools) which would come down to:

conda install -c bioconda admixtools

Log in to answer this question.