Results for "Free Courses"

Bio-Scripts

  • Download genome using NCBI esearch command line !

    #Download using command line "NC_005956.1" / "CP003784.1" esearch -db nucleotide -query "NC_005956.1" | efetc...-query "CP003784.1" | efetch -format fasta > seq2.fa #fastANI for alignment free co...

    1103 days ago

  • Collision free write with Perl

    #Write into outfile -- collision free because of multicore usesage sub collision_free_write { my($outFile, $msg) = @_; open my $ofh, ">>", $outFile or die "$0 [$$]: open: $!"; flock...

    2462 days ago

  • Installing nupack3.0.6

    #http://www.nupack.org/downloads/source ➜ tools git:(master) ✗ cd nupack3.0.6 ➜ nu...used-but-set-variable] DBL_TYPE mfe; // Minimum free energy (not really used)...-Wunused-result] fgets(line,MAXLINE,fp); // Free en...

    2027 days ago

  • Installing ggplot2 and its dependencies on Ubuntu !

    jit@jit-HP-Pro-3335-MT:~/Downloads/MitoHunter/minidot/bin$ sudo R [sudo] password for jit: R version 3.4.4 (...tion for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free so...

    1551 days ago

  • Set up WGD environment using conda !

    #Wgd cannot be installed directly with bioconda at present, so it is slightly troublesome to install, because it...rthur Zwaenepoel This program comes with ABSOLUTELY NO WARRANTY; This is free so...

    1205 days ago