Skip to content
Snippets Groups Projects
Unverified Commit ab9fa064 authored by Nicolas Servant's avatar Nicolas Servant Committed by GitHub
Browse files

Update CHANGELOG.md

parent fe13fafa
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -19,8 +19,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### `Deprecated` ### `Deprecated`
* --skipMaps, --skipIce, --skipCool, --skipMultiQC are deprecated and replaced by --skip_maps, --skip_ice, --skip_cool, --skip_multiqc * Command line options converted to `camel_case`:
* --saveReference, --saveAlignedIntermediates, --saveInteractionBAM are replaced by --save_reference, --save_aligned_intermediates, --save_interaction_bam * `--skipMaps` > `--skip_maps`
* `--skipIce` > `--skip_ice`
* `--skipCool` > `--skip_cool`
* `--skipMultiQC` > `--skip_multiqc`
* `--saveReference` > `--save_reference`
* `--saveAlignedIntermediates` > `--save_aligned_intermediates`
* `--saveInteractionBAM` > `--save_interaction_bam`
## v1.1.1 - 2020-04-02 ## v1.1.1 - 2020-04-02
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment