Version history

What’s Changed

Dependency Old version New version
fastq_utils 0.25.2 0.25.3
multiqc 1.28 1.34
samtools 1.21 1.23.1
nft-utils 0.0.5 0.0.9
nft-bam 0.4.0 0.6.1

Bump minimal Nextflow version to 25.10.4 and nf-schema to 2.6.1

Full Changelog: https://github.com/nf-core/bamtofastq/compare/2.2.0...2.2.1

What’s Changed

New Contributors

Full Changelog: https://github.com/nf-core/bamtofastq/compare/2.1.1...2.2.0

What’s Changed

New Contributors

Full Changelog: https://github.com/nf-core/bamtofastq/compare/2.1.0...2.1.1

What’s Changed

New Contributors

Full Changelog: https://github.com/nf-core/bamtofastq/compare/2.0.0...2.1.0

What’s Changed

  • Porting pipeline to DSL2 and to nf-core
  • Add igenomes by @SusiJo in https://github.com/nf-core/bamtofastq/pull/48
  • --cram_files parameter is deprecated as file type is automatically detected
  • --index_files parameter is deprecated and if no index files are provided in the samplesheet, they will be generated
  • --input changed to samplesheet and does not take paths to data anymore

New Contributors

Full Changelog: https://github.com/nf-core/bamtofastq/compare/1.2.0...2.0.0

What’s Changed

New Contributors

Full Changelog: https://github.com/qbic-pipelines/bamtofastq/compare/1.1.0...1.2.0

New features

  • Allows to provide bam indices as additional input to prevent re-computation
  • All stats can be skipped, speeding up computation, with --no_stats

Initial release of qbic-pipelines/bamtofastq!