Giter VIP home page Giter VIP logo

fastafilereader's Introduction

FastaFileReader

FastaFileReader helps to process the fasta files

Running the application

Application expects two input params.

First argument is comma seperated file names to be processed.

Second argument is an Integer, it is the number of threads in the pool.

Input validation

Application validates the input arguments, application silently returns if the required number of arguments are not provided.

Application takes the default value of 1 if invalid input is provided for the second argument.

Application validates the input file names and generates REPORT.TXT with default value of 0 for the FILE_CNT,SEQUENCE_CNT and BASE_CNT if there is no valid input file is provided.

Application will try to process the input file if it is a valid gzip file. If the input is not a gzip file, that file will be ignored. For example, if two input files are provided out of which one is valid gzip file and other one is an invalid file. After completing the execution, in REPORT.TXT we will see file count as one instead of two as the second file is an invalid file.

Assumptions

  • Not handling the comments in input fasta files
  • Not used any logging frameworks

fastafilereader's People

Contributors

upendrakumbham avatar

Watchers

 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.