I would change tagdust installation procedure to this
wget https://sourceforge.net/projects/tagdust/files/tagdust-2.33.tar.gz
tar -zxvf tagdust-2.33.tar.gz
cd tagdust-2.33
./configure --prefix=${CONDA_PREFIX}
make
make check
make install
as the link originally provided doesn't work (due to the /download) and configure is launched with proper prefix
I would change tagdust installation procedure to this
as the link originally provided doesn't work (due to the
/download
) and configure is launched with proper prefix