Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Wire posts tagged with 'Zero'

  • By Jit 2132 days ago
    perl -e '$/="\n>"; while (<>) { s/>//g; my ($id, $seq) = split /\n/; print ">$_" if length $seq; }' < all_p_ctg.fasta > all_p_ctg_corrected.fasta #Convert #Fasta #Zero
  • By Jit 2137 days ago
    #Zero coverage regions ~/Tools/bedtools2/bin/bedtools genomecov -ibam PvsH_aln_sorted.bam -bga | awk '$4==0' > ZERO_coverage_regions.txt