-
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
Run the complete pipeline #17
Comments
Here's the example file https://github.com/Xinglab/IRIS/blob/v2.0.1/IRIS/data/blocklist.brain_2020.txt
|
Thank you so much for your explanations! |
Building your own pipeline from the individual functions is reasonable. Depending on how much you want to change, you could try modifying the provided snakemake workflow instead of building a new pipeline from scratch The single functions use multithreading, but they don't take the number of cores as a parameter. For example: https://github.com/Xinglab/IRIS/blob/v2.0.1/snakemake_config.yaml#L7 You can edit the files to change the number of threads |
Excuse me for the late response. Thank you again! |
Hi,
thank you for your super-interesting tool.
I have some questions about the snakemake_config.yaml (If I plan to run all pipeline together using snakemake)
Sorry to bother you,
thank you,
Serena
The text was updated successfully, but these errors were encountered: