Skip to content
Snippets Groups Projects
config.yaml 1019 B
Newer Older
BIOPZ-Gypas Foivos's avatar
BIOPZ-Gypas Foivos committed
---
  ##############################################################################
  ### Annotation
  ##############################################################################
  
  ##############################################################################
  ### Output and log directory
  ##############################################################################
  output_dir: "results"
  local_log: "results/local_log"
  cluster_log: "results/cluster_log"
  dir_created: "results/dir_created"
  ##############################################################################
  ### sample info
  ##############################################################################
  input_dir: "samples"
  input_reads_pattern: ".fastq.gz"
  sample: ["example"]
  example: {adapter: GATCGGAAGAGCACA}
  ##############################################################################
  ### Parameters for independent rules/jobs
  ##############################################################################

...