Giter Site home page Giter Site logo

efasta2fasta's Introduction

efasta2fasta

Convert extended fasta (efasta) to fasta

The one-liner:

perl -0076 -ne 'chomp;($h,@r)=split/\n/;$s=join("",@r);$s=~s/{([\s|\w]*),[^}]*}/$1/g;$s=~s/(.{60})/$1\n/g;print">$h\n$s\n" unless(!$h);' file.efasta

USAGE

./efasta2fasta.pl file.efasta 

DESCRIPTION

Convert efasta to fasta by taking the first item in the list {,,,} for every ambiguity.

efasta - extended fasta format (from Allpath-LG):

"ALLPATHS-LG introduces efasta output format, which extends fasta format to capture ambiguities within the assembly which might otherwise be lost. These ambiguities may arise from biological sources (e.g., SNPs & CNVs) or from uncertainties in the data. In efasta format, ambiguities are represented as a comma-separated list of alternatives within curly braces ("{}"). For example, an A/T SNP would become: ATGTC{A,T}TGTCG. An unresolved homopolymer run where the evidence suggested there should be 6, 7, or 8 Ts would become: GTCACTTTTTT{,T,TT}. Within the braces, alternatives are ordered in terms of decreasing likelihood."

Input:

efasta file(s)

Output:

fasta file named from the input (with added file ending .fas)

AUTHOR

Johan Nylander (JN), [email protected]

COMPANY

BILS/NRM

VERSION

1.0

CREATED

09/22/2015 02:53:00 PM

efasta2fasta's People

Contributors

nylander avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.