StevenWingett / HiCUP

Hi-C data processing pipeline
GNU Lesser General Public License v3.0
33 stars 11 forks source link

Summary report file #68

Closed Oksanak22 closed 2 years ago

Oksanak22 commented 2 years ago

Hi. I tried to run a pipeline followed by this video. But at the end, I don't have a summary report file. Who can help me to find the solution? Thank you.

StevenWingett commented 2 years ago

Thank you for your message.

Could you please provide me with the command you ran and the output written to the screen by HiCUP. What files were generated by HiCUP?

Thanks,

Steven

Oksanak22 commented 2 years ago

Hello.

Thank you for your response.

I have run hicup --config hicup_example.conf and I got bunch of files:

hicup_mapper_summary…txt

hicup_truncater_summary…txt

test_dataset1.fastq.truncation_barchart.svg

test_dataset1.trunc.fastq.gz.mapper_barchart.svg

test_dataset1_2.pair.bam

test_dataset1_2.pair.bam.bak

test_dataset2.fastq.truncation_barchart.svg

test_dataset2.trunc.fastq.gz.mapper_barchart.svg

But I don’t see any summary file with .html extension as it shown on the video.

Thank you

From: Steven Wingett @.> Sent: August 23, 2022 11:50 AM To: StevenWingett/HiCUP @.> Cc: Oksanak22 @.>; Author @.> Subject: Re: [StevenWingett/HiCUP] Summary report file (Issue #68)

Thank you for your message.

Could you please provide me with the command you ran and the output written to the screen by HiCUP. What files were generated by HiCUP?

Thanks,

Steven

— Reply to this email directly, view it on GitHub https://github.com/StevenWingett/HiCUP/issues/68#issuecomment-1224262676 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AXZT5ERVOBWK7SFNV7YWUP3V2TXKXANCNFSM57L3JVFQ . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AXZT5ERUQIJQ6JNNJHBURYLV2TXKXA5CNFSM57L3JVF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJD4MIFA.gif Message ID: @. @.> >

StevenWingett commented 2 years ago

Hi,

There should be a *.hicup.bam file as well.

Usually HiCUP fails if not enough memory has been reserved for the mapping. Are you able to re-run HiCUP but reserving 20GB RAM? Does that work?

If not, would you be able to send me: 1) your HiCUP configuration file 2) the command you entered to run HiCUP 3) the standard out (text written to the screen) when HiCUP runs

Thanks, Steven

Oksanak22 commented 2 years ago

Hello, Now when I tried to run hicup --config hicup_example.conf it gave me an error that ""PLEASE NOTE: FROM VERSION 8, HICUP REQUIRES THE R PACKAGES TIDYVERSE AND PLOTLY INSTALLED".

StevenWingett commented 2 years ago

Hi,

That is not an error message, it is just a reminder to make sure you have those R packages installed. Do you have them installed?

Are you able to send me the full message written to the screen when HiCUP is run?

Regards, Steven

Oksanak22 commented 2 years ago

Thanks, finally I was able to run HiCUP.

StevenWingett commented 2 years ago

Great news. Do you know why it was not working before?

Thanks, Steven