Results for "add"

Bio-Scripts

  • Install Perl Locally !

    ...RL_BASE/perl-5.24.1/lib/perl5:$PERL_BASE/perl-5.24.1/lib/perl5/x86_64-linux:$PERL5LIB" export PATH="$PERL_BASE/perl-5.24.1/bin:$PATH" # You can add those 2 lines to the end of y...

    2149 days ago

  • Install ATOM editor on Elemantory OS / Ubuntu

    ...apt autoremove' to remove them. The following additional packages will be insta...B of archives. After this operation, 698 MB of additional disk space will be use....2+elementary2~ubuntu5.0.1) ... #Now you can add packages in it (base) bio...

    1181 days ago

  • Construct a heatmap with perl

    ...ght2 ] ... ) my @point_datas = ( [ 10, 20, 50 ], [ 20, 40, 70 ] ); # Add point datas to construct density matrix $hmap->insert_datas(@point_datas); # After adding datas, get heatmap as Imag...

    2499 days ago

  • Genetic Algorithms demonstration with word DNA in Perl

    ...preserving them is the faster # breeding method) foreach my $byte (1 .. $dna_byte_length) { # get one random byte from the parents and add it to the child vec($chil...

    2377 days ago

  • Install Parrot Virtual Machine !

    ...MT:~/Downloads/parrot-8.1.0$ ./parrot -h parrot [Options] [] Options: -h --help -V --version -I --include add path to include search -L --library add path to library search...

    1542 days ago

  • Installing NextSV on Ubuntu !

    ...############################################################## Please add the following environmental v...ib/bamtools-2.3.0/src/api/CMakeFiles/BamTools-static.dir/internal/io/HostAddress_p.cpp.o [ 45%] Building...

    2104 days ago

  • Install Python locally on shared Linux server !

    ...es to force the shell to use our new python. Edit #~/.bashrc_profile and add the following lines: expor...llation, we need to update our PATH variable. Open ~/.bashrc_profile and add the #following line: expor...

    2103 days ago

  • Installing pb-assembly on Linux !

    ...d Anaconda3/4.4.0 [jnarayan@hmem00 ~]$ conda config --add channels defaults [jnarayan@hmem00 ~]$ conda config --add channels bioconda [jnarayan@...2.7 py27_1002 conda-forge ipaddress 1.0.22...

    2039 days ago

  • Install blast locally

    ...i.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.8.1+-x64-linux.tar.gz # decompress tar -zxvf ncbi-blast-2.8.1+-x64-linux.tar.gz # add BLAST location to system PATH...

    1767 days ago

  • Perl script to run in parellel !

    ...$sequence_data{$accession_number}{problem_desc} = "-"; #everybody starts fine if ($sequence_data{$accession_number}{status} eq "OK") { # Add check points here...

    1691 days ago