Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Releases: Xyaneon/NCBI-FASTA-Grabber

v1.4.0

25 Nov 23:16
Compare
Choose a tag to compare
  • Add -o/-output-file command line argument, which allows the user to specify an output file name.
  • The program no longer returns an exit code of 1 after successful execution, but 0 like it's supposed to.

v1.3.1

25 Nov 22:27
Compare
Choose a tag to compare
  • Add sequence format selection to interactive mode if it is not already specified via --format.
  • Add fasta_cds_aa as a sequence format choice.

v1.3.0

25 Nov 22:06
Compare
Choose a tag to compare
  • Fix some errors.
  • Add support for the -f/--format command line argument, with the following available choices:
    • fasta
    • fasta_cds_na

v1.2.0

24 Nov 22:26
Compare
Choose a tag to compare
  • Reorganize code within multiple modules.
  • Make program version and description visible within help message (-h option).

v1.1.0

17 Sep 21:19
Compare
Choose a tag to compare
  • You can now supply commandline options.
  • Less typing needed in interactive mode.
  • More sample runs added in the source code comments.
  • Minor bug fixes and improvements.

This is the second version submitted to Professor Miller via email for the assignment.

v1.0.1

17 Sep 07:40
Compare
Choose a tag to compare
  • Sample output included in bottom of source file for homework submission requirements.
  • Added a pretty screenshot to the README.

This is the first version submitted to Professor Miller via email for the assignment.

v1.0

17 Sep 07:08
Compare
Choose a tag to compare
  • Refactored code.
  • More resilient against various errors.

v0.1-alpha

16 Sep 23:19
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Basic functionality implemented.