Skip to content

Releases: cauliyang/DeepBioP

deepbiop-bam-v0.1.13

15 Jan 18:11
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.12

06 Jan 22:45
Compare
Choose a tag to compare

Added

  • Add support for parsing FASTA files and functions

Other

  • Update pre-commit hooks to use pre-commit stage

deepbiop-utils-v0.1.12

06 Jan 22:40
Compare
Choose a tag to compare

Added

  • Add new modules for JSON and Parquet file I/O
  • Add Display implementation for StructralVariantType and StructuralVariant
  • Add support for parsing StructuralVariant from string
  • Update dependencies versions and add new module

Fixed

  • Update overlap conditions in genomic interval
  • Update noodles and candle-core versions

Other

  • Update fmt usage in sv.rs
  • Add Eq trait to StructuralVariantType enum
  • Add PartialEq trait to StructuralVariantType enum
  • Add overlap tests for GenomicInterval

deepbiop-fq-v0.1.12

06 Jan 22:42
Compare
Choose a tag to compare

Added

  • Update dependencies versions and add new module

deepbiop-fa-v0.1.12

06 Jan 22:44
Compare
Choose a tag to compare

Added

  • Add new modules for JSON and Parquet file I/O
  • Add new RNA sequences to test data
  • Add initial implementation of deepbiop-fa
  • Add CLI installation guide
  • Update MSRV to 1.75.0
  • Add support for processing BAM format in DeepBiop
  • Add initial project files and configurations

Fixed

  • Update Minimum Supported Rust Version to 1.82.0
  • Update badge URL for deepbiop crate

Other

  • Update Python object extraction to remove unnecessary variable
  • Remove unnecessary file cleanup in test case
  • Update function names and use in code
  • Update deepbiop-fa crate documentation
  • Update file paths in test and Cargo.toml
  • Update MSRV version in README and improve formatting
  • Remove outdated documentation badge
  • Add documentation badge to README.md
  • Update badges in README.md to use consistent format
  • Update README.md setup instructions
  • Update README.md formatting
  • Add tests for bam and fq modules
  • Initial commit

deepbiop-cli-v0.1.12

06 Jan 22:46
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-bam-v0.1.12

06 Jan 22:43
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-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'