-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from TurakhiaLab/rename-repo-astral
ASTRAL-Pro branch length functionality added, improved install script
- Loading branch information
Showing
28 changed files
with
416 additions
and
316,839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ RUN chmod 0400 /root/.ssh/id_rsa && echo "StrictHostKeyChecking no" > /root/.ssh | |
RUN cat /root/.ssh/id_rsa | ||
RUN ssh-keyscan github.com >> /root/.ssh/known_hosts | ||
|
||
RUN git clone -v [email protected]:TurakhiaLab/wga-phylo.git && \ | ||
RUN git clone -v [email protected]:TurakhiaLab/ROADIES.git && \ | ||
rm /root/.ssh/id_rsa* | ||
|
||
WORKDIR wga-phylo | ||
WORKDIR ROADIES | ||
|
||
# Set environment variables | ||
ENV HOME=/root | ||
|
@@ -45,6 +45,7 @@ RUN wget https://github.com/chaoszhang/ASTER/archive/refs/heads/Linux.zip && \ | |
unzip Linux.zip && \ | ||
cd ASTER-Linux && \ | ||
make && \ | ||
g++ -D CASTLES -std=gnu++11 -march=native -Ofast -pthread src/astral-pro.cpp -o bin/astral-pro2 && \ | ||
cd .. | ||
|
||
# Clone PASTA repository and install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.