Skip to content

Commit

Permalink
Update install_tools.sh
Browse files Browse the repository at this point in the history
missing a "l" in install
  • Loading branch information
jorgeMFS authored Oct 6, 2021
1 parent d3bbec6 commit 7c2cfa5
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 7c2cfa5

Please sign in to comment.