1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
details:
- algorithm:
aligner: bowtie2
chip_method: chip
peakcaller: macs2
quality_format: standard
trim_reads: read_through
analysis: chip-seq
description: sample_input
files:
- /path/project/sample_input.fq.gz
genome_build: GRCh37
metadata:
batch: b_pair
phenotype: input
- algorithm:
aligner: bowtie2
chip_method: chip
peakcaller: macs2
quality_format: standard
trim_reads: read_through
analysis: chip-seq
description: sample_chip
files:
- /path/project/sample_chip.fq.gz
genome_build: GRCh37
metadata:
batch: b_pair
phenotype: chip
upload:
dir: /path/project/final
|