Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.72 KB

oist/LuscombeU_stlpreprocess: Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v4.2.0 - November 24st, 2024 (Caenorhabditis inopinata)

  • Allow AP and BX to rescue some Caenorhabditis assemblies. AP rescues also assemblies in various other clades.

v4.1.0 - November 21st, 2024 (Sulfurisphaera ohwakuensis)

  • Allow NC|NZ in filtered contig names, for RefSeq assemblies.
  • Discard contigs that match plasmid.

v4.0.0 - November 1st, 2024 (Bufo bufo)

  • Replace seqtk subseq with samtools faidx again for performance on very large genomes.
  • Compress genomes with bgzip and index them.
  • Add a --assemblyscan_memory parameter to run assembly-scan with more memory.

v3.0.0 - October 8th, 2024 (Chaenocephalus aceratus)

  • Run assemblyscan on the filtered genomes.
  • Allocate only a single CPU for 1 hour with 6 Gb memory for all computations.
  • Collect contig names to better check if sex chromosomes are missing from the assembly, etc.
  • Replace seqkit with shell commands and seqtk because of memory usage (shenwei356/seqkit#487). This changes directory and names of output files.

v2.0.0 - September 24th, 2024 (Lama glama)

  • Allow TSV format and change column names to id and file.
  • Delete mitogenome files that contain more than one sequence.

v1.1.0 - September 24th, 2024 (Mus caroli)

  • Expanded the pattern matching chromosome contigs to ^(CM|CP|FR|L[R-T]|O[U-Z]).

v1.0.0 - September 20th, 2024 (Orang Outan)

  • Initial release of oist/LuscombeU_stlpreprocess, created with the nf-core template.