This repository is a library of published simpleaf workflow templates for easing the commonly and frequently used single-cell data processing pipelines using alevin-fry ecosystem of tools.
Using the power of Jsonnet, each workflow template published here can be converted to a valid workflow description after filling some required information. For details, please check this the GitHub repository and documentation.
On some systems the default open-file limit is too low for piscem indexing. Before running any workflow that builds an index, increase the limit in your shell:
ulimit -n 2048One can fetch individual workflows using the simpleaf workflow get command.
To execute a workflow, one can simply fill required information in its template and pass the template to simpleaf workflow run.
Our dedicated team is actively developing and publishing new workflow templates into this repository. If you would like to share the workflow template you desired, you are more than welcome to make pull requests and tell us how cool your templates are!