Skip to content

Commit 4809439

Browse files
committed
Added new version and hitory
1 parent 2a786c6 commit 4809439

3 files changed

Lines changed: 42 additions & 2 deletions

File tree

biobakery_workflows/biobakery_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import os
3636
import subprocess
3737

38-
VERSION = "3.1"
38+
VERSION = "4.0.0a1"
3939

4040
WORKFLOW_FOLDER="workflows"
4141
WORKFLOW_EXTENSION=".py"

history.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11

22
# bioBakery workflows History #
33

4+
##4.0.0a1 (11-15-2024)
5+
* Update shotgun workflow to give the merge_pairs function more memory for larger files
6+
* Add extended IUPAC to reverse complement
7+
* Chunk taxonomy table for species assignment
8+
* Add strainphlan_markers_wildcard to allow for new extension with strainphlan task
9+
* Add bam utility script
10+
* Allow for strainphlan v4p1 format for marker files
11+
* Update join for metaphlan outputs with new flag
12+
* Update regroup table for humann v4
13+
* Add taxonomic profiling options to wmgx_wmtx workflow
14+
* Change runtimes and add metaphlan option as default for HUMAnN v4
15+
* Add utility script to downsample fastq
16+
* Flip new ratios for DADA2 read counts
17+
* Remove initial filtered reads file from DADA2 outputs
18+
* Add more ratios and remove table column from DADA2 qc read count output
19+
* Add reverse complement to primer removal for DADA2 non-ITs
20+
* Add reverse complement function to utilities
21+
* Reduce the min size for a large file in kneaddata time/mem equations
22+
* Add figaro option for DADA2 workflow
23+
* Update DADA2 silva database versions
24+
* Update 16s workflow to track cutadapt tasks
25+
* For tracking cutadapt tasks to dada2 use workflow tasks instead of files
26+
* Update primer task to individual task from group to support new target
27+
* Add tracked directory for remove primers for single end for dada2 so it can be used downstream
28+
* Make paired function more flexible for checking on matches
29+
* Allow for dada2 remove primers with single end
30+
* Init add of two options, min_len and pooling, to allow for long reads with DADA2
31+
* In 16s workflow, add remove primer option
32+
* In 16s workflow, add check for percent identity max to prevent unclear error messages downstream
33+
* Add the option to bypass quality control to the wmgx_wmtx workflow
34+
* Fix warning message for mismatch of file pairs
35+
* Add database name reduction to qc vis to fit in tables
36+
* Update strainphlan tasks to allow for identification at a strain level instead of species
37+
* Increase sample2makers time
38+
* Make the find of the metaphlan pkl file version agnostic
39+
40+
41+
42+
43+
444
## v3.2 (TBD) ###
545

646
* Update the DADA2 Silva databases to the latest versions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from glob import glob
1616

17-
VERSION = "3.1"
17+
VERSION = "4.0.0a1"
1818

1919
AUTHOR = "bioBakery workflows development team"
2020
AUTHOR_EMAIL = "biobakery-users@googlegroups.com"

0 commit comments

Comments
 (0)