BGI-Qingdao / TGS-GapCloser

A gap-closing software tool that uses long reads to enhance genome assembly.
GNU General Public License v3.0
179 stars 13 forks source link

Error in Minimap2 path in conda in the main script (conda install) #25

Closed agroppi closed 3 years ago

agroppi commented 3 years ago

There is a small error in the main script after an install with conda /intall_dir/bin/tgsgapcloser

I uncommented and changed line #279 #MiniMap2=$HOOM_DIR"/tgsgapcloserbin/minimap2" to MiniMap2=$HOOM_DIR"/minimap2"

and I commented the line #280 #MiniMap2=minimap2

cchd0001 commented 3 years ago

Hi Dr. Groppi, Thank you for pointing out this important dependence.   Initially, we would like to wrap minimap2 as a third-part module and submit it to conda to avoid an additional installation. However, it was not allowed by conda since minimap2 had already been shipped. Therefore, we assumed users might have minimap2 in conda environment.   To clarify it, we have added a new instruction to the README file. Thank you for your comments.   Thanks, Lidong Guo