You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run without chip.ctl* set in .json, it will report:
* Error: SPP requires control inputs. Define control input files (chip.ctl_*) in an input JSON file.
I know tf mode runs with input files which is different from histone mode, but is there any possibility to run ChIP-seq-pipeline without input files? Because I don't have input datasets in my research.
I think you can try with macs2 peak caller. Please add the following to your input JSON and try again. This will change your peak caller from spp to macs2. spp always requires inputs but macs2 doesn't.
Hello all,
I'm facing the same issue (also running a 'tf' chip). I was wondering whether adding macs2 (instead of spp) did help solve the issue.
Also, I wanted to know where exactly in the JSON file we should add "chip.peak_caller": "macs2" toward the end or just after "chip.pipeline_type": "tf".
Describe the bug
If I run without
chip.ctl*
set in.json
, it will report:I know
tf
mode runs with input files which is different fromhistone
mode, but is there any possibility to run ChIP-seq-pipeline without input files? Because I don't have input datasets in my research.OS/Platform
Input JSON file
Troubleshooting result
Paste troubleshooting result.
The text was updated successfully, but these errors were encountered: