forked from nf-core/mag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
illumina.json
22 lines (22 loc) · 1.34 KB
/
illumina.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"config_profile_name" : "Configuration for NAO initial Illumina samples",
"config_profile_description" : "Analyse the initial NAO Illumina samples e.g. from exp4.006 (221014Esv_D22)",
"input" : "data/exp4.006_samplesheet.csv",
"outdir" : "results_illumina",
"clip_tool" : "adapterremoval",
"adapterremoval_adapter1" : "CTGTCTCTTATACACATCTCCGAGCCCACGAGACNNNNNNNNNNATCTCGTATGCCGTCTTCTGCTTG",
"adapterremoval_adapter2" : "CTGTCTCTTATACACATCTGACGCTGCCGACGANNNNNNNNNNGTGTAGATCTCGGTGGTCGCCGTATCATT",
"adapterremoval_trim_quality_stretch" : true,
"kraken2_db" : "ftp://ftp.ccb.jhu.edu/pub/data/kraken2_dbs/minikraken_8GB_202003.tgz",
"skip_megahit" : true,
"skip_spades" : true,
"gtdb" : false,
"skip_binning" : true,
"skip_prokka" : true,
"skip_spadeshybrid" : true,
"skip_quast" : true,
"skip_prodigal" : true,
"skip_metabat2" : true,
"skip_maxbin2" : true,
"skip_busco" : true
}