HingeAssembler / HINGE

Software accompanying "HINGE: Long-Read Assembly Achieves Optimal Repeat Resolution"
http://genome.cshlp.org/content/27/5/747.full.pdf+html?sid=39918b0d-7a7d-4a12-b720-9238834902fd
Other
64 stars 9 forks source link

why does utils/setup.sh try to put thirdparty/racon/bin and thirdparty/racon/tools/minimap into $PATH? #146

Closed SchwarzEM closed 6 years ago

SchwarzEM commented 6 years ago

The setup script for HINGE (invoked by "source utils/setup.sh") tries to put both thirdparty/racon/bin and thirdparty/racon/tools/minimap into $PATH. However, in my hands, compilation of HINGE yields neither of these modules in the thirdparty directory.

Does the current version of HINGE actually require either racon or or minimap? If it does, then should I install them separately, then edit utils/setup.sh so that it adds them to $PATH?

govinda-kamath commented 6 years ago

We don’t need either in general. Racon is useful if one is assembling nanopore. We wanted to use minimap as an alternative to daligner. On Tue, Feb 20, 2018 at 12:22 PM, Erich Schwarz notifications@github.com wrote:

The setup script for HINGE (invoked by "source utils/setup.sh") tries to put both thirdparty/racon/bin and thirdparty/racon/tools/minimap into $PATH. However, in my hands, compilation of HINGE yields neither of these modules in the thirdparty directory.

Does the current version of HINGE actually require either racon or or minimap? If it does, then should I install them separately, then edit utils/setup.sh so that it adds them to $PATH?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HingeAssembler/HINGE/issues/146, or mute the thread https://github.com/notifications/unsubscribe-auth/AG-zkBV6tRBxNb4ht8HGP-HStk6FaHOlks5tWybDgaJpZM4SMl15 .

--

Sent from my phone. Apologies for being terse.