-
Notifications
You must be signed in to change notification settings - Fork 59
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
Trouble installing dev branch #209
Comments
Hi @ollieeknight , I don't think you are making a mistake, I think there's something wrong... I have tried to implement a fix for this. (I always pip install in editable The branch If I try
in a clean conda env, I now see
gives |
nice! this works perfectly now. thanks so much! |
just to update you, if you weren't aware of this bug and wanted to know... After running one sample, with otherwise successful outputs:
|
Oh shoot, it looks like, without the editable install, the Jupyter notebook I use as the report template is not being included in the package... |
@ollieeknight can you try it one more time? :) |
yep, everything's run without error now. nice one! |
Further to this, I wanted to write my experience using the I read the filtered .h5 file into R, however... it includes the Peaks features when importing. This is even though I don't think they're being used for filtering features: cellbender_output_report.pdf
and the overlap is here:
which matches exactly with what the cellbender log has
|
Hi @ollieeknight , yes, you are actually seeing the intended behavior. In some sense, I guess it's strange to see Peak information in the output file from CellBender when you tell it to "exclude peaks", but on the other hand, what it's really doing is excluding them from the analysis, as you said. CellBender acts like the Peak features are not present during the analysis, but afterward, it appends the Peak features, unaltered, to the output data (that's the The behavior recapitulates what you would get if you manually divided your file in two: RNA and ATAC, and then fed the RNA part through CellBender, and then combined that RNA CellBender output with the raw ATAC data. You should see that the RNA data has been modified in the CellBender output, but that the ATAC data is untouched. |
Closed by #238 |
Heya,
Love the package and the amount of support you put into it - was hoping you could help me troubleshoot why I'm having issues installing a dev branch from this issue...
after a successful install, when I call the command I get the following error
Am I making a rookie mistake somewhere?
The text was updated successfully, but these errors were encountered: