Skip to content

zhen-fu/CDseq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDseq

setting up the workflow

  1. Add your raw .fastq files to raw_data/
  2. Update bin/samples.tsv to reflect the samples in your dataset.
  3. Make sure the information in bin/config.yaml is correct, in particular the genome index, anntaiton file, and genome sequences.
  4. After samples.tsv and config.yaml files are fully setup, load the snakemake module as "module load bbc/snakemake/snakemake-5.28.0". Then, do a dry-run using "snakemake -np". If everything works, the screen will show a list of jobs that the pipeline will run.
  5. When ready to run the pipeline, do "qsub ./bin/run_snake.sh". This will start the job.

About

Circle Damage Sequencing (CD-seq) Analysis workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.8%
  • R 16.8%
  • Shell 4.4%