2017 © Pedro Peláez
 

library fasta_reader

Library to read Fasta files

image

edwrodrig/fasta_reader

Library to read Fasta files

  • Thursday, July 26, 2018
  • by edwrodrig
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

edwrodrig\fasta_reader

A php library to read FASTA files This is under construction, (*1)

Latest Stable Version Total Downloads License Build Status codecov.io Code Coverage Code Climate, (*2)

My use cases

My infrastructure is targeted to Ubuntu 16.04 machines with last php7.2 installed from ppa:ondrej/php., (*3)

Documentation

The source code is documented using phpDocumentor style, so it should pop up nicely if you're using IDEs like PhpStorm or similar., (*4)

Examples

$reader = new FastaReader("sample.fasta");

foreach ( $reader as $sequence ) {
    echo $sequence->getDescription() , "\n";
    echo $sequence->getData() , "\n";
}

Composer

composer require edwrodrig/fasta_reader

Testing

The test are built using PhpUnit. It generates images and compare the signature with expected ones. Maybe some test fails due metadata of some generated images, but at the moment I haven't any reported issue., (*5)

License

MIT license. Use it as you want at your own risk., (*6)

About language

I'm not a native english writer, so there may be a lot of grammar and orthographical errors on text, I'm just trying my best. But feel free to correct my language, any contribution is welcome and for me they are a learning instance., (*7)

The Versions

26/07 2018

dev-master

9999999-dev

Library to read Fasta files

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

oceanography bioinformatics fasta

26/07 2018

1.0.1

1.0.1.0

Library to read Fasta files

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

oceanography bioinformatics fasta

26/07 2018

1.0.0

1.0.0.0

Library to read Fasta files

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

oceanography bioinformatics fasta