-
Notifications
You must be signed in to change notification settings - Fork 66
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
cnvnator genotype 'TSystem' error #282
Comments
Hi,
not sure what is wrong with this.
Are you able to start root?
Alexej Abyzov, Ph.D.
Senior Associate Consultant,
Associate Professor of Biomedical Informatics,
Department of Quantitative Health Sciences,
Center for Individualized Medicine, Mayo Clinic
-----------------------------
Mayo Clinic, 200 1st street SW, Harwick 7-91
Rochester, MN 55905
www.abyzovlab.org
tel: +1-(507)-538-0978
|
Hello Alexej, I can run all of prior steps including create root, histo, calculate stat, partition, and cnv call. Best, |
Hi,
sorry. Not sure why software does not works. We are not maintaining CNVnator anymore.
Perhaps, it is better to switch to CNVpytor https://github.com/abyzovlab/CNVpytor
Alexej Abyzov, Ph.D.
Senior Associate Consultant,
Associate Professor of Biomedical Informatics,
Department of Health Sciences Research,
Center for Individualized Medicine, Mayo Clinic
-----------------------------
Mayo Clinic, 200 1st street SW, Harwick 7-91
Rochester, MN 55905
www.abyzovlab.org
tel: +1-(507)-538-0978
|
Thank you so much,
Chris
… On Aug 13, 2023, at 5:18 PM, abyzov ***@***.***> wrote:
Hi,
sorry. Not sure why software does not works. We are not maintaining CNVnator anymore.
Perhaps, it is better to switch to CNVpytor https://github.com/abyzovlab/CNVpytor
Alexej Abyzov, Ph.D.
Senior Associate Consultant,
Associate Professor of Biomedical Informatics,
Department of Health Sciences Research,
Center for Individualized Medicine, Mayo Clinic
-----------------------------
Mayo Clinic, 200 1st street SW, Harwick 7-91
Rochester, MN 55905
www.abyzovlab.org
tel: +1-(507)-538-0978
—
Reply to this email directly, view it on GitHub <#282 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABYYKNPDIBNELP24C7JSQK3XVB5WBANCNFSM6AAAAAA2NZCDGI>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying to run genotype of the root file via
cnvnator
-root GENONAME.root
-genotype
1000 \
However, I got this error
" input_line_13:2:9: error: member access into incomplete type 'TSystem'
gSystem->ProcessEvents();
/usr/local/root/6.22.02/include/TInetAddress.h:38:14: note: forward declaration of 'TSystem'
friend class TSystem; "
I tried to look around but can't find the TSystem error anywhere.
Thank you in advance,
Chris
The text was updated successfully, but these errors were encountered: