-
Notifications
You must be signed in to change notification settings - Fork 2
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
After running setup.py, we didn't find install.sh to proceed. #2
Comments
minn333
changed the title
After running setup.py, we didn't find install.sh to prceed.
After running setup.py, we didn't find install.sh to porceed.
Jun 1, 2022
minn333
changed the title
After running setup.py, we didn't find install.sh to porceed.
After running setup.py, we didn't find install.sh to proceed.
Jun 1, 2022
Hi @minn333, I see the install.sh file in the github repo, did the file not make to your local environment when you cloned the repo? |
This comment was marked as spam.
This comment was marked as spam.
If you're having issues, you can create a bash file called
Hope this helps! |
<!--
/* Font Definitions */
@font-face
{font-family:PMingLiU;
panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
{font-family:MingLiU;
panose-1:2 2 5 9 0 0 0 0 0 0;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:PMingLiU;
panose-1:2 1 6 1 0 1 1 1 1 1;}
@font-face
{font-family:MingLiU;
panose-1:2 1 6 9 0 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:12.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
code
{mso-style-priority:99;
font-family:MingLiU;}
pre
{mso-style-priority:99;
mso-style-link:"HTML \9810\8A2D\683C\5F0F \5B57\5143";
margin:0cm;
font-size:12.0pt;
font-family:MingLiU;}
span.HTML
{mso-style-name:"HTML \9810\8A2D\683C\5F0F \5B57\5143";
mso-style-priority:99;
mso-style-link:"HTML \9810\8A2D\683C\5F0F";
font-family:MingLiU;}
.MsoChpDefault
{mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
{page:WordSection1;}
-->Dear Bergquist Thanks for your kindly help. I will refer to system administrator. With best wishes,Demin, Duan 從 Windows 的郵件傳送 寄件者: Timothy Bergquist傳送時間: 2022年6月3日 上午 01:12收件者: NCBI-Hackathons/MutPredMerge副本: minn333; Mention主旨: Re: [NCBI-Hackathons/MutPredMerge] After running setup.py, we didn't find install.sh to proceed. (Issue #2) If you're having issues, you can create a bash file called install.sh, and paste the following code into the file.#!/bin/sh# script for execution of deployed applications##Installs the needed packages and programs for MutPredMerge while true; do read -p "The installation of the MutPred Suite takes 90 Gb? Do you wish to continue? " yn case $yn in [Yy]* ) # download and unzip mutpred2 wget --directory-prefix=tools/ http://mutpred.mutdb.org/mutpred2.0_linux_x86_64.tar.gz; tar -xvzf tools/mutpred2.0_linux_x86_64.tar.gz; rm tools/mutpred2.0_linux_x86_64.tar.gz; printf "[NCBI]\nDATA=$(pwd)/tools/mutpred2.0/blast-2.2.18/data/" > tools/mutpred2.0/.ncbirc; source tools/mutpred2.0/.ncbirc; echo "ignore this error, all is fine"; #download and unzip mutpred LOF wget --directory-prefix=tools/ http://mutpredlof.cs.indiana.edu/MutPredLOF_compiled.tar.gz; tar -xvzf tools/MutPredLOF_compiled.tar.gz; rm tools/MutPredLOF_compiled.tar.gz; cp -r tools/mutpred2.0/v91/ tools/MutPredLOF/; #download and unzip mutpred indels wget --directory-prefix=tools/ http://mutpredindel.cs.indiana.edu/MutPredIndel_compiled.tar.gz; tar -xvzf tools/MutPredIndel_compiled.tar.gz; rm tools/MutPredIndel_compiled.tar.gz; cp -r tools/mutpred2.0/v91/ tools/MutPredIndel_compiled/; break;; [Nn]* ) exit;; * ) echo "Please answer yes or no.";; esacdoneHope this helps!—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear author,
As the title, we followed your instruction to install MutpredSuite, however, we didn't find install.sh. Could you kindly solve the problem. Thanks a lot!
The text was updated successfully, but these errors were encountered: