ENCODE-DCC / atac-seq-pipeline

ENCODE ATAC-seq pipeline
MIT License
389 stars 174 forks source link

Confirming that separate conditions/treatments should be analyzed by separate pipelines #432

Closed OrangeyO2 closed 11 months ago

OrangeyO2 commented 11 months ago

Hello

Apologies if this question is redundant, but I just wanted to make sure I was correct.

Following up on these previous questions,

67 #225 #258

separate conditions/treatments should have separate input json files, and be analyzed separately, am I correct?

Therefore, an input json file should only contain fastqs from the same condition/treatment, differing only in biological/technical replicates, and if there are 3 treatments (e.g. drug A, drug B, untreated), I should run the pipeline 3 times.

Thanks in advance for your help!

akundaje commented 11 months ago

Yes correct

On Mon, Nov 27, 2023, 10:23 PM OrangeyO2 @.***> wrote:

Hello

Apologies if this question is redundant, but I just wanted to make sure I was correct.

Following up on these previous questions,

67 https://github.com/ENCODE-DCC/atac-seq-pipeline/issues/67 #225

https://github.com/ENCODE-DCC/atac-seq-pipeline/issues/225 #258 https://github.com/ENCODE-DCC/atac-seq-pipeline/issues/258

separate conditions/treatments should have separate input json files, and be analyzed separately, am I correct?

Therefore, an input json file should only contain fastqs from the same condition/treatment, differing only in biological/technical replicates, and if there are 3 treatments (e.g. drug A, drug B, untreated), I should run the pipeline 3 times.

Thanks in advance for your help!

— Reply to this email directly, view it on GitHub https://github.com/ENCODE-DCC/atac-seq-pipeline/issues/432, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDWEJIZPOMGAJPXDMGQ2LYGV7OJAVCNFSM6AAAAAA75FVV6WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYTGNZUGMYDGNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

OrangeyO2 commented 11 months ago

Thank you!