GitHunt
CT

ctubbs750/cbs-db3-annotate

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

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

Languages

Jupyter Notebook91.4%Python8.6%

Contributors

Created April 6, 2025
Updated May 12, 2025
ctubbs750/cbs-db3-annotate | GitHunt