Releases: cgat-developers/cgat-apps
Releases · cgat-developers/cgat-apps
Testing now pytest and bug fixes for scripts
bug fixes for setup.py
Last change before script gff2psl and APG module deprecation
- 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
- 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
#110 updated pysam imports to reflect the updated pysam code
v0.6.4
v0.6.3
increased version tag
Failed to increase version tag in repo in last release
tests now implemented in GitHub actions
This release adds the following:
- Pinned biopython to 1.78
- bug fixes to
fasta2bed
for ungapped function - tests are now implemented on GitHub actions