Skip to content

Releases: edgardomortiz/Captus

Captus v1.0.1

02 Mar 19:48
Compare
Choose a tag to compare
  • During assembly of hits when extracting a miscellaneous DNA reference target, the delta in identity percentage between two hits to be considered compatible has been reduced from 5% to 3.33%, initial test indicate slight improvement in recovery.
  • In some edge cases, when translating a CDS reference target set, the same nucleotide sequence can produce perfectly translated protein in more than a single reading frame, we give now priority to positive reading frames in case of a tie.
  • Latest pandas versions introduced breaking changes, we provide a fix.
  • When creating a new miscellaneous DNA reference from clustering, each target sequence in a reference locus can have different strands. We add a method to uniformize the strand per reference locus.
  • Added an option to the align step to --only_collect the extracted markers and exit afterwards (requested by Diego Morales)
  • Fixed multiple small bugs.

Captus v1.0.0

21 Nov 10:57
Compare
Choose a tag to compare
  • Additional improvements to captusd bait: added options --min_expected_tiling and --remove_ambiguous_loci for the creation of baitsets and their corresponding reference target files.

Captus v0.9.99

14 Nov 15:47
Compare
Choose a tag to compare
Captus v0.9.99 Pre-release
Pre-release
  • Now any BUSCO lineage database can be used as reference target file, just download a .tar.gz from https://busco-data.ezlab.org/v5/data/lineages/ and provide the file path for Captus extraction
  • Added shortcut for captus_assembly as simply captus (data assembly)
  • Added entry point for captus_design and a shortcut as captusd (bait design)
  • The cluster step of bait design now reports mean number of copies per locus instead of just classifying it as single- or multi-copy
  • Added a function to create a reference target file (for locus extraction) after bait clustering and tiling
  • Code cleanup and minor cosmetic changes

Captus v0.9.98

30 Oct 11:03
Compare
Choose a tag to compare
Captus v0.9.98 Pre-release
Pre-release
  • Fixed potential problem with recognition of _R1. or _R1_ patterns in filenames
  • Support for FastQC v0.12.1 update (s-andrews/FastQC@fbd9cf5)
  • Speed up QC step during cleaning step
  • If the user provides a clustering threshold with --cl_min_identity then the miscellaneous DNA extraction is performed using the same identity.
  • Allow decimals in maximum average number of copies in a cluster via --cl_max_copies
  • Minor cosmetic improvements

Captus v0.9.97

02 Sep 13:56
Compare
Choose a tag to compare
Captus v0.9.97 Pre-release
Pre-release
  • Fixed a bug in the extraction report happening when the extraction statistics tables are not sorted. This bug doesn't affect the output at all, just the report heatmap.

Captus v0.9.96

25 Aug 14:57
Compare
Choose a tag to compare
Captus v0.9.96 Pre-release
Pre-release
  • Fixed indentation bugs that prevented Falco or FastQC from running during the clean step and the subsampling of reads during the assemble step
  • Secret feature, coding genes databases can also be extracted as nucleotide
  • Code cleanup and minor fixes

Captus v0.9.95

18 Aug 14:52
Compare
Choose a tag to compare
Captus v0.9.95 Pre-release
Pre-release
  • Updated perl dependencies, now the latest bioperl and yaml can be used by Scipio
  • Improved Scipio parallelization, assemblies sorted by size in decreasing order before processing
  • Reduce maxIntron search for Scipio to 50000bp (previous settings took too long and created unlikely gene models when chromosome-level assemblies are analyzed)
  • Code cleanup and multiple cosmetic changes

Captus v0.9.93

08 Jun 05:49
Compare
Choose a tag to compare
Captus v0.9.93 Pre-release
Pre-release
  • Fixed bugs found in extract.py during clustering (Thanks to Lydia Paradiso)

Captus v0.9.92

26 May 08:52
Compare
Choose a tag to compare
Captus v0.9.92 Pre-release
Pre-release
  • Added module for bait design
  • To see help on the new module use captus_design --help

Captus v0.9.91

29 Dec 15:52
Compare
Choose a tag to compare
Captus v0.9.91 Pre-release
Pre-release
  • Nested parallelism applies only to Scipio's protein extraction, other parallel functions use apply_async method
  • Alignment log files are now erased correctly