daisybio / TF-Prioritizer

Bioinformatics pipeline to identify differentially active transcription factors between conditions using expression and epigenetic data
GNU General Public License v3.0
13 stars 0 forks source link

ChromHMM enhancer extension #68

Closed LeonHafner closed 7 months ago

LeonHafner commented 9 months ago

This pull request introduces the Enhancer Prediction with ChromHMM, as described in Issue #63. The changes have not yet been tested and are not yet complete.

TODO:

github-actions[bot] commented 9 months ago

Python linting (black) is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks. To fix this CI test, please run:

Once you push these changes the test should pass, and you can hide this comment :+1:

We highly recommend setting up Black in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!

Thanks again for your contribution!

LeonHafner commented 8 months ago

I integrated the ChromHMM workflow into the main pipeline and testet it. This part should be done from my side and can be merged. Feel free to make any necessary corrections before approving the merge.

LeonHafner commented 8 months ago

I integrated the output of ChromHMM/Rose into the pipeline. This should finish the work on ChromHMM/Rose. Feel free to merge the PR or request further changes if needed.