Skip to content
Snippets Groups Projects
config.yaml 1.03 KiB
Newer Older
BIOPZ-Gypas Foivos's avatar
BIOPZ-Gypas Foivos committed
---
  ##############################################################################
  ### Annotation
  ##############################################################################
  other_RNAs_sequence: "../annotation/txome_rRNAs_joao.fa"
  other_RNAs_index: "../annotation/txome_rRNAs_joao.idx"
  transcripts_sequence: "../annotation/hg38_refseq_20171127_rep.fa"
  transcripts_index: "../annotation/hg38_refseq_20171127_rep.idx"
BIOPZ-Gypas Foivos's avatar
BIOPZ-Gypas Foivos committed
  ##############################################################################
  ### 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}
...