Results for "CAT/BAT"

Blogs

Bookmarks

Pages

Top-level pages

Wire posts

  • Sort FASTA sequence by length: cat f1.fasta| awk '{if($0 ~ /^>/){printf "%st", $0}else{print length($0)"t"$0}}'| sort -k2n,2| awk '{print $1"n"$3}' > sequence.fasta #Sort #Fasta #Trick #Onliner

    3203 days ago

  • Contact many files: $ for a in *.txt ; do cat $a >> newFile ; done #Linux #Tricks

    2813 days ago

  • +12 more Wire posts

News

  • Tigers genome sequenced

    Fifteen scientists led by Dr Jong Bhak of Genome Research Foundation, South Korea, decoded as many as 3 billion nucleotides (organic molecules that form the basic build...

    3897 days ago

ResearchLabs posts

  • Roderic Guigó Lab

    Research in our group focuses on the investigation of the signals involved in gene specification in genomic sequences (promoter elements, splice sites, translation init...

    3548 days ago

  • Cáceres Lab

    Lab are included within the Genomics, Bioinformatics and Evolution group of the UAB, and collaborate closely with other researchers in the Barcelona area, such as Xavie...

    961 days ago

Fun

Video

Bio-Scripts

Tags

Comments