-
Notifications
You must be signed in to change notification settings - Fork 27
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
failing to run the initial example #53
Comments
Hi @deniskristak, it sounds like you need to adapt the config file you are using to point this towards the data you want to run this with. |
Hi @LuckyMD, |
Hi @deniskristak, Sure, the data is on Figshare as mentioned in the README. We also have a test run of the pipeline though that @mumichae added. She can tell you more about that feature so you don't have to download the data separately. |
Hi, for a test datasets just for implementation testing I'd recommend you check out the data directory of the repo. There should be a script that you can use to generate the test data as described here. You need to add the real path of the generated object to the config file for the pipeline to work. |
this did help me progress, thanks! turns out I was using the latest official release you guys have (maybe think about adding next one? ) |
Hi,
I've been trying to build this package from source.
Because this is part of work on Easybuild HPC package manager I am also taking care of dependencies manually, not using
conda
.I'm using tag
0.2.0
.It seems to install fine, but currently, when I try to run the initial example
snakemake -n --cores 1 --configfile config.yaml
,I am getting this error:
Does it ring any bells?
Thank you very much.
The text was updated successfully, but these errors were encountered: