Skip to content

Releases: cas-bioinf/rboAnalyzer

minor fixes - blast dbv5 compatible

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 26 Nov 11:47

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

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 09 Sep 15:52
  • 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

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 04 Sep 10:20

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

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 30 Aug 10:34

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

New stable release

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 05 Aug 15:28
  • 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

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 24 Jul 09:23
  • fix error when uncertain covariance model
  • catch all exceptions, even those not primarily caused by rboAnalyzer

stable

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 19 Jul 16:29
  • 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

beta Pre-release
Pre-release

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 02 Jul 13:55

Changes

  • Updated documentation
  • Added options
  • reworked code

update docs

update docs Pre-release
Pre-release

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 13 Nov 15:05

test conda installation

Updated output

Choose a tag to compare

@SchwarzMarek SchwarzMarek released this 15 Oct 14:29

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