We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed SGA following these steps:
wget https://github.com/jts/sga/archive/v0.10.14.tar.gz ./autogen.sh ./configure --with-sparsehash=/path/to/sparsehash/2.0.3 \ --with-bamtools=/path/to/bamtools/2.4.0 \ --prefix=/path/to/sga/0.10.14 make && make install
However:
$ ls /path/to/sga/0.10.14/bin sga sga-astat.py sga-bam2de.pl sga-mergeDriver.pl
Why am I missing these scripts?
bin/sga-align bin/sga-astat.py bin/sga-beetl-index.pl bin/sga-deinterleave.pl bin/sga-joinedpe bin/sga-popcat.pl bin/sga-rename.pl bin/sga-asqg2dot.pl bin/sga-bam2de.pl bin/sga-call-variants.pl bin/sga-diffCalls.pl bin/sga-mergeDriver.pl bin/sga-preqc-report.py bin/sga-vcf-dedup.pl
Wondering If I missed some installation step.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed SGA following these steps:
However:
Why am I missing these scripts?
Wondering If I missed some installation step.
The text was updated successfully, but these errors were encountered: