Results for "single-end"

Wire posts

  • Single cell sequencing:http://www.wired.com/wiredscience/2013/07/bringing-microbial-dark-matter-into-the-light/ #Omics

    3954 days ago

  • perl -nle '$count += () = /XY[0-9]+/g; END {print $count}' inputfile #Count #Perl #Perloneliner

    3656 days ago

  • Count the contigs length in index fasta file with samtools. $ awk '{s+=$2}END{print s}' scaffolds.fasta.fai #Fasta #Index #Length #Count #Size #Samtools

    2154 days ago

  • “The greatest single achievement of nature to date was surely the invention of the molecule DNA.” ― Lewis Thomas

    3565 days ago

  • Multi fasta to single fasta files $ perl -ne 'if (/^>(\S+)/) { close OUT; open OUT, ">$1.fasta" } print OUT' genome.fasta #Multi-fasta #fasta #multi #genome #files

    1148 days ago

  • PAired-eND Assembler for DNA sequences https://github.com/neufeld/pandaseq #Sequence #Assembler #PANDAseq

    2961 days ago

  • The #bacterial #DnaA-trio #replication origin element specifies single-stranded DNA initiator #binding http://www.nature.com/nature/journal/vaop/ncurrent/full/nature17962.html

    2897 days ago

  • Fasta sequence length: awk '/^>/ {if (seqlen){print seqlen}; print ;seqlen=0;next; } { seqlen += length($0)}END{print seqlen}' file.fa #Length #Linux #OneLiner

    2669 days ago

  • Add color to vim. Open vi .vimrc and at the end of the file add "syntax on" #Vim #Syntax #Highlight #Vi #Linux

    2625 days ago

  • To add something to end of all header lines: $ sed 's/>.*/&WHATEVERYOUWANT/' file.fa > outfile.fa #Add #Fasta

    2580 days ago