Results for "Make"

Bio-Scripts

  • Install Perl Locally !

    ...s baked into the perl binary: cd perl-5.24.1 ./Configure -des -Dprefix=$PERL_BASE/perl-5.24.1 -Dotherlibdirs=$PERL_BASE/perl-5.24.1/lib/perl5 make make install # Install dependen...

    2150 days ago

  • Check if your coputer ready to use BioPerl

    #!/usr/bin/perl use strict; use warnings; #bioperl example code use strict; use warnings; #make the bioperl module (class) accessible to your program use Bio::Seq; print"ok - ready to use Bio::Seq";

    2923 days ago

  • String matching with Perl

    #!/usr/bin/perl # make three strings of nucleotides $dna1 = “AAAAAAAAAAAAAAATGAAAAAAAAAAAAAAAA”; $dna2 = “AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA”; $dna3 = “ATGAAAAAAAAAATGAA...

    2915 days ago

  • DotPlot with Perl GD

    ...database is not human-readable, and can get quite large, so make sure that you h...rint "Creating triangular plot from: $seqfile\n"; print "\t use -j to make a square plot\n"; }...

    2699 days ago

  • BASH script for SelfBLAST a genome

    ...this script $USER; Me creating creating blastDB named $MYDB for you"; makeblastdb -in $FASTAFILE -parse_..." ] then echo "Extracting the sequence $2 for you from $FASTAFILE -- MAKE SURE U HAVE ADDED CORRECT NAM...

    2658 days ago

  • Plot the density of genes in R

    #column1 = chromosome name and column2 = start position of the gene # check if ggplot2 is installed, if so, load it, # if not, install and load it if("ggplot2" %...

    2290 days ago

  • Installing Busco version 4.0.6

    ...ve-5.5.2.5 | h14c3975_1001 419 KB conda-forge make-4.3 |..._solve conda-forge/linux-64::lp_solve-5.5.2.5-h14c3975_1001 make conda-forge/lin...

    1459 days ago

  • BloomFilter

    ...autoconf + autoheader + automake -a configure.ac:19: installi...awk... gawk checking whether make sets $(MAKE)... yes checking...ommands make all-recursive make[1]: Entering directory '/home...ools/bloomfilter/Tests/Unit' make[2]: Entering directory '/home...

    2157 days ago

  • Install Parrot Virtual Machine !

    ...Determine what C compiler and linker to use........done. inter::make - Is make installed.......................Generating OpenGL bindings......................skipped. gen::makefiles - Generate makefile...

    1543 days ago

  • Long reads mapper bash script !

    ...#only for LONG READS mapping #USAGE: runMapper.sh minimap2 ref.fa reads.fa/fq 48 ont echo -e "This is a bash scrip to map your long reads and make it visualization ready !"...

    2129 days ago