bash ./install_dependencies.sh --tool all --os ubuntu
bash ./install_dependencies.sh --tool all --os ubuntu
```
```
Here to only install the mapper Kallisto on a MAC OS X:
Here to only install RapMap on a MAC OS X:
```bash
```bash
bash ./install_dependencies.sh --toolK--os macosx
bash ./install_dependencies.sh --toolR--os macosx
```
```
We recommend to install all these dependencies automatically even if some of these softwares are already installed on your computer. Indeed, this will assure you that you are using versions of these softwares that are compatible with the current version of CroCo. Do not worry, they will be installed only within CroCo's directory and will not affect in any way the use of the softwares already installed on your system.
We recommend to install all these dependencies automatically even if some of these softwares are already installed on your computer. Indeed, this will assure you that you are using versions of these softwares that are compatible with the current version of CroCo. Do not worry, they will be installed only within CroCo's directory and will not affect in any way the use of the softwares already installed on your system.
...
@@ -167,7 +167,7 @@ This script works under Ubuntu, Debian, Fedora, RedHat, CentOS and on Mac OS X.
...
@@ -167,7 +167,7 @@ This script works under Ubuntu, Debian, Fedora, RedHat, CentOS and on Mac OS X.
If you encounter problems during dependencies installation, take a look at the [Troubleshooting section](#troubleshooting) and at the `*_install.log` files created in the `utils/bin/` directory.
If you encounter problems during dependencies installation, take a look at the [Troubleshooting section](#troubleshooting) and at the `*_install.log` files created in the `utils/bin/` directory.
foreach$key(@keys){# i.e. for each named sequence in turn
@sorted=();
my@sorted=sort{$hash{$a}{$key}<=>$hash{$b}{$key}}keys(%hash);#sort the file according to number of hits and put 'file' into array in this order
if($sorted[-1]eq$targetand$hash{$sorted[-1]}{$key}>($hash{$sorted[-2]}{$key}*$fold)and$hash{$sorted[-1]}{$key}>$min_cov){#if 'correct' file has highest number of hits then keep it