Skip to content

Releases: cgat-developers/cgat-apps

Testing now pytest and bug fixes for scripts

26 Oct 06:51
582c3b3
Compare
Choose a tag to compare

Major changes for the testing from nose to pytest

What's Changed

Full Changelog: v0.7.2...v0.7.4

bug fixes for setup.py

05 Apr 10:32
b7b6936
Compare
Choose a tag to compare

In order to get conda to build need to revert changes to setup.py

Last change before script gff2psl and APG module deprecation

04 Apr 16:31
3f43049
Compare
Choose a tag to compare
  • Warning of deprecation for gff2psl and Blat module
  • Warning of deprecation for AGP module
  • Removed IGV and CBiotools modules
  • Cleaned up repo with redundant files

python3.10 fixes and script removal

01 Apr 21:17
c931a5d
Compare
Choose a tag to compare
  • removed redundant scripts and removed some code to make it easier to maitain
  • changed tostring to tobytes for python3 compatibility
  • Various numpy.int to .int64 and .float to .float64 changes

Updated to work with pysam>=0.17

24 Nov 14:57
4de3814
Compare
Choose a tag to compare

#110 updated pysam imports to reflect the updated pysam code

v0.6.4

26 Jul 09:34
ee35e8e
Compare
Choose a tag to compare

Reverted back to old setup.py

v0.6.3

23 Jul 11:52
Compare
Choose a tag to compare

The following have been updated for this release:

  • Updated to work with latest pysam
  • Updated to work with latest biopython
  • Added version strings to scripts that are missing them
  • Readthedocs now build the documentation

increased version tag

18 Jul 10:18
Compare
Choose a tag to compare

Failed to increase version tag in repo in last release

tests now implemented in GitHub actions

18 Jul 10:12
17bfba0
Compare
Choose a tag to compare

This release adds the following:

  • Pinned biopython to 1.78
  • bug fixes to fasta2bed for ungapped function
  • tests are now implemented on GitHub actions

Compatibility with pandas 1.0

05 Feb 18:50
Compare
Choose a tag to compare

The v0.6.0 release makes cgat-apps compatible with pandas-1.0.0.

It also:

  • adds bcl2fastq, a wrapper that outputs fastq files from bcl files (#59)
  • pins pysam to version 0.5.12 (#56)

and other minor bugfixes (e.g. #57)