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

    3865 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

    3618 days ago

  • +81 more Wire posts

News

Video

Bio-Scripts

Tags

  • Converting a VCF into a FASTA given some reference !

    Samtools/BCFtools (Heng Li) provides a Perl script vcfutils.pl which does this, the function vcf2fq (lines 469-528) This script has been modified by others to convert InDels as well, e.g. this by David Eccles ./vcf2fq.pl -f <input.fasta> <all-site.vcf> ...

    Tags: Convert, VCF, FASTA, reference, genome, assembly, phase

    2113 days ago

Comments