Skip to content

Commit be3feff

Browse files
committed
Rest of config files.
1 parent b5fa18b commit be3feff

10 files changed

+12
-12
lines changed

config_template/config_test10.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very

config_template/config_test11.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very

config_template/config_test2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very

config_template/config_test3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very

config_template/config_test4.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very
@@ -103,7 +103,7 @@ mutation_rate: 0.01
103103
# Rates must be in the fourth column and be of the form "mut_rate=x.xx"
104104
# Rates must be between 0.00 and 0.03
105105
# type: string | required = no
106-
mutation_bed: ../data/H1N1.bed
106+
mutation_bed: data/H1N1.bed
107107

108108
# Absolute path to GC content model generated by compute_gc.py
109109
# type: string | required = no | default: <NEAT_DIR>/neat/models/defaults/default_gc_bias_model.pickle.gz

config_template/config_test5.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very
@@ -69,7 +69,7 @@ input_variants: .
6969
# Absolute path to bed file containing reference regions that the simulation
7070
# should target.
7171
# type = string | required = no
72-
target_bed: ../data/H1N1.bed
72+
target_bed: data/H1N1.bed
7373

7474
# Scalar value for coverage in regions outside the targeted bed. Example 0.5
7575
# would get you roughly half the coverage as the on target areas. Default is

config_template/config_test6.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very

config_template/config_test7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very

config_template/config_test8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very

config_template/config_test9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Absolute path to input reference fasta file
1313
# type = string | required: yes
14-
reference: ../data/H1N1.fa
14+
reference: data/H1N1.fa
1515

1616
# How to partition the reference for analysis. By default, NEAT will
1717
# attempt to process one contig per thread. However, if you have very

0 commit comments

Comments
 (0)