-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues building from source with cmake #57
Comments
Hi sheinasim! Sorry it's taken me a few days to get to this. Would you mind posting the full contents of your build process? |
Hello @sclamons! Thank you for your reply. I actually found a workaround by installing it locally to my laptop instead of the HPC. I did actually end up with another issue, is there a way to create the BAMlet file and the .vcf from long read data? ExpansionHunter requires paired reads, and ultimately, I'd like to use REViewer to visualize my repeats (less so to characterize repeat variants). Thanks! |
ReViewer was built to handle short reads, not long reads. I'm legitimately
not sure what will happen if you throw long read data at it!
I assume you've tried running Expansion Hunter on your long read data?
…On Tue, Oct 25, 2022, 6:32 PM Sheina Sim ***@***.***> wrote:
Hello @sclamons <https://github.com/sclamons>!
Thank you for your reply. I actually found a workaround by installing it
locally to my laptop instead of the HPC.
I did actually end up with another issue, is there a way to create the
BAMlet file and the .vcf from long read data? ExpansionHunter requires
paired reads, and ultimately, I'd like to use REViewer to visualize my
repeats (less so to characterize repeat variants).
Thanks!
Sheina
—
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM7DU47J24NMXU2NXJ666DWFCCZXANCNFSM6AAAAAARLVFGUQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes, I tried but it skips all the reads that aren't paired. So all the reads :) |
There are two issues causing this error:
Fixes: sed -i '/catchorg/s/2.12.4/2.13.5/' CMakeLists.txt
sed -i '/^#include <cassert>/a #include <limits>' reviewer/thirdparty/graph-tools/src/graphcore/GraphCoordinates.cpp @egor-dolzhenko @sclamons Can anyone add these or similar fixes? |
Hi there!
I'm trying to install this in my local space on an HPC and I'm getting this error both when I clone the repo and when I download the latest release:
I'm setting up the environment using conda. Any thoughts as to what is causing the error?
Thanks!
Sheina
The text was updated successfully, but these errors were encountered: