Skip to content

Releases: UPHL-BioNGS/Cecret

3.0.20220520

27 May 18:04
c883982
Compare
Choose a tag to compare

This is considered a major release because it has now been converted into dsl2, which is the current default for nextflow.

Other notable differences:

  • freyja option paramaters have been added
  • bamsnap and renaming of files have been dropped (filtering to a reference is still supported)
  • containers now have versions on them
  • bcftools variants is now true by default

2.4.20220407

07 Apr 23:49
a265cb6
Compare
Choose a tag to compare

This is a minor release.

  • Pangolin V4 created some header parsing updates for the summary file, therefore, the summary file now includes additional pangolin columns
  • freyja and multiqc have been added
  • the config template has been adjusted to reflect the addition of new parameters
  • images have been added to the readme

2.3.20220114

14 Jan 20:24
5bb7d7b
Compare
Choose a tag to compare

There are some major changes

  • The default primer set is now artic's SARS-CoV-2 V4 primer set instead of V3
  • The columns of the summary file are in a different order
    • but they now include pangolin's lineage calls
  • The README has been updated to include information about minimum depth requirments
  • New files in data to show change in columns for end user comparison

2.2.20211221

21 Dec 18:10
bb695c7
Compare
Choose a tag to compare
  • Basically I put a script into a channel so that it would make it into docker containers on aws

What's Changed

Full Changelog: 2.2.20211215.1...2.2.20211221

2.2.20211215.1

16 Dec 00:09
43fe3c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.20211215...2.2.20211215.1

2.2.20211210

10 Dec 22:01
40816f6
Compare
Choose a tag to compare
  • minor bug fixes that could've been avoided if I had developed tests beforehand

2.2.20211209.1

10 Dec 01:38
a088f98
Compare
Choose a tag to compare

In this release:

  • multifasta support
  • under the hood, vadr, pangolin, and nextclade are not run individually any longer - this is due to adding in multifasta support
  • nextclade prep process has been merged into the nextclade process - since nextclade is now only run once
  • a new parameter designating with nextclade dataset to use is introduced params.nextclade_dataset = 'sars-cov-2'
  • the algined fasta from nextclade can now be used to create a tree with iqtree
  • set params.msa = 'nextclade' when params.relatedness = true
  • a new script that uses pandas to combine nextclade, vadr, and pangolin results.
  • This changes the columns of the summary file (sorry!) in a new process named combine_results
  • using the quay.io/biocontainers/pandas:1.1.5 as the default container for the process summary and fasta_prep

2.2.20211209

10 Dec 00:15
257b9f9
Compare
Choose a tag to compare

In this release:

  • multifasta support
  • under the hood, vadr, pangolin, and nextclade are not run individually any longer - this is due to adding in multifasta support
  • nextclade prep process has been merged into the nextclade process - since nextclade is now only run once
    • a new parameter designating with nextclade dataset to use is introduced params.nextclade_dataset = 'sars-cov-2'
  • the algined fasta from nextclade can now be used to create a tree with iqtree
    • set params.msa = 'nextclade' when params.relatedness = true
  • a new script that uses pandas to combine nextclade, vadr, and pangolin results.
    • This changes the columns of the summary file (sorry!) in a new process named combine_results
  • using the quay.io/biocontainers/pandas:1.1.5 as the default container for the process summary and fasta_prep

2.1.20211120

19 Nov 19:38
9755ff1
Compare
Choose a tag to compare

Mostly minor fixes

  • fixes samtools flagstats, coverage, stats, and depth issues when skipping trimming
  • fixes summary file when importing fastas
  • updated readme to include information about 'params.maxcpus' and 'params.medcpus'
  • removes unneeded columns in summary file when starting from fastq files

2.1.2021117.1

17 Nov 22:15
a86ff6b
Compare
Choose a tag to compare

This update introduces:

  • more universal pair-end file file name retreival