-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yml
48 lines (40 loc) · 1.85 KB
/
config.yml
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
#
# PaintSHOP Pipeline Run Configuration -- pipeline version v1.3
#
########################################################################
#
# REQUIRED PARAMETERS
#
########################################################################
# input file paths
assembly: 'Example1'
genome_fasta: 'data/example.fa'
annotation_file: 'data/example.gtf'
########################################################################
#
# OPTIONAL PARAMETERS (uncomment parameters to override defaults)
#
########################################################################
# blockparse params (initial probe candidate mining)
# blockparse_min_length: 30
# blockparse_max_length: 37
# blockparse_min_tm: 42
# blockparse_max_tm: 47
# number of threads for bowtie2 to use
# bowtie2_threads: 4
# the temperature at which you want to predict probe hybridization with XGBoost
# current options are: 37, 42, 47, 52, 60
# model_temp: 42
# OPTIONAL: it is possible to provide already designed DNA-FISH probes to the pipeline
# and then run downstream steps, including thermodynamic, specifity, and secondary
# structure analysis, as well as intersection with the genome annotations file to yield
# RNA probe sets. If the `existing_probes` option is left commented out in this file, de
# novo probes will be generated. If the `existing_probes` option is uncommented here, the
# path to a BED file with DNA probes with columns [chrom, start, stop, seq] must be provided.
# existing_probes: 'data/test_probes.bed'
# OPTIONAL: it is possible to skip particular chromosomes during probe design. Chromosomes
# specified here will be excluded from probe design but still included in the bowtie2 index
# for the accuracy of alignment and off-target predictions of all probes. NOTE: the values
# specified here must match the fasta sequence header values (e.g. 'chr1' ) exactly
# exclude_chroms:
# - chrM