leomorelli / scGET

BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Change tagdust installation procedure #1

Closed dawe closed 3 years ago

dawe commented 3 years ago

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

leomorelli commented 3 years ago

Thank you