Closed agroppi closed 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
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"
toMiniMap2=$HOOM_DIR"/minimap2"
and I commented the line #280
#MiniMap2=minimap2