-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipeline_chipseq.py and reproducibility #68
Comments
I've downloaded a few FASTQ files in Problem: the script requires two paths, |
The script successfully downloaded mm9 genome in |
It took some guessing to determine where does pipeline want the indexes. Apparently, at the top level of the |
Actually, |
Investigation of |
Cloned |
I wonder if you have read |
Sure haven't! Thanks for the info. |
Tinkering with docker image. |
Implemented permissions workaround; it seems to work flawlessly. Another interesting issue is how the pipeline determines which steps were already completed.
It would naturally be better if pipeline determined complete steps correctly or, at very least, didn't crash after half a day of repeating them. |
|
I'd say that pipeline wasn't designed to recover after bugs correctly. |
Fixed |
A weird error popped out:
I haven't seen it before. It didn't cause the pipeline to crash, though. |
Same here:
|
We want to create a fully reproducible Docker image pipeline for the upcoming SPAN paper. It will be based on an existing script,
pipeline_chipseq.py
.The text was updated successfully, but these errors were encountered: