Skip to content
Snippets Groups Projects

refactor: merge prepare, map & quantify workflows

Merged Iris Mestres Pascual requested to merge 25-merge-workflows into dev
1 file
+ 0
23
Compare changes
  • Side-by-side
  • Inline
+ 0
23
---
#### GLOBAL PARAMETERS ####
# Directories
# Usually there is no need to change these
output_dir: "results"
scripts_dir: "../scripts"
local_log: "logs/local"
cluster_log: "logs/cluster"
# Types of miRNAs to quantify
#mir_list: ["miRNA", "miRNA_primary_transcript", "isomirs"]
mir_list: ["miRNA", "miRNA_primary_transcript"]
# Resources: miR annotations, chromosome name mappings
# All of these are produced by the "prepare" workflow
mirnas_anno: "results/homo_sapiens/chrY/mirna_filtered.bed"
isomirs_anno: "results/homo_sapiens/chrY/isomirs_annotation.bed"
# Inputs information
input_dir: "results"
sample: ["test_lib"] # put all samples, separated by comma
...
Loading