v1.3.3
IMPORTANT: Conda users must re-install Conda env.
$ bash scripts/uninstall_conda_env.sh
$ bash scripts/install_conda_env.sh
New parameters to control JAVA max heap (java -Xmx
)
- should be helpful for issue #88
- added the following 2 parameters
chip.filter_picard_java_heap
: 4G by default (for Picard MarkDuplicate)chip.gc_bias_picard_java_heap
: 6G by default (for Picard CollectGcBiasMetrics)
Bug fixes
- to merge two blacklists with different number of columns (3 and 6).
- presigned URLs for organized outputs
- They are PUBLIC. Use this at your own risk.
- added UCSC browser tracks.
- bigWig: MACS2 signal tracks (p-val and fold-enrich).
- bigBed: optimal/conservative idr/overlap peaks.
Change of default parameters
chip.align_disks
: 200 GB -> 400 GB
Removed old method
- completely removed old method.
- Users must use Caper to run pipelines.