-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error when running test dataset #3
Comments
Is the data missing a variable |
Thanks for pointing these things out. I'm checking up on this and your other comment and I'll reply by the end of the day. |
After looking into this, I think it might be a version issue. Do you know what version of pandas and pyarrow you're using? I don't get this error when I use pandas=1.0.4 and pyarrow=0.15.1 , but I do when I use pandas=1.3.0 and pyarrow=5.0.0. Regardless, I just pushed a change that should make the test work even if you don't change the package versions (no need to change/add columns). Let me know if you continue to have problems. |
thank you for the quick reply, that resolved that error and now it is throwing another error in the same section,
|
Also I set up a conda environment using the environment.yml file and it appears that the pyarrow=0.15.1 and pandas=1.0.4 versions were selected and loaded correctly when I checked |
I'm not getting this issue when I run the test data. Looking at your python path in the traceback, it looks like you may be running with your local python rather than conda. Could you double check this? It may be useful to add the following print statement at line 358 of rijk_zscore.py: |
Thank you I removed the local python packages so that it wouldn’t interfere, and cleared and reinstall the anaconda environment packages from scratch using the environment.yml. Also I added the line to print the pandas version and it is writing out 1.0.4, so that looks correct and it is using the anaconda install python 3.6.7.
|
Thanks for you patience with this. We actually have a parallel implementation of the SpliZ in nextflow: https://github.com/salzmanlab/SpliZ |
Thank you I actually discoverd teh NF implementation today and currently installing it. I'll let you know how it goes. |
I was able to install nextflow and create the conda environment with the new environment.yml file and activated it, ran the test data and it generated this error:
Nextflow log:
|
Hi there! I've pushed some changes to the nextflow pipeline and was able to run the test data set. Can you please try running again? |
@kaitlinchaung Is there a *.tsv version of the small dataset, just to verify my data is formatted correctly (even though it came straight out of SICILIAN?) @juliaolivieri @kaitlinchaung |
@apdavid |
after setting up the conda environment, I tried running the command
snakemake -p --config datasets="test" --restart-times=0
and then got the following error:
The text was updated successfully, but these errors were encountered: