Help for this page

Select Code to Download


  1. or download this
    marto@Shemp:~/code/what/ViewBS-0.1.7$ ls
    conda  doc               INSTALL     license.txt  test.py
    cpanm  environment.yaml  INSTALL.pl  README.md    ViewBS
    data   image             lib         Rplots.pdf   ViewBSdocker
    
  2. or download this
    ## Check cpanm 
    my $dir = dirname(abs_path $0);
    my $CPANM = "$dir/ext_tools/cpanm";
    
  3. or download this
    marto@Shemp:~/code/what/ViewBS-0.1.7$ perl INSTALL.pl 
    PASSED: Perl version(5.026001 >= 5.14.4).
    Error: cpanm not found in /home/marto/code/what/ViewBS-0.1.7. Please c
    +heck.
    
  4. or download this
    marto@Shemp:~/code/what/ViewBS-0.1.7$ mkdir ext_tools
    marto@Shemp:~/code/what/ViewBS-0.1.7$ mv cpanm ext_tools/
    marto@Shemp:~/code/what/ViewBS-0.1.7$ perl INSTALL.pl