Skip to content

Commit

Permalink
fix: update gffults & qc (#69)
Browse files Browse the repository at this point in the history
* update gffults & qc

* fix indentationg of rule multiqc wrapper version spec line

* fix: biomart race conditions should be fixed in newer versions via grimbough/biomaRt@94a1f92

---------

Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: David Laehnemann <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2023
1 parent e103c1c commit 846693f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions workflow/envs/biomart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- bioconda
- nodefaults
dependencies:
- bioconductor-biomart =2.54
- r-tidyverse =1.3
- bioconductor-biomart =2.56
- r-tidyverse =2.0
2 changes: 1 addition & 1 deletion workflow/envs/gffutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- nodefaults
dependencies:
- gffutils =0.11
- gffutils =0.12
2 changes: 1 addition & 1 deletion workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ rule multiqc:
log:
"logs/multiqc.log",
wrapper:
"v1.21.4/bio/multiqc"
"v2.7.0/bio/multiqc"

0 comments on commit 846693f

Please sign in to comment.