Results for "bam"

Blogs

Bookmarks

Files

  • Download blasr 1.3 version

    ...local/bin/samtools sort -@ 20 -no - temporarySam > FALCON-Unzip-Scaff.bamMapping long-reads using blasr...'anchor_contig_info.dat': No such file or directorymv FALCON-Unzip-Scaff.bam FALCON-Unzip-Scaff-with-repea...

    2153 days ago

Pages

Top-level pages

Wire posts

  • Extract list of read ID from bam file: samtools view mbi.sorted.bam |perl -ne '/ID/ && print' > extractedID.sam #Extract #Ids #SAM #BAM #NGS

    3637 days ago

  • http://bam.iobio.io/ #bam #vcf #analysis

    3445 days ago

  • +25 more Wire posts

News

Opportunity posts

Bio-Scripts

  • Genome Covered !

    zero=$(bedtools genomecov -ibam BAM -g hg38.fasta -bga | awk '$4==0 {bpCountZero+=($3-$2)} {print bpCountZero}' | tail -1) nonzero=$(bedtools genomecov -ibam BAM -g hg38.fasta -bga | awk '$4>0 {bpCountNonZero+=($3-$2)} {print bpCountNonZero}' | tail -1) percent=$(bc

    2211 days ago

  • Coverage / Depth of reads !

    # get total number of bases covered at MIN_COVERAGE_DEPTH or higher samtools mpileup mapping_result_sorted.bam | awk -v X="${MIN_COVERAGE_DEPTH}" '$4>=X' | wc -l 32876 # get le...

    2211 days ago

  • +24 more Bio-Scripts

Tags

  • BBTools for bioinformatician !

    BBMap.sh Mapping Nanopore reads BBMap.sh has a length cap of 6kbp. Reads longer than this will be broken into 6kbp pieces and mapped independently. Code: $ mapPacBio.sh -Xmx20g k=7 in=reads.fastq ref=reference.fa maxlen=1000 minlen=200 idtag ow int=f qin=33 out=mapped1.sam minratio=0.15...

    Tags: BBMap, Map, NGS, Reads, Sam, Bam, Contamination, Filtration

    2272 days ago

Comments