Open YogiOnBioinformatics opened 3 years ago
@leepc12 @akundaje hope you both are well! Just wanted to follow up on this!
Super sorry to bother again @akundaje @leepc12 😄 Just wanted to see if you got around to this.
Sorry about late response, can you try with the latest pipeline?
I didn't end up using this sample. We had other replicates.
If I run into this problem again, I'll try that.
@leepc12 @akundaje
Just wanted to bring this back up. I cannot switch to a new pipeline since we have a large amount of samples analyzed with this pipeline version.
It seems that the bug is in run_spp.R
as part of encode_task_xcor.py
.
Is there any way to manually calculate the fraglen
AND disable the xcor task
so that it won't keep bugging.
Even if I manually calculate fraglen
, it seems xcor
would run and hence, would fail again.
If I CANNOT disable xcor
, how can I still manually calculate the fraglen
Define chip.fraglen
as an array (for each replicate) and disable xcor with chip.enable_xcor
.
{
"chip.fraglen" : [100, 120],
"chip.enable_xcor" : false
}
2 questions.
enable_xcor
option. This is especially since I am talking about v1.3.6
. Am I missing something?fraglen
easily? Would macs2 predictd
work?Define chip.fraglen
first in your input JSON. You may need to modify chip.wdl
.
Please delete these lines https://github.com/ENCODE-DCC/chip-seq-pipeline2/blob/v1.3.6/chip.wdl#L582-L596 https://github.com/ENCODE-DCC/chip-seq-pipeline2/blob/v1.3.6/chip.wdl#L1146-L1147
Please modify the following line https://github.com/ENCODE-DCC/chip-seq-pipeline2/blob/v1.3.6/chip.wdl#L601
to else 0
Please let me know if this works.
@leepc12 I figured out the issue I was having. I did not end up implementing this for the following reason.
The FASTQ data I was analyzing was EXTREMELY small (few KB file size) due to a mistake from a collaborator.
If in the future, I run into this issue with a normal FASTQ file, I will implement this and see if it works.
Thanks so much for your help! Collaborator mistakes are the worst.
Yep, thanks. Please let me know if the above implementation works or you can close the issue if it works.
Describe the bug
Task
xcor
fails with specific issue:OS/Platform
Debian GNU/Linux 8 (jessie)
1.3.6
Input JSON file
Troubleshooting result
Paste troubleshooting result.