Skip to content
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

ATAC-QC install error #1

Open
bongsoopark opened this issue Jul 27, 2017 · 1 comment
Open

ATAC-QC install error #1

bongsoopark opened this issue Jul 27, 2017 · 1 comment

Comments

@bongsoopark
Copy link

Hello,

I'm a research fellow at JHU.
I faced this problem when I tried the installation of the ataqv package.
Any suggestions?

~ $ brew install ataqv
==> Installing ataqv from parkerlab/tap
==> Downloading https://github.com/ParkerLab/ataqv/archive/0.9.2.tar.gz
Already downloaded: /home/bongsoo/.cache/Homebrew/ataqv-0.9.2.tar.gz
==> make install prefix=/home/bongsoo/.linuxbrew/Cellar/ataqv/0.9.2/
Last 15 lines from /home/bongsoo/.cache/Homebrew/Logs/ataqv/01.make:
^
In file included from /tmp/ataqv-20170727-23001-vnbi11/ataqv-0.9.2/src/cpp/Metrics.cpp:21:0:
/tmp/ataqv-20170727-23001-vnbi11/ataqv-0.9.2/src/cpp/Metrics.hpp:221:5: error: 'json' does not name a type
json to_json();
^
/tmp/ataqv-20170727-23001-vnbi11/ataqv-0.9.2/src/cpp/Metrics.cpp:1223:1: error: 'json' does not name a type
json Library::to_json() {
^
/tmp/ataqv-20170727-23001-vnbi11/ataqv-0.9.2/src/cpp/Metrics.cpp:1242:1: error: 'json' does not name a type
json Metrics::to_json() {
^
/tmp/ataqv-20170727-23001-vnbi11/ataqv-0.9.2/src/cpp/Metrics.cpp:1421:1: error: 'json' does not name a type
json MetricsCollector::to_json() {
^
make: *** [build/Metrics.o] Error 1

@umijh
Copy link
Contributor

umijh commented Jul 28, 2017

I believe the 0.9.4 release of ataqv has fixed this. More recent versions of HTSlib than I'd tested with introduced the 'json' namespace clash. Please try 'brew install ataqv' again and let me know how it goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants