Results for "UG"

Bio-Scripts

  • Install Parrot Virtual Machine !

    ...h -R --runcore fast|slow|bounds -R --runcore trace|profiling|subprof -t --trace [flags] -D --parrot-debug[=HEXFLAGS] --help-debug -w --warnings -G --...

    1539 days ago

  • Circos with circosJS

    ..."id": "june"}, {"len": 31, "color": "#b3de69", "label": "July", "id": "july"}, {"len": 31, "color": "#fccde5", "label": "August", "id": "august"}, {"len": 30, "c...

    1526 days ago

  • Exit Bash Script When Any Command Fails

    ...when any command fails set -e # keep track of the last executed command trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG # echo an error message befo...

    1522 days ago

  • Uninstall a perl module !

    ...\n\t perl $0 Module::Name\n") unless $#ARGV == 0; my $module = shift @ARGV; my $installed_modules = ExtUtils::Installed->new; # iterate through and try to delete every file...

    1516 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    ...e context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use") -D, --debug Enable debug mode -H, --host list...

    1515 days ago

  • Commands to install conda in Ubuntu !

    ...75_0 ... installing: fontconfig-2.13.0-h9420a91_0 ... installing: gst-plugins-base-1.14.0-hbbd80ab_1 ......e-0.7.5-py37_0 ... installing: pkginfo-1.5.0.1-py37_0 ... installing: pluggy-0.9.0-py37_0 ... installin...

    1513 days ago

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

    ...ne Building dependency tree Reading state information... Done The following additional packages will be installed: r-base r-base-html Suggested packages: ess r-doc-...

    1513 days ago

  • Basic docker commands !

    ...able Analysis of Minority Peak Ranks License: Creative Commons Licence Bug-reports and requests to: http...P-Pro-3335-MT:~/Downloads/testDock$ sudo docker system info Client: Debug Mode: false Server: Cont...

    1511 days ago

  • Setting up autoConTAMPR !

    (base) jit@jit-HP-Pro-3335-MT:~/Downloads/testDock$ docker build -t autocontampr . Sending build context to Docker daemon 9.024MB Step 1/16 : FROM ubuntu:14.04 -...

    1443 days ago

  • Perl One-Liner to print only non-uppercase letters

    #Go through file and only print words that do not have any uppercase letters. perl -ne 'print unless m/[A-Z]/' dna.fa > dnaOnlyLowercase.fa #To lowercase everything perl -pne 'tr/[A-Z]/[a-z]/' dnaUpperCase.fa >dnawithoutuppercase.fa;

    1385 days ago