Hello:
I had tried to use AQUAS pipeline. However, I suffered a trouble:
My data had 3 replicates and each of them had a chip and an input, so, there are "marked_SOC1_chip_rep1.bam", "marked_SOC1_input_rep1.bam", "marked_SOC1_chip_rep2.bam", "marked_SOC1_input_rep2.bam",
"marked_SOC1_chip_rep3.bam" and "marked_SOC1_input_rep3.bam".
But, when I put my data into AQUAS pipeline, it seems that the AQUAS pipeline couldn't get the "marked_SOC1_input_rep3.bam"(the input of replicate 3).
This is my command:
bds chipseq.bds -species ath10 -se -bam1 /home/rommelhong/Chip-seq/picard/GSE45846_SOC1/marked_SOC1_chip_rep1.bam -bam2 /home/rommelhong/Chip-seq/picard/GSE45846_SOC1/marked_SOC1_chip_rep2.bam -bam3 /home/rommelhong/Chip-seq/picard/GSE45846_SOC1/marked_SOC1_chip_rep3.bam -ctl_bam1 /home/rommelhong/Chip-seq/picard/GSE45846_SOC1/marked_SOC1_input_rep1.bam -ctl_bam2 /home/rommelhong/Chip-seq/picard/GSE45846_SOC1/marked_SOC1_input_rep2.bam -ctl_bam3 /home/rommelhong/Chip-seq/picard/GSE45846_SOC1/marked_SOC1_input_rep3.bam -out_dir ../GSE45846_SOC1 -idr_thresh 0.05
I couldn't upload my final log file because Google will stop it, thank you for your help.