-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-example.conf
88 lines (60 loc) · 1.95 KB
/
settings-example.conf
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[DEFAULT]
virtualenv =
use_cluster =
bvdiversity = /fh/fast/fredricks_d/bvdiversity
refdir = %(bvdiversity)s/ncbi-plus/output-2017-10-23
[singularity]
singularity = singularity
# _images = %(bvdiversity)s/singularity
deenurp = docker://ghcr.io/fhcrc/deenurp:v0.3.2
dada2 = docker://ghcr.io/nhoffman/dada2-nf:2.0.3
csvkit = docker://wireservice/csvkit:latest
yapp = docker://ghcr.io/fhcrc/yapp:latest
# one path per line
binds:
%(refdir)s
[get_data]
# used by SConstruct-get-data
outdir = input
# Required; one value per line.
# ie, /fh/fast/fredricks_d/bvdiversity/data/{plate}/dada2/sample_info.csv
plates:
miseq-plate-14
# Optional; one value per line
projects:
# SConstruct-get-data makes a local copy of this refpkg
# vaginal
refpkg = %(bvdiversity)s/2017-07-03-vaginal-refset-ncbi-plus/output/urogenital-2017-10-23/urogenital-2017-10-23_named-1.0.refpkg
# human
# refpkg = %(bvdiversity)s/project-gut-17--84/mkrefpkg/output/gut-2020-09-10/
# mouse
# refpkg = %(bvdiversity)s/project-motoko-42-74/mkrefpkg/output/motoko-2019-10-28/motoko-2019-10-28-1.0.refpkg
[input]
# assumes SConstruct-get-data as been run
refpkg = urogenital-2017-10-23_named-1.0.refpkg
# experimental data
datadir = input
seqs = %(datadir)s/seqs.fasta
specimen_map = %(datadir)s/specimen_map.csv
weights = %(datadir)s/weights.csv
# sample annotations; leave undefined if not available
labels = %(datadir)s/sample_info.csv
# an optional excel file with a single column specifying tax_names to remove
# to_remove = data/
# an optional excel file with columns [tax_name rank sv new_tax_name new_rank]
# to_rename = data/
# taxonomy database; required if to_rename is provided
# taxdb = %(refdir)s/ncbi_plus_taxonomy.db
min_reads = 25
[refs]
# 16S database for vsearch of centroids
# refs = data/refs
ref_seqs = %(refdir)s/seqs.fasta
ref_info = %(refdir)s/seq_info.csv
ref_taxonomy = %(refdir)s/taxonomy.csv
[output]
outdir = output
[details]
outdir = output-details
[ENV]
# SLURM_ACCOUNT=