-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issue with FitHiC implementation #78
Comments
Hi, There is a script 'createFitHiCContacts.sh' in our https://github.com/ay-lab/fithic page, which can create interactions for input. You can check this issue from fithic page ay-lab/fithic#53 for details. You can use HiCKRy.py script from the same to calculate the bias. Btw, if you're running the 'fithic' step, do you see any file under the "DifferentialResult/sample/fithic_run/" directory? |
Dear Sir, Thank you for your reply, I found the interactions and fragments file in "DifferentialResult/sample/fithic_run/" directory. After that, I executed the HiCKRy.py file using appropriate commands and got the bias files. I stored the bias files in "biases" folder in the current directory and used the extension as mentioned in the instructions, using appropriate prefix. But, I am getting an error:
Can you let me know how to deal with this error? Thank you in advance! |
I think this is an error arising from the Fithic code.
|
Sir, after running the above command, I got the following error:
Also to add on, I also ran the test for FitHiC in dchic as mentioned in the readme and it showed that FitHiC is correctly installed. How should I proceed next? |
Can you check the input file formats and make sure it is right? You can check this to cross-check the interactions.txt.gz and fragments.txt.gz files look as described here https://github.com/ay-lab/fithic Just to make sure, are you using createFitHiCContacts-hic.sh script to generate the inputs? |
Dear sir, I checked the input file formats: When I cross checked the formats I found that there is no "chr" in the reference manual, but here I am getting "chr" written. Also, these files were already present after the analyze step and I didn't have to run createFitHiCContacts-hic.sh script. Kindly let me know about it. Thank you in advance! |
Can you share one of the interactions, fragments and biases file with me? abhijit@lji.org |
Respected sir, I have shared the files on email. Thank you for your support! |
Thanks for sending the files. |
Dear sir, Thank you so much for your reply. My FitHiC version is also 2.0.7, but I am facing the same error still. Now I will try with reinstalling FitHiC and check if it would make any difference and would let you know about the same. |
I have got the results till -analyse part. But when I am trying to implement fithic, I am getting error of creating the bias file.
I am having issues in creating a bias file. I have the matrix files, bed files which i got after preprocessing of the .hic file.
The .hic file was generated using juicer tools.
I am not getting the exact method to get the interactions file, which is an input for the bias file generation. Can you please give steps of the same?
Thanks in advance!
The text was updated successfully, but these errors were encountered: