-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
executable file
·69 lines (57 loc) · 2.43 KB
/
config.yaml
File metadata and controls
executable file
·69 lines (57 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# -----------------------------------------------------------------
# RiboKastIndex Configuration
# -----------------------------------------------------------------
project_name: "RiboKastIndex"
# -----------------------------------------------------------------
# Path Settings
# -----------------------------------------------------------------
paths:
# Root directory of the project (write it once)
local_path: "/store/EQUIPES/SSFA/MEMBERS/safa.maddouri/RiboKastIndex_test/"
# Everything below is relative to local_path
RibokastIndex_tools: "tools/"
results_path: "RESULTS/"
stats_path: "stats/"
logs_path: "logs/"
snakemake_log_path: ".snakemake/log/"
fastq_path: "fastq/"
conda_env: "RiboKastIndex.yaml"
# -----------------------------------------------------------------
# Reference Files
# -----------------------------------------------------------------
fasta: "human.fa"
gff: "human.gff3"
fasta_outRNA: "rRNA.fasta"
# -----------------------------------------------------------------
# Adapter Trimming Settings
# -----------------------------------------------------------------
already_trimmed: "no"
adapt_sequence: ""
# -----------------------------------------------------------------
# Length Selection for Profiling
# -----------------------------------------------------------------
readsLength_min: "25"
readsLength_max: "35"
# -----------------------------------------------------------------
# GFF File Settings
# -----------------------------------------------------------------
gff_cds_feature: "CDS"
gff_mRNA_feature: "mRNA"
gff_5UTR_feature: "five_prime_UTR"
gff_parent_attribut: "Parent"
gff_name_attribut: "Name"
# -----------------------------------------------------------------
# riboWaltz Analysis Settings
# -----------------------------------------------------------------
kmercount_pct_threshold: "60"
# -----------------------------------------------------------------
# K-mer Index Construction Settings
# -----------------------------------------------------------------
pathJoinCounts: "$PATH:/data/work/I2BC/safa.maddouri/tools/dekupl-joinCounts"
kmerSize: "25"
mode: "phase" # normal | phase
forced_phase: 12
# forced_phase: null
kamrat_normalize: true
kamrat_nfbase: 1000000
kamratImg: "/store/EQUIPES/SSFA/MEMBERS/safa.maddouri/KaMRaT.sif"