Skip to content

Commit

Permalink
diagnostic vizzz
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Sep 23, 2022
1 parent 8070f46 commit 985df21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pangenome/pggb:2022092009132668cb88
FROM ghcr.io/pangenome/pggb:2022092217355879ede8
LABEL authors="Simon Heumos, Michael Heuer, Lukas Heumos, Erik Garrison, Andrea Guarracino" \
description="Docker image containing all software requirements for the nf-core/pangenome pipeline"

Expand Down
6 changes: 6 additions & 0 deletions assets/multiqc_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Report section config for nice titles and descriptions
custom_data:
odgi_O:
section_name: ODGI Compressed 1D visualization
description: This image shows a 1D rendering of the built pangenome graph. The graph nodes are arranged from left to right, forming the pangenome sequence. Summarization of path coverage across all paths. A heatmap color-coding from https://colorbrewer2.org/#type=diverging&scheme=RdBu&n=11 is used. Dark blue means highest coverage. Dark red means lowest coverage. The path names are placed on the left. The black lines under the paths are the links, which represent the graph topology.
odgi_viz:
section_name: ODGI 1D visualization
description: This image shows a 1D rendering of the built pangenome graph. The graph nodes are arranged from left to right, forming the pangenome sequence. The colored bars represent the paths versus the pangenome sequence in a binary matrix. The path names are placed on the left. The black lines under the paths are the links, which represent the graph topology.
Expand All @@ -18,6 +21,8 @@ custom_data:

# Custom search patterns to find the image outputs
sp:
odgi_O:
fn: "*O_multiqc.png"
odgi_draw:
fn: "*draw_multiqc.png"
odgi_viz:
Expand All @@ -40,6 +45,7 @@ module_order:
# Set the order that the custom content plots should come in
custom_content:
order:
- odgi_O
- odgi_viz
- odgi_viz_pos
- odgi_viz_inv
Expand Down
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ process odgiViz {
odgi viz -i $graph -o ${graph}.viz_pos_multiqc.png -x 1500 -y 500 -a 10 -I ${params.smoothxg_consensus_prefix} -u -d
odgi viz -i $graph -o ${graph}.viz_depth_multiqc.png -x 1500 -y 500 -a 10 -I ${params.smoothxg_consensus_prefix} -m
odgi viz -i $graph -o ${graph}.viz_inv_multiqc.png -x 1500 -y 500 -a 10 -I ${params.smoothxg_consensus_prefix} -z
odgi viz -i $graph -o ${graph}.viz_O_multiqc.png -x 1500 -y 500 -a 10 -I ${params.smoothxg_consensus_prefix} -O
"""
}

Expand Down

0 comments on commit 985df21

Please sign in to comment.