Skip to content

Releases: lcdb/lcdb-wf

v1.13

15 Jul 18:37
a7e2ba5
Compare
Choose a tag to compare
  • WRAPPER_SLURM detects Snakemake version and uses appropriate env var (LCDBWF_SNAKEMAKE_PROFILE or LCDBWF_SNAKEMAKE_PROFILE_V8). This means you can keep your existing env var for backwards compatibility in older projects using snakemake <8.
  • deploy.py accepts an --additional-main argument, which defaults to the value of LCDBWF_ADDITIONAL_MAIN env var. This lets you configure additional package[s] to install in a cluster-specific manner.
  • Updated env yaml files
  • Updated docs
  • Updated dmel references config since existing URLs appear to be broken
  • Default to using conda instead of mamba as conda front-end (since libmamba has been incorporated into conda itself for a while now)

v1.12

29 Mar 14:25
6ba7f81
Compare
Choose a tag to compare
  • Fixed render_r1_r2 function(s) in Snakefiles (#413) which cleans up some Snakefile functions

  • add Plodia interpunctella reference config (#417) which adds some postprocessing functionality for dealing with references in zip files, and adds references for Plodia interpunctella

  • Make strand_arg a param (#415) which moves strandedness arguments to params: directive, letting jobs re-run if strandedness changed in config. Previously, rules needed to be manually re-run after changing strandedness in config.

  • Update plotting.R (#423) to fix a typo in the (infrequently-used) lcdbwf::vargenes_heatmap() function

  • Change SRA fastq directory (#418) which improves how SRA-configured runs are handled, addressing #408

  • Use tempdir, if configured, for STAR (#425) which allows STAR to use a temp dir if configured

v1.11

23 Sep 12:57
b151a17
Compare
Choose a tag to compare
  • Add samtools stats and samtools flagstat for additional QC options (#397)
  • Overhauls the way output Rds objects are made from RNA-seq downstream RMarkdown files (#399, thanks @mitraak)
    • This prepares for integration with Carnation, an interactive web interface currently still in development but being used internally
    • Rds files are dramatically smaller after stripping out superfluous data
    • Better support for running rnaseq.Rmd followed by functional-enrichment.Rmd, and/or gene-patterns.Rmd without overwriting existing Rds files.
  • Support universe of expressed genes by default when running functional enrichment, while also supporting customization if needed (#401, thanks @Mira0507 )
  • Support LRT in the lcdb::make_results machinery (#396, thanks @menoldmt)

v1.10.2

04 Jul 01:25
d4f87aa
Compare
Choose a tag to compare
Merge pull request #376 from lcdb/v1.10.2rc

V1.10.2rc

v1.10.1

27 Jun 20:49
Compare
Choose a tag to compare
updt changelog

v1.10

10 Apr 02:41
Compare
Choose a tag to compare
v1.10

v1.7

05 Apr 01:06
Compare
Choose a tag to compare

v1.5.3

20 Apr 13:09
a9d9443
Compare
Choose a tag to compare