Results for "Data Mining"

Bio-Scripts

  • Running REAPR !

    set -e echo "Running reapr version 1.0.18 pipeline:" echo "/home/urbe/Tools/Reapr_1....adinetaGapFilled.gapfilled.iteration1.fa /home/urbe/DATA/OriginalReads/ANature/GC02756...26.HiSeq2000.FCB.lane1.gcap_dev.R1.fastq /home/urbe/DATA/O...

    2105 days ago

  • Perl script to find palindromic pattern !

    #!/usr/bin/perl use strict; use warnings; use strict; my %invert; @invert{ qw[ A C G T ] } = qw[ T G C A ]; m...s), substr( $in, $p1-$pals, ($pals+1)*2 ), $p1-$pals; } } __DATA__...

    2105 days ago

  • Downloading GATK !

    jitendra@jitendra-UNLOCK-INSTALL[SNP] wget https://github.com/br...fter the -- will be passed to dataproc --clust...germline samples given counts data GermlineCNVCaller...Checks that all data in the input files appear to...concordance between genotype data o...

    2081 days ago

  • Update zsh on Ubuntu !

    ➜ upgrade_oh_my_zsh Updating Oh My Zsh remote: Counting objects: 484, done. remote: Compressing objects: 100% (.../emoji/README.md | 6 +- plugins/emoji/emoji-data.t...

    2081 days ago

  • Test bp-assembly !

    (denovo_asm) [jnarayan@hmem00 ~]$ git clone https://github.com/cdunn2001/git-sym.git fatal: destination path 'git...t-sym.makefile 'greg200k-sv2.2' curl -L https://downloads.pacbcloud.com/public/data/g...

    2040 days ago

  • Collecting arguments with R

    #! /usr/bin/Rscript ## Collect arguments args

    2010 days ago

  • CollectGcBiasMetrics.jar will generate a GC bias plot for each contig

    samtools index aln-pe.mapped.sorted.bam for i in $(samtools view -H aln-pe.mapped.sorted.bam | awk -F"\t" '/@SQ...n-pe.mapped.sorted.$i.bam; java -Xmx2g -jar $(which CollectGcBiasMetrics.jar) R=data/C...

    2010 days ago

  • Install NPM !

    $ sudo apt install npm Reading package lists... Done Building...node-forever-agent node-form-data node-fs.realpath node-fstr...onic/universe amd64 node-form-data all 0.1.0-1 [6,412 B]...amd64 node-normalize-package-data all 2.3.5-2 [10.6 kB]...ackage node-normalize-package-data....

    1559 days ago

  • Perl script to remove duplicated lines !

    #!/usr/bin/perl use strict; use warnings; { $_ = ; my $next_line; while( $next_line = ) {..._line; } continue { $_ = $next_line; } print $_ if eof; } __DATA__...

    1566 days ago

  • Bash script to download SRA file !

    #We can use the sratoolkit to directly pull the sequence data (in paired FASTQ format) from the archive. fast...the SRA toolkit. It allows directly downloading data from a particular sequencing...tq-dump --split-files SRR1770413 #SRA stores data i...

    1565 days ago