Skip to content

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

Notifications You must be signed in to change notification settings

ctubbs750/cbs-db3-annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks