Skip to content

Latest commit

 

History

History
119 lines (77 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

119 lines (77 loc) · 4.88 KB

qbic-pipelines/rnadeseq: Changelog

2.0.1 - Olive Trees hotfix I

Added

  • #134 Corrected some versions
  • #132 Bump version to 2.0.1
  • #131 Added design_batcheffect.txt
  • #130 Added test_batcheffect to github tests

Changed

  • #131 Changed Sample_preparations.tsv by adding batch column

Fixed

  • #130 Fixed batch effect bug

2.0 - Olive Trees

Added

  • #128 Bump versions to 2.0
  • #125 Added test_relevel to github tests, added explanation to usage.md that --species is not necessary if skipping pathway analysis
  • #123 Export report volcano plots as SVG; save all plots additionally as PDF
  • #122 Add searchable/sortable tables to report
  • #118 Add parameter "--input_type" (and change --rawcounts to --gene_counts) to process featurecounts, rsem and salmon output from the new rnaseq; add igenomes.config to process different species
  • #104 Add parameter "--skip_pathway_analysis"
  • Bump versions to 1.4.0dev
  • Add parameter "--min_DE_genes"
  • #97 Update pipeline to DSL2
  • #107 Add parameter "--skip_rlog"
  • #111 Added enhanced volcano plots
  • #93 Add parameter "--nsubgenes"

Changed

  • #115 Template update
  • #117 Turned LabID optional for report output in RNAseq_report.Rmd
  • Removed assets/report_options.yml
  • #110 Changed report to use rlog normalization by default, vst is used if --skip_rlog is enabled

Fixed

  • #127 Allgenes files are not introduced in the PA report section anymore except for volcano plots
  • #126 Allgenes files are not published in results anymore. Intermediate results are not zipped and published anymore
  • #125 Fixed relevel bug
  • #118 Removed blacklist parameter and config and instead added trycatch to ignore pathways with errors
  • #105 Fixed relevel and added test_relevel.config
  • #106 Fixed --logFCthreshold bug
  • #108 Fixed blacklist file not working
  • #88 Fixed volcano plot axis

1.3.2 - Almond Blossoms hotfix II

Added

  • Bump versions to 1.3.2
  • write deseq2 table to file

Fixed

  • Contrast names in report plots
  • Convert species name to lower case also in report
  • LogFC is also reported in the report and set in volcano plots

1.3.1 - Almond Blossoms hotfix

Added

  • Bump versions to 1.3.1

Fixed

  • Fix bug plots requested boxplots

Changed

1.3.0 - Almond Blossoms

Added

  • Bump versions to 1.3.0dev
  • #74 Add option to provide KEGG pathway blacklist
  • #74 Make quote param optional
  • #74 Make report options optional (default in assets)
  • #74 DE gene and pathway summary table

Fixed

  • #75 Boxplot of normalized counts can also be done from non-DE genes.
  • #75 More comprehensive variable names and comments

Changed

  • #74 Pathway analysis only perfomed if at least 2 DE genes

1.2.0 - starry night [11-09-2020]

Added

  • Added report_options.yml in assets/.

Fixed

  • Skipping pathway analysis for contrasts with no found DE genes.
  • Fixed report pvalue typo.

1.1.0 - sunrise

Added

  • Major changes in handling contrasts.
  • Major improvements to report.

1.0.0 - candlelight

Initial pre-release of qbic-pipelines/rnadeseq, created with the nf-core template.