Skip to content

Releases: juliema/aTRAM

Bug fix

25 May 19:19
4bdccd4
Compare
Choose a tag to compare

Fix metadata default for is_single_end function.

aTRAM improvements

12 Mar 16:03
73cced4
Compare
Choose a tag to compare
  • You can optionally shuffle input sequences in atram_preprocessor.py
  • Added more assembler options for Abyss.
  • Update assembler flags to match the arguments of the assemblers themselves
  • Fix errors related to assemblers timing out.
  • Various minor bug fixes.

Atram improvements

17 Apr 20:03
f015397
Compare
Choose a tag to compare
  • Atram can now be installed via conda. thanks to Ulises-Rosas
  • There is now a framer utility for preparing assemblies for phylogenetic analysis
  • There are numerous bug fixes and other minor improvements

aTRAM Stitcher

12 Jul 21:44
c1bf387
Compare
Choose a tag to compare

We have added a "stitcher" utility to aTRAM.

Minor bug fixes

29 May 21:07
f6e07b1
Compare
Choose a tag to compare
v2.1.2

Fix double ">>" for fasta output #244

Fixes and improvements

22 Feb 15:41
Compare
Choose a tag to compare
  • Fixed bug affecting the --query-split option
  • Allow gziped and bziped files as input to atram_preprocessor.py

Improve aTRAM stability

09 Feb 21:31
Compare
Choose a tag to compare

There were many minor improvements and bug fixes but the highlights of this release are:

  1. Improve the stability of SQLite when processing large files on fast machines. This issue was manifesting itself as an "sqlite3.OperationalError: database is locked" error.
  2. We changes how temporary files are handled. Most temporary files are now deleted between each aTRAM iteration. This reduces the disk footprint of aTRAM and helps with larger assemblies.
  3. aTRAM now displays the number of blast hits at each iteration. This gives you more information about how well aTRAM is progressing or why an assembly may fail.
  4. We added the new blast option --word-size. If entered, this is passed to directly to blast.

Release 2.0

23 Sep 17:34
Compare
Choose a tag to compare

Release 2.0

Improve instructions, report formats, and fasta file handling

27 Jul 14:49
Compare
Choose a tag to compare

We have gathered numerous small changes to the instructions, aTRAM report output files, and fasta file handling into a release.

We also reduced the number of required modules in requirements.txt and separated the testing requirements into its own requirements_test.txt file.

Pipeline fixes

19 Jan 18:02
Compare
Choose a tag to compare
Pipeline fixes Pre-release
Pre-release

Now catching more errors the assemblers throw at atram. It will also continue with the pipeline's other assemblies after one assembly breaks.