Releases: huishenlab/Biscuit_Snakemake_Workflow
Releases · huishenlab/Biscuit_Snakemake_Workflow
Version 0.4.0
Note, this version is not compatible with previous versions of the pipeline
General Changes:
- Remove
profile/
directory and adjust SLURM submit script accordingly - Execute file permissions removed from
.smk
files - Remove wildcard entry from SLURM log file name
- Update DAGs for single and five sample examples for both default and full pipelines
- Update README for pipeline
Configuration Changes:
- Versions of environmental modules updated
- Configuration variable names changed for consistent naming scheme
- Expand arguments to long name in
args_list
option ofregion_centered_bin_averages
- Group related items together
- Make items governing optional rules have the same style
- Move description of option closer to actual option
- Remove adaptase specific trimming option from default trimming options
Rule Changes:
samtools flagstat
moved out ofbiscuit_sifter
rule into its own rule inqc.smk
- References to
biscuit_blaster
changed tobiscuit_sifter
- Fix cyclic graph exception in
region_centered_bin_averages
rule - Make rule for creating plot for percent of genome covered optional
- Fix bug where
binned_averages
wouldn't provide a helpful error message if input BED files were empty - Allow user to pass additional flags to biscuit rules from configuration file
- Make use of parallelization in bgzip
- Make rules point to rule log files as best as possible
- Make use of parallelization for sorting in bitmap asset creation
Version 0.3.0
First release with dupsifter
. Workflow now uses the biscuitSifter pipeline instead of the biscuitBlaster pipeline in version 0.2.1 and earlier.
Version 0.2.1
Final version using samblaster
.
Changes from version 0.2.0:
- Added new slurm submit script to fix issues with profile directory
- Added
biscuit
env for conda in binned averages
Version 0.2.0
First release with Slurm as the workload manager for job submission.
v0.1.1
Final version that works on PBS queue systems.