-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.cfg
36 lines (25 loc) · 1.27 KB
/
config.cfg
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
# The directory where output files will go
OUTPUT_DIRECTORY="/Full/Path/to/Flumina_analysis"
# The directory where your raw reads are located
READ_DIRECTORY="/Flumina/test_dataset"
# CSV with the file name that matches to both read pairs in the "File column" and sample name in the "Sample" column
RENAME_FILE="/Flumina/example_file_rename.csv"
# The path to the reference file
REFERENCE_FILE="/Flumina/reference.fa"
# Curated csv database with the columns "Gene", "Amino_Acid", and "Type" (category of site) of interest
AA_DB="/Flumina/curated_database.csv"
# A metadata file with at least one column named "Sample" to join databases
METADATA="/Flumina/example_metadata.csv"
# Group column name from metadata to summarize and group data i.e. cow versus birds versus poultry
GROUP_NAMES="discrete_host"
# FALSE to disable running IRMA
DISABLE_IRMA=FALSE
# Whether to overwrite or not
OVERWRITE=FALSE
# If a job is killed mid job, sometimes snakemake will lock directories
FORCE_UNLOCK=TRUE
# Number of threads to use, or max jobs for multi-job
THREADS=6
#multi-job cluster mode, add in cluster job details. THREADS above becomes number of jobs. Set to FALSE to run without new jobs
#CLUSTER_JOBS="sbatch -p priority -D /Flumina_test/Flumina --mem 40G --cpus-per-task=2"
CLUSTER_JOBS=FALSE