Skip to content

Commit

Permalink
Create snakeATAC_mapping_configfile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-gregoricchio committed Nov 3, 2023
1 parent ecc80da commit 720ee64
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/snakeATAC_mapping_configfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This .yaml cofinguration file contains all variables used by the snakemake pipeline
# DO NOT CHANGE parameter names without changing it in Snakefile as well
# On the other hand, some parameter values have to be inevitably modifed
# **********************************************************************************************************************************

# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ DNA MAPPING @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

### 0. General workflow parameters
fastq_directory:
output_directory:
genome_fasta:
umi_present: False
fastq_suffix: ".fastq.gz"
read_suffix: ['_R1', '_R2']


### 1. FASTQ trimming
cutadapt_trimm_options: ''
fw_adapter_sequence: "AGATCGGAAGAGC"
rv_adapter_sequence: "AGATCGGAAGAGC"
run_fastq_qc: True

### 2. BWA mapping
bwa_options: ''


### 2. BAM filtering
remove_duplicates: True
MAPQ_threshold: 20

0 comments on commit 720ee64

Please sign in to comment.