v1.7.0
Conda users must update their environment.
$ bash scripts/update_conda.env.shAdded chip.redact_nodup_bam
- This will redact filtered/nodup BAMs by replacing indels with reference sequences to protect donor's private information.
Added chip.trimmomatic_phred_score_format
- Choices: [
auto(default),phred33,phred66] (no hyphen). - Users can activate Trimmomatic's flag
-phred33or-phred66by defining this parameter asphred33orphred66. - Defaults to
auto(using Trimmomatic's auto detection). - More details at [this doc] (http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/TrimmomaticManual_V0.32.pdf)
Removed caper and croo from pipeline's Conda environment.
- There has been some conflicts between
conda-forgeandbiocondapackages. These two apps will be added back to the environment later after all conflicts are fixed.