Results for "fasta"

Users

Blogs

Bookmarks

Files

Pages

Top-level pages

Wire posts

  • GenBank to FASTA format conversion, Written By Junguk HUR http://tinyurl.com/ntp7w5v #Perl #FASTA #Genbank

    3866 days ago

  • perl -nle 'if (/^>/) { $sl = 0; print; next } next if ($sl >= 200); $_ = substr($_, 0, 200-$sl) if ($sl + length($_) > 200); $sl += length($_); print;' file.fa >new.fa #Perl #Extract #Fasta

    3619 days ago

  • +81 more Wire posts

News

Video

Bio-Scripts

Tags

  • UniqueKmer: Generate unique KMERs for every contig in a FASTA file

    Generate unique k-mers for every contig in a FASTA file. Unique k-mer is consisted of k-mer keys (i.e. ATCGATCCTTAAGG) that are only presented in one contig, but not presented in any other contigs (for both forward and reverse strands). This tool accepts the input of a FASTA file consisting of ...

    Tags: Unique, Kmer, Mers, Contigs, FASTA, Genome

    868 days ago

  • Download mutliple fasta file from NCBI in one GO!!

    if you have less time, then use three ways mentioned in bookmark link to extract/download all fasta sequences in single click given that you already have a list of GIs or accession IDs . Alternatively, use one liner perl script: perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if @A...

    Tags: fasta, multiple fasta, ncbi, entrez, perl

    3908 days ago

  • +2 more Tags

Comments