Published March 26, 2021
| Version v1.8.0
Software
Open
ENCODE-DCC/chip-seq-pipeline2: v1.8.0
Authors/Creators
- 1. Stanford University
- 2. Truwl
- 3. The University of Chicago
Description
Conda users must update pipeline's environment.
$ bash scripts/update_conda_env.sh
Added input parameters:
chip.bowtie2_use_local_mode- If this flag is on then the pipeline will add
--localtobowtie2command line, which will override the default--end-to-endmode ofbowtie2. - See details in this bowtie2 manual.
- If this flag is on then the pipeline will add
chip.bwa_mem_read_len_limit- This parameter is only valid if
chip.use_bwa_mem_for_peand FASTQs are paired-ended. - This parameter defaults to
70(as mentioned in bwa's manual). - This parameter controls the threshold for read length of
bwa memfor paired ended dataset. The pipeline automatically determines sample's read length from a (merged) FASTQ R1 file. If such read length is shorter than this threshold then pipeline automatically switches back tobwa alninstead ofbwa mem. If you FASTQ's read length is <70and you still want to usebwa memthen try to reduce this parameter. - See details in this bwa manual.
- This parameter is only valid if
Conda environment
- Added and fixed version of
tbbin the environment, which will possibly fix thebowtie2andmambaconflicting library issue.
Files
ENCODE-DCC/chip-seq-pipeline2-v1.8.0.zip
Files
(1.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:5b95121523ec51a41a7f4d872965e46b
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ENCODE-DCC/chip-seq-pipeline2/tree/v1.8.0 (URL)