Skip to content

Releases: NickJD/StORF-Reporter

v1.3.4: Some minor changes to UR-Extractor output handling

26 Feb 19:26
Compare
Choose a tag to compare
  • Fixed - UR-Extractor now conforms better to 'standard' FASTA and GFF formats.
  • Added - 'Multi_Contig_Genome' test directory for testing against fragmented genomes.

v1.3.3: Fixed Con-StORFs middle stop and more IO errors.

08 Feb 17:59
Compare
Choose a tag to compare
  • Fixed - Con-StORFs were incorrectly being reported with middle '*' when 'remove_stop' was set to True (default)
  • Fixed - In some instances, when using -odir with 'Multiple_Genomes', 'Multiple_Combined_GFFs' or 'Multiple_GFFs', the input directory name was being applied to the output filename.

v1.3.2: Fixed an issue with the hashing of the StORF IDs.

07 Feb 01:55
Compare
Choose a tag to compare

The hashing of StORF IDs may have been different between GFF/DNA and the AA outputs. Now the hashing takes the GFF input filename or in the case of a Pyrodigal run, will take the input FASTA filename.

v1.3.1: Fixed FASTA output and empty dir handling for Multiple_Out_Dirs

21 Jan 22:09
Compare
Choose a tag to compare

v1.3.0: 'Multiple_Out_Dirs' option added

20 Dec 19:32
Compare
Choose a tag to compare

Small but important release.
StORF-Reporter can now be run on a directory containing multiple Prokka/Bakta output directories.

Example:
StORF-Reporter -anno Prokka Multiple_Out_Dirs -p ../Test_Datasets/Multi_Prokka_Outs

Thanks to @elchaarn (#1 (comment)) for the suggestion.

v1.2.0: Reworked user IO for more user-control and to be OS independent

19 Dec 07:08
Compare
Choose a tag to compare
  • Finalised overhaul of user IO to accommodate user requests and become OS independent for StORF-Reporter.
    • Fixed some issues with StORF-Reporter running on a directory of matched Prokka/Bakta gff/fna files.
    • Added option "-af" to allow Prokka/Bakta directory names to differ from internal filename prefixes.
    • Minor changes to parameter handling to ensure "-sout" is called when "-aa" is selected.
    • Feature_Types parameter "-gene_ident Prokka" will select features present in Prokka annotations.

Thanks to @Dx-wmc (#2 (comment)) for suggesting some changes to how StORF-Reporter handles IO.

v1.1.4: Fixed output IDs for Con-StORFs

11 Dec 02:53
Compare
Choose a tag to compare
Pushed missing config changes for v.1.1.4

v1.1.3: Fixed output format for StORF-Extractor

11 Dec 01:09
Compare
Choose a tag to compare

Fixed output format of StORF-Extractor to be more consistent with StORF-Reporter/Finder.

v1.1.2: Fixed a number of output bugs and reworked/simplified some code.

09 Dec 19:00
Compare
Choose a tag to compare

Thanks to @pthieringer for reporting a bug with ('-aa True') outputting the amino acid sequences of the StORFs identified via StORF-Reporter under certain conditions.

Bug link: #3 (comment)

v1.1.1: API handle changed to reflect Pyrodigal update

04 Nov 21:21
Compare
Choose a tag to compare

Thanks to @lobrien20 for identifying the change made by the pyrodigal team to their API call (OrfFinder to GeneFinder).