-
Notifications
You must be signed in to change notification settings - Fork 22
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
FR: Return NFR-, mono-, di-, and tri-nucleosome signal tracks #95
Comments
As you can see in src/java/HMMR_ATAC/MAIN_HMMR_Driver line 134 Furthermore there is a coding mistake in src/java/HMMR_ATAC/HMMRTracksToBedgraph in the run() function, making the generated files still simply be empty files. To fix this, the run function should be changed to
If you make both these code edits and rebuild the jar, you should get the output files you're asking for. |
Thanks so much for the help! We did previously try uncommenting that line in the code, but did not make any changes to the run() function. Will give this a try now! Thanks again |
I git clone https://github.com/LiuLabUB/HMMRATAC,and make both these code edits but don't know how to rebuild the jar,could you offer me some advice? |
I would recommend simply using https://github.com/Mikxox/HMMRATAC |
Hi,Mikxox,I just wonder how I install this version of HMMRATAC ,I install the liulab-HMMRATAC with conda,but it seems that this version is not in the conda list |
In your conda environment you will find a folder hmmratac-1.2.10 and inside will be another folder /share inside that folder simply replace the HMMRATAC.jar file with the new .jar file and rename it to the exact same name the original had. That should be all that is needed. |
Thank you for this great tool! In addition to the inferred states, we are interested in using the signal tracks that HMMRATAC uses as input to the HMM algorithm for some analyses. Is there a way to output these when running the program?
I see in your code there is an option
--printHMMRtracks
. We tried using this option and expected it to return signal tracks as *_nfr.bedgraph, *_mono.bedgraph, *_di.bedgraph, and *_tri.bedgraph files. But when we ran this, no additional files were returned as compared to running without the--printHMMRtracks
option.Thanks for any help!
The text was updated successfully, but these errors were encountered: