Skip to content

Commit

Permalink
Merge pull request #2 from jorgeMFS/patch-1
Browse files Browse the repository at this point in the history
Update install_tools.sh
  • Loading branch information
pratas authored Oct 13, 2021
2 parents d3bbec6 + 7c2cfa5 commit 0e6ff63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip install numpy
pip install sklearn
pip install keras
pip install tensorflow
pip instal xgboost
pip install xgboost
#
Check_Installation "FALCON";
Check_Installation "gto";
Expand All @@ -51,4 +51,4 @@ Check_Installation "blastn";
Check_Installation "dnadiff";
Check_Installation "art_illumina";
Check_Installation "seqtk";
Check_Installation "./ORFs/ORFfinder";
Check_Installation "./ORFs/ORFfinder";

0 comments on commit 0e6ff63

Please sign in to comment.