-
Notifications
You must be signed in to change notification settings - Fork 12
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
HiCUP output if Tidyverse, Plotly and/or Pandoc not installed #48
Comments
Hi Steve,
ERROR (from terminal) $ perl hicup --config hicup_woodfrog.conf
|
Hi, Sorry to learn you are experiencing problems with HiCUP. It seems as though everything is complete, except the generation of the final summary report. Just wondering, is Pandoc installed on your system? Please try running the following command in the relevant folder. Is an error message written to the screen? R -e "rmarkdown::render('/home/cbfgws6/Programs/HiCUP/HiCUP-0.8.3/r_scripts/hicup_reporter.rmd', params=list(summary_file='/home/cbfgws6/Programs/HiCUP/HiCUP-0.8.3/wf/Rsylv_ATCATGCG-AACAGTCC_L004_R1_2_001.hicup.bam.HiCUP_summary_report_tzTerrfGtH_15-53-50_24-05-2022.txt', ditag_lengths_file='/home/cbfgws6/Programs/HiCUP/HiCUP-0.8.3/wf/Rsylv_ATCATGCG-AACAGTCC_L004_R1_2_001.ditag_size_distribution_report.txt'), intermediates_dir='/home/cbfgws6/Programs/HiCUP/HiCUP-0.8.3/wf/', output_file='/home/cbfgws6/Programs/HiCUP/HiCUP-0.8.3/wf/Rsylv_ATCATGCG-AACAGTCC_L004_R1_2_001.hicup.bam.HiCUP_summary_report_tzTerrfGtH_15-53-50_24-05-2022.html')" Thanks, |
Okay, well don't I feel stupid. Installed the Ubuntu package pandoc (as deb) on the system, and package pander in R, re-ran command. Got this:
|
Ok. Just checking, do you have Pandoc installed? If that is installed then I'm not sure of the problem. You could send me your text summary files and I'll try and run the reporter script on my system. All the best, |
Ah ok, re-read your message. So Pandoc is installed. Well, if you send me the summary text files I could try and run/debug this. |
I encountered a similar issue when generating the HTML file at the end. I suggest that you disable this command ($command .= '> /dev/null 2>&1';) in the 'hicup_reporter' script to identify what went wrong with your process. In my situation, it indicated that my pandoc version is outdated and requires 3.1.12 or higher. |
Fair point, I'll redirect the output to a log file. |
HiCUP does not give nice output if HTML summary reports are not generated owing to lack of Tidyverse, Plotly and/or Pandoc. Make this more elegant.
The text was updated successfully, but these errors were encountered: