https://github.com/ccbr/ccbr_circrna_ampliconseq
Snakemake workflow to process circRNA AmpliconSeq datasets generated to study circRNAs in KSHV and human hosts using divergent primers.
https://github.com/ccbr/ccbr_circrna_ampliconseq
amplicon-pipeline amplicon-sequencing circrna circrna-pipeline snakemake-workflow
Last synced: 5 months ago
JSON representation
Snakemake workflow to process circRNA AmpliconSeq datasets generated to study circRNAs in KSHV and human hosts using divergent primers.
- Host: GitHub
- URL: https://github.com/ccbr/ccbr_circrna_ampliconseq
- Owner: CCBR
- License: mit
- Created: 2021-03-09T18:32:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T15:27:21.000Z (over 1 year ago)
- Last Synced: 2025-09-09T23:29:57.030Z (9 months ago)
- Topics: amplicon-pipeline, amplicon-sequencing, circrna, circrna-pipeline, snakemake-workflow
- Language: Shell
- Homepage: https://ccbr.ccr.cancer.gov/
- Size: 480 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCBR circRNA AmpliconSeq Snakemake Workflow
Process circRNA AmpliconSeq datasets generated to study circRNAs in KSHV and human hosts using divergent primers

[](https://github.com/CCBR/CCBR_circRNA_AmpliconSeq/releases/latest)
## Usage
```
USAGE:
bash ./run_circRNA_AmpliconSeq -m/--runmode= -w/--workdir=
Required Arguments:
1. RUNMODE: [Type: String] Valid options:
*) init : initialize workdir
*) run : run with slurm
*) reset : DELETE workdir dir and re-init it
*) dryrun : dry run snakemake to generate DAG
*) unlock : unlock workdir if locked by snakemake
*) runlocal : run without submitting to sbatch
2. WORKDIR: [Type: String]: Absolute or relative path to the output folder with write permissions.
```