-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Installing dbs] Error #92
Comments
Hi Damianos, please use the master for installation. Best, |
Hi Marc, thank you very much for the quick reply. Indeed after installing the correct qmake for centos (by the server admin), I got a bit further. However, still the download_tools.sh gives errors on the centos server. The errors are coming from two points: Installing REViewer: bash block For the first one I have used my conda environment to install the needed dependencies (tensorflow for mmsplice) and then the splicing tools could be installed successfully. During installation of the REViewer tool I get:
Now my question is: For a) I would like to run megSAP to: vcf -> vep -> GSvar file, using /megSAP/src/NGS/an_vep.php. Best, |
Hi, using conda environments or docker is fine for the splicing tools. Unfortunately I cannot see the actual error message in the reviewer build error, so I cannot tell what the problem is. Best, |
Hi Marc, Thank you for re-opening. After cleaning the REViewer folder and run again download_reviewer.sh (all lines from download_tools.sh about reviewer): The error comes from the not working downloading link for boost. I have found a similar issue on reviewer tracker. To solve, I have update the download_reviewer.sh to select the master branch and not the one with the 0.1.1 tag. Please see this bash at: download_reviewer.sh Indeed, this solves it and the boost is downloaded. However, still I get an error on installation of graphalign. Please see the output of installing reviewer at: download_reviewer_master.out (all files are re-named as .txt in order to be able to upload them here) download_reviewer.txt Any suggestion from your side to solve the graphalign installation error? Thank you very much, |
Hi Damianos, I just tried building the master of reviewer and it worked. I guess the problem is that your gcc 8.5 is not supported by reviewer. Best, |
Hi Marc, I did update the gcc but still I was getting error on building the freebayes on the centos. To solve the issue, the server admin created a ubuntu docker for me and now the installation is complete. For any other no-superuser that would like to install on centos, I would suggest to use ubuntu docker. Best, |
Dear megSAP team,
First, thank you for providing megSAP as open source code.
I would like to install megSAP for the analysis of hearing loss genomic variants and their interpretation.
I do the installation on institute's server where I do NOT have sudo credentials. The admin run for me the followings after having installed the base dependencies:
Then, I continue without sudo credentials for the last two remaining installing commands:
The download and index of the genome works fine.
However, running download_dbs.sh, it complains:
"no BeSort in ngsbits=/home/<last_name>/megSAP/tools/ngs-bits/bin"
in the ClinGen group of commands:
$ngsbits/BedSort -in dosage_sensitive_disease_genes.bed -out dosage_sensitive_disease_genes.bed
Truly the contents of the ngs-bits/bin are:
During sudo ./download_tools.sh there is no error coming out by the ngs-bits installation.
I have cloned the release 0.2.
Thank you and looking forward to your feedback.
The text was updated successfully, but these errors were encountered: