You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of bug:
Hi,
The deeptools module breaks when parsing the text output from deeptools plotProfile when in reference point. In this case, there is no --endLabel options so there is no key TES in the bin_labels dictionary
Also, there is was an error in the parsePlotProfileData function :
Sorry for the delay and thanks for reporting this. With the help of your example file I figured out what was going on and have just pushed a fix. With your data you sadly won't get the nice coloured background bands behind the plot, but you will still get a plot and it won't crash any more.
Description of bug:
Hi,
The deeptools module breaks when parsing the text output from deeptools plotProfile when in reference point. In this case, there is no
--endLabel
options so there is no keyTES
in thebin_labels
dictionaryAlso, there is was an error in the
parsePlotProfileData
function :because the plotProfile tools outputs the bin number as float (1.0) which causes this error. But that's easily solvable with
sed 's/\.0\t/\t/g'
MultiQC Error log:
File that triggers the error:
test.plotProfile.txt
MultiQC run details (please complete the following):
multiqc test.plotProfile
]The text was updated successfully, but these errors were encountered: