diff --git a/CHANGELOG.md b/CHANGELOG.md index 58caad6f546a0eddf70f88e8723447f571b9fd24..b72dc200511454f18dcddd9a1b878cf1e42f4db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.2.2 - 2020-08-07 +## v1.2.2 - 2020-09-02 ### `Added` diff --git a/main.nf b/main.nf index 5f7e943327ce8163c0c6c1bc373e97c02b864907..5763152152e33888df2a88d9360f75a46c7cb6d1 100644 --- a/main.nf +++ b/main.nf @@ -34,7 +34,7 @@ def helpMessage() { --save_reference [bool] Save reference genome to output folder. Default: False Alignments - --split_fastq [bool] Size of read chuncks to use to speed up the workflow. Default: None + --split_fastq [int] Size of read chuncks to use to speed up the workflow. Default: None --save_aligned_intermediates [bool] Save intermediates alignment files. Default: False --bwt2_opts_end2end [str] Options for bowtie2 end-to-end mappinf (first mapping step). See hic.config for default. --bwt2_opts_trimmed [str] Options for bowtie2 mapping after ligation site trimming. See hic.config for default.