Results for "Module"

Bio-Scripts

  • Uninstall a perl module !

    # uninstall_perl_module.pl from PerlTricks.com use...::Packlist; # Exit unless a module name was passed die ("Error: no Module::Name passed as an argument....every file associated with the module foreach my $file ($installed...ckfile: $!\n"; # delete the module directories if they are empty...

    1514 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    ...libgetopt-argvfile-perl libmodule-scandeps-perl libmodule-signature-perl libpar-dist-pe...buntu bionic/universe amd64 libmodule-scandeps-perl all 1.24-1 [28....eviously unselected package libmodule-scandeps-perl. Preparing to...github.com - A JavaScript module for the visualization of geno...

    1511 days ago

  • Commands to install conda in Ubuntu !

    ...nstallation finished. Do you wish the installer to initialize Anaconda3 by running conda init? [yes|no] [no] >>> yes WARNING: The conda.compat module is deprecated and will be rem...

    1511 days ago

  • Commands to install Statistics::R module in Ubuntu !

    $ sudo apt-get install libstatistics-r-perl Reading package lists... Done Building dependency tree Reading state information... Done The following additional...

    1511 days ago

  • Install quast using conda !

    (JitMetaENV) ➜ ~ conda install -c bioconda quast Collecting package metadata (current_repodata.json): done Solving environment: done ==> WARNING: A newer versio...

    1215 days ago

  • picard tools command to get some insert statistics

    #picard tools to get some insert statistics to see whether our reads seem to be in the correct place #module load picard/2.0.1 java -Xmx16g -XX:PermSize=8g -jar $PICARD_HOME/picar...

    1337 days ago

  • Install prokka using conda !

    (JitMetaENV) ➜ assembly conda install -c bioconda prokka Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen so...

    1215 days ago

  • Perl IPC::Open2 module

    syntax: $output = open2(\*CHLD_OUT, \*CHLD_IN, 'command arg1 arg2'); It runs a process for both reading and writing and creates a pipe to both STDIN and STDOUT. It c...

    1163 days ago

  • Perl script to check perl modules and download NCBI, BUSCO, Taonomy, Silva databases !

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

    1160 days ago

  • Write bash in perl script !

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

    1158 days ago