Skip to content

deepbiop-cli-v0.1.11

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 04:06
· 9 commits to main since this release
0f32086

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'