An open API service indexing awesome lists of open source software.

https://github.com/ctubbs750/cbs-db3-annotate

Component in the cbs-db multi-repo designed to produce all CTCF Binding Site annotations included in the database.
https://github.com/ctubbs750/cbs-db3-annotate

annotation-tool cbs-db3 ctcf-binding-sites encode-ccres python shell-scripting snakemake-pipeline

Last synced: about 1 month ago
JSON representation

Component in the cbs-db multi-repo designed to produce all CTCF Binding Site annotations included in the database.

Awesome Lists containing this project

README

          

# cbs-db3-annotate

### Executing the pipeline

To execute the pipeline without HPC resources, execute the command:

```snakemake --rerun-triggers mtime --use-conda --conda-prefix ~/snakemake_condas/ --use-conda --conda-prefix ~/snakemake_condas/ -c12 --rerun-incomplete -np```

To execute the pipeline with HPC resources, execute the command:
```snakemake --rerun-triggers mtime --use-conda --conda-prefix ~/snakemake_condas/ --jobs 25 --cluster-config "config/cluster.yaml" --cluster "sbatch --mem={resources.mem_mb} --time={resources.runtime} --cpus-per-task {threads} --output={cluster.output} --error={cluster.error} --account={cluster.account}" -np```