-
Notifications
You must be signed in to change notification settings - Fork 0
/
inputs.json
23 lines (23 loc) · 881 Bytes
/
inputs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"project_name": "Test_Soy1066",
"workflow_path": "/scratch/yenc/projects/AlleleCatalog",
"input_files": [
"/scratch/yenc/projects/AlleleCatalog/data/test_Soy1066/unimpute_data/test_Soy1066_Chr01.vcf.gz",
"/scratch/yenc/projects/AlleleCatalog/data/test_Soy1066/unimpute_data/test_Soy1066_Chr02.vcf.gz",
"/scratch/yenc/projects/AlleleCatalog/data/test_Soy1066/unimpute_data/test_Soy1066_Chr03.vcf.gz"
],
"chromosomes": [
"Chr01",
"Chr02",
"Chr03"
],
"beagle_window": 40,
"metadata_file": "/scratch/yenc/projects/AlleleCatalog/data/test_Soy1066/Soy1066_allele_line_info.txt",
"genome_version": "Wm82.a2.v1",
"gff_file": "/scratch/yenc/projects/AlleleCatalog/data/test_Soy1066/Wm82.a2.v1.genes.tiny.gff",
"gff_category": "gene",
"gff_key": "Name=",
"output_folder": "/scratch/yenc/projects/AlleleCatalog/output/Test_Soy1066/",
"memory": 100,
"threads": 4
}