Skip to content

Commit

Permalink
Subworkflows update
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Apr 24, 2024
1 parent e60fb6d commit 294970c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# 1.4.1

## Features:

* fair_bowtie2_mapping update to 3.3.3
* fair_fastqc_multiqc update to 2.2.7

# 1.4.0

## Features:

* Snakemake wrappers up to 3.7.0
* fair_fastqc_multiqc up to version 3.3.2
* fair_bowtie2_mapping up to version 2.2.6
* fair_fastqc_multiqc up to version 2.2.6
* fair_bowtie2_mapping up to version 3.3.2
* fair_genome_indexer up to version 3.4.4


Expand Down
2 changes: 1 addition & 1 deletion workflow/report/material_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ installation usage, and resutls can be found on the
:Authors:
Thibault Dayris

:Version: 1.4.0 of 04/03/2024
:Version: 1.4.1 of 04/24/2024
2 changes: 1 addition & 1 deletion workflow/rules/fair_bowtie2_mapping_pipeline.smk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module fair_bowtie2_mapping:
snakefile:
github("tdayris/fair_bowtie2_mapping", path="workflow/Snakefile", tag="3.3.2")
github("tdayris/fair_bowtie2_mapping", path="workflow/Snakefile", tag="3.3.3")
config:
{
**config,
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/fair_fastqc_multiqc_pipeline.smk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module fair_fastqc_multiqc:
snakefile:
github("tdayris/fair_fastqc_multiqc", path="workflow/Snakefile", tag="2.2.6")
github("tdayris/fair_fastqc_multiqc", path="workflow/Snakefile", tag="2.2.7")
config:
config

Expand Down

0 comments on commit 294970c

Please sign in to comment.