Skip to content

AWGL/IlluminaQC-WREN

 
 

Repository files navigation

IlluminaQC

Quality control workflow for Illumina sequencing data

From v2.0.0 the scripts have been refactored to use SLURM scheduling on WREN.

Launch from /data/output/fastq/<seqId> directory:

sbatch --export=sourceDir=<path-to-seq-dir> <path-to-IlluminaQC-directory>/1_IlluminaQC.sh

Validation Runs

Validation runs will be saved under /data/output/validations/ if lanched:

sbatch --export=sourceDir=<path-to-seq-dir>,validation=TRUE <path-to-IlluminaQC-directory>/1_IlluminaQC.sh

alternativly individuel samples can be desiganted as validation samples within the samplsheet (ad validation=TRUE to description field)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.7%
  • Python 13.3%