-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dp24 pretextgraph #164
Dp24 pretextgraph #164
Conversation
…omplete for TOL-it
|
Pipeline fails as it needs Pretext_hires to be emitted from hic_mapping but can't as pretext_hires needs 16GB minimum |
…otprint.config in your nextflow command
Dp24 better docs
PR is practically done. Includes re-write of pretext-graph subworkflow from the main treeval level workflow into hic_mapping. This makes it much easier to control when and where the hires versions run. I just need to update the pictures in the docs and done. |
This PR has grown a bit, so to summarise:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same Fasta issue on gap_finder, insilico_digest (with Genome also) and the full diagram. This is not a blocker though.
Pretext Ingestion!
The accessory files are now ingested into the pretext file, rather than needing the end user to ingest them independently.
coverage, log2 coverage and repeat density are ingested by default and telomere + gap are ingested if they contain > 0 bytes.
This highlighted a small bug with the new log_coverage track, which has been corrected with a
round(value, 2)
ensuring that there will always be a whole number for ingestion and no data is skipped.