Skip to content

Releases: cauliyang/DeepBioP

deepbiop-cli-v0.1.11

26 Aug 04:06
0f32086
Compare
Choose a tag to compare

Added

  • Add FaToFq command for fastq to fasta conversion
  • Update keywords in Cargo.toml files
  • (io) Refactor bam2fq function to handle equal seq and qual lengths
  • Add support for writing compressed fastq files
  • Add fastq to fasta conversion command
  • Add new file fq2fa.rs
  • Add BAM to fastq conversion functionality
  • Add CLI installation guide

Other

  • Improve file variable names in FqToFa struct
  • Remove unnecessary empty line
  • Improve function and field comments
  • Refactor file_path assignment in bam2fq.rs
  • Merge branch 'dev'

deepbiop-v0.1.11

25 Aug 22:59
3c75fb4
Compare
Choose a tag to compare

Added

  • Update keywords in Cargo.toml files
  • Add CLI installation guide

Other

  • Merge branch 'dev'

deepbiop-utils-v0.1.11

25 Aug 22:56
3c75fb4
Compare
Choose a tag to compare

Added

  • Update keywords in Cargo.toml files
  • Add CLI installation guide

Other

  • Merge branch 'dev'

deepbiop-fq-v0.1.11

25 Aug 22:58
3c75fb4
Compare
Choose a tag to compare

Added

  • Update keywords in Cargo.toml files
  • Add Python bindings for TensorEncoder
  • Add CLI installation guide

Other

  • Merge branch 'dev'

deepbiop-bam-v0.1.11

25 Aug 22:59
3c75fb4
Compare
Choose a tag to compare

Added

  • Update keywords in Cargo.toml files
  • (io) Refactor bam2fq function to handle equal seq and qual lengths
  • Add BAM to fastq conversion functionality
  • Add CLI installation guide

Other

  • Remove unnecessary empty line
  • Improve function and field comments
  • Improve code readability and performance
  • Merge branch 'dev'

deepbiop-v0.1.9

20 Aug 16:22
2a172e9
Compare
Choose a tag to compare

Added

  • Add support for processing BAM format in DeepBiop
  • Add initial project files and configurations

Fixed

  • Update badge URL for deepbiop crate

Other

  • Update README.md formatting
  • Update workspace dependencies in Cargo.toml
  • Add tests for bam and fq modules
  • Initial commit

deepbiop-v0.1.8

20 Aug 03:16
ff46263
Compare
Choose a tag to compare

Added

  • Add support for processing BAM format in DeepBiop
  • Add initial project files and configurations

Fixed

  • Update badge URL for deepbiop crate

Other

  • Update README.md formatting
  • Update workspace dependencies in Cargo.toml
  • Add tests for bam and fq modules
  • Initial commit

deepbiop-v0.1.10

20 Aug 21:39
6d9db55
Compare
Choose a tag to compare

Added

  • Update MSRV to 1.75.0

Other

  • Update MSRV version in README and improve formatting

deepbiop-utils-v0.1.9

20 Aug 16:20
2a172e9
Compare
Choose a tag to compare

Added

  • Update function definitions and imports

Other

  • Add documentation for chimeric and cigar operations
  • Remove outdated documentation badge
  • Add documentation badge to README.md

deepbiop-utils-v0.1.8

20 Aug 03:14
ff46263
Compare
Choose a tag to compare

Added

  • Add pyo3-stub-gen dependency and stub generation

Other

  • Update deepbiop-fq crate to improve code organization and remove unused functions
  • Update deepbiop-bam crate to include chimeric event struct and functions
  • Update badges in README.md to use consistent format