GreenleafLab / ArchR

ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com)
MIT License
384 stars 137 forks source link

peak calling using NFR fragments #1909

Closed ivanferrreira closed 1 year ago

ivanferrreira commented 1 year ago

Hi,

I want to peak call on NFR fragments using the following functions: proj <- addGroupCoverages(proj, maxFragmentLength=147) proj <- addReproduciblePeakSet(proj) proj <- addPeakMatrix(proj, maxFragmentLength=147, ceiling=10^9)

available through a modified version of archR advertised by the dpeer lab https://github.com/dpeerlab/ArchR

When trying to install though I'm getting: Skipping install of 'ArchR' from a github remote, the SHA1 (79953a93) has not changed since last install.

Forcing to install from github results in: installation of package ‘.../tmp/RtmpM2couO/file28dbc3dd83145/ArchR_1.0.2.tar.gz’ had non-zero exit status

Can you help? I'm not sure how to get it otherwise.

Thanks Ivan

rcorces commented 1 year ago

Hi @ivanferrreira! Thanks for using ArchR! Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.
Before we help you, you must respond to the following questions unless your original post already contained this information: 1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved? 2. Can you recapitulate your error using the tutorial code and dataset? If so, provide a reproducible example. 3. Did you post your log file? If not, add it now. 4. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.

rcorces commented 1 year ago

I would suggest asking whoever forked and maintains the repo you are trying to install. This isnt an ArchR issue.