Results for "Module"

Bio-Scripts

  • Perl script to check modules installed !

    ...lled; # # First, check if all the required modules have been installed in the system # BEGIN { my @import_modules = ( 'Cwd', 'File::...xtUtils::Installed->new(); my (@installed_modules) = $inst->modules();...

    1155 days ago

  • Download desire version of Blast software !

    ...#SBATCH --job-name=vsearch #SBATCH -o result_%N_%j.out #SBATCH -e result_%N_%j.err export SBATCH_EXPORT=NONE export OMP_NUM_THREADS=??? module load ncbi-blast/2.6.0_x86_64...

    942 days ago

  • Install Php on Ubuntu / Apache server !

    #Installing PHP 7.2 with Apache #If you are using Apache as your web server to install PHP and Apache PHP module run the following command: sudo apt install php libapache2-mod-php #Once the packages are installed restart the Apache service: sudo systemctl restart apache2

    919 days ago