-
Notifications
You must be signed in to change notification settings - Fork 48
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
Stream 1.1 Error #136
Comments
Hi thanks for letting us know. Instead of upgrading it to the latest version, can you install the latest version from scratch? This should help solve most of the incompatible package issues. |
i installed the latest version using the following code: But, when i run
the error is
my package version is
|
Hello, I managed to look a lit bit further this issue by testing my script with the STREAM dataset. It working pretty fine and I understood that it is because of the input format. What I don't understand why but when you use the 3 files format (or In fact the format of With my data in 3 files format I have :
When with the tsv file of Nestorowa dataset :
So I tried this dataset with 3 files format (that end up with the same error as described in this issue) :
And finally I tried to change my dataset into a tsv format where I have :
So it's the same shape as the Nestorowa dataset in tsv but when I follow my script I end up with no variable feature where STREAM 1.0 succeed to detect 230 variable features... Still stuck at this moment and I don't know why... For the time being I continue to use the version 1.0 Best, |
Hello @huidongchen, I didn't succeed to upgrade and use STREAM v1.1. Would it be possible to provide the command line to install STREAM 1.1 with the dependency versions ? Like what you gave for STREAM 1.0 :
Including the version for This would be greatly appreciated |
Hi Lea, thanks for the feedback. Unfortunately It's not really trivial to figure out all the dependencies that are compatible with the old STREAM v1.0.. I would strongly recommend using the latest version. As I suggested before, instead of upgrading stream from v1.0 to v1.1, can you try to install stream v1.1 from scratch with the code below:
The issue @tianchen2019 described is related to scATAC-seq analysis. I need to look further into that. but v1.1 should work fine with scRNA-seq data. |
Hello @huidongchen ! Sorry for the delay I had multiple problems with conda so it took time for me to create another environnement. Unfortunately I had the same issue. Here is the conda list :
And here is the conda info :
As I described in my previous messages, all the environments in stream 1.1 don't work when we import our data in the bundle format (mtx). The structure of the expression matrix change and it seems cause the following error while running
The structure of
But in stream 1.0 (where everything is fine) the structure is :
Here is the
What are your suggestions ? |
Hello,
I'm having trouble upgrading the version of STREAM. While before I had no errors, now none of my scripts work.
I work with conda environments and here is the version of the main packages:
With STREAM 1.0 (where everything is fine) :
But when I upgrade only the stream package to 1.1 I have the following error :
I also tried to create another conda environment by only fixing the version of STREAM :
But I have about the same error when I run
stream.filter_features(adata,min_n_cells = 5, assay = 'rna')
:And it's seems to be a numpy error but I am not very familiar with python...
What do you recommend for a functional STREAM 1.1 environment?
Best,
Lea
The text was updated successfully, but these errors were encountered: