Skip to content

Releases: cas-bioinf/rboAnalyzer

minor fixes - blast dbv5 compatible

26 Nov 11:47
Compare
Choose a tag to compare

Updates

  • build-in blast_regexp now captures even non-standard accessions present in refseq and updated to capture new pdb chains with up to 4 character chains id's
  • add support and recommend blast 2.9 due to update of blastdb format (dbv5 - lower then 2.8.1 not compatible with now used ncbi databases)

Html output updates

  • colour scheme change
  • message for uncertain extended hits
  • added original HSP position indication to the sequence viewer (with "--show_HSP" flag)

New "--entrez" option for downloading needed sequences directly from rboAnalyzer pipeline

  • suitable for one-time analysis
  • works only if the ids captured by the "blast_regexp" are accession.version id's present in the NCBI nucleotide database
  • valid email address is required with this option
  • if provided the "-db" option is not used

Html output update and patch for very long hits

09 Sep 15:52
Compare
Choose a tag to compare
  • change help appearance in html output
  • remove unused filed 'bstrand' from csv output
  • patch for very long hits (anchors) (locarna can't process more then 520 anchor points)

Patch for pdb entry in BLAST xml output

04 Sep 10:20
Compare
Choose a tag to compare

Fixes case of unrecognised sequence accession from pdb resulting from mismatch between accession in BLAST database and reported accession in BLAST xml output.

Patch for new NCBI SeqViewer

30 Aug 10:34
Compare
Choose a tag to compare

Fixes the code for new version of NCBI Sequence viewer which didn't work correctly after update to 3.31.

New stable release

05 Aug 15:28
Compare
Choose a tag to compare
  • All system calls wrapper in try except preventing potential errors from propagating.
  • Incorrectly installed dependency (i.e. appears to be there but fails with real data) will not crash computation
  • --filter_by_eval and --filter_by_bits now accept intervals (i.e. >=5, <200)
  • Each rboAnalyzer computation is now saved to enable faster computation in case of repeated calls with e.g. different filtering options, different prediction methods. The data are saved in the same path as the BLAST output which is analysed, the file name is constructed as follows: BO_file_name + .r- + hash string. The hash string corresponds to the arguments which would change the extended sequences.
  • force to have some output requested on command-line
  • removed --keep_all argument
  • rboAnalyzer does not ask about continuing the interrupted computation. It assumes that you want to continue. The parameters which would influence the result are checked.

bugfix release

24 Jul 09:23
Compare
Choose a tag to compare
  • fix error when uncertain covariance model
  • catch all exceptions, even those not primarily caused by rboAnalyzer

stable

19 Jul 16:29
Compare
Choose a tag to compare
  • Renaming prediction methods.

  • Adds ability to continue with interrupted computations.

  • Logging redesign.

  • Require Biopython < 1.73 (NCBIXML parser differs in 1.74)

  • Documentation updates.

  • Example directory attached for easy download.

beta

02 Jul 13:55
Compare
Choose a tag to compare
beta Pre-release
Pre-release

Changes

  • Updated documentation
  • Added options
  • reworked code

update docs

13 Nov 15:05
Compare
Choose a tag to compare
update docs Pre-release
Pre-release

test conda installation

Updated output

15 Oct 14:29
Compare
Choose a tag to compare

Fixes:

  • repeated location in version description with method "joined"
  • inconsistent reports with methods "simple" and "joined"
  • location one of in certain cases
  • javascript functionality in html output

Enhancments:

  • javascript function now more robust