Coder Social home page Coder Social logo

abhijeetsingh1704 / fasta2q Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 43 KB

simple and convenient program to convert fasta sequences to fastq sequences

License: GNU Lesser General Public License v3.0

Shell 100.00%
fastq fq fastq-files fastq-format fasta-sequences fasta-format fasta sequence conversion

fasta2q's Introduction

fastA2Q

An example of fastq header output with fastA2Q

@LSM:213:VGKE2RP:2:1971:12668:04830 2:N:66:CGGACGTA+GTTCACGT
where
@         - fastq header initial
LSM       - unique instrument name
213       - run id
VGKE2RP   - flowcell id
2         - flowcell lane
1971      - tile number within the flowcell lane
12668     - 'x'-coordinate of the cluster within the tile
04830     - 'y'-coordinate of the cluster within the tile
2         - member of a pair, 1 or 2 (paired-end or mate-pair reads only)
N         - Y if the read is filtered, N otherwise
66        - 0 when none of the control bits are on, otherwise it is an even number
CGGACGTA  - index 1 sequence
+         - connection between indexes
GTTCACGT  - index 2 sequence

Usage

Add execution permision

chmod +x fastA2Q

Running the program

fastA2Q -i /path/input_file.fasta -o /path/output_file.fastq
License

fastA2Q is licensed under the GNU Lesser General Public License v3.0 Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.

fasta2q's People

Contributors

abhijeetsingh1704 avatar

Stargazers

 avatar

Watchers

 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.