forked from sanger-pathogens/companion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams_default.config
More file actions
50 lines (42 loc) · 1.28 KB
/
params_default.config
File metadata and controls
50 lines (42 loc) · 1.28 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
params {
// input sequence
inseq = "${ROOTDIR}/example-data/L_donovani.fasta.1"
// reference data -- paths must be absolute
ref_dir = "${ROOTDIR}/example-data/references"
ref_species = "LmjF.1"
// output directory, if desired
// dist_dir = "${ROOTDIR}"
// enable/disable parts of the pipeline
run_exonerate = false
do_contiguation = true
do_circos = true
make_embl = true
use_reference = true
// naming patterns
GENOME_PREFIX = "LDON"
CHR_PATTERN = "LDON_(%d+)"
MAX_GENE_LENGTH = 20000
ABACAS_CHR_PATTERN = 'LmjF.(%d+)'
ABACAS_CHR_PREFIX = "LDON"
ABACAS_SEQ_PREFIX = "LDON"
ABACAS_BIN_CHR = "LDON_0"
// RATT parameters
RATT_TRANSFER_TYPE = 'Species'
// AUGUSTUS parameters
AUGUSTUS_SPECIES = 'leishmania_major_sampled'
AUGUSTUS_GENEMODEL = 'intronless'
AUGUSTUS_HINTS_MAXINTRONLEN = '1'
AUGUSTUS_SCORE_THRESHOLD = 0.7
// EMBL file metadata
EMBL_AUTHORS = "Foo Bar"
EMBL_TITLE = "Baz"
EMBL_PUBLICATION = "Quux"
EMBL_GENOME_TYPE = "XXX"
EMBL_CLASSIFICATION = "XXXX"
EMBL_ORGANISM = "Leishmania donovani"
EMBL_PROJ_ACCESSION = "123456"
EMBL_DESCRIPTION = "Foo bar"
// output GAF metadata
TAXON_ID = 4711
DB_ID = "GeneDB"
}