File tree 10 files changed +12
-12
lines changed
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
@@ -103,7 +103,7 @@ mutation_rate: 0.01
103
103
# Rates must be in the fourth column and be of the form "mut_rate=x.xx"
104
104
# Rates must be between 0.00 and 0.03
105
105
# type: string | required = no
106
- mutation_bed : ../ data/H1N1.bed
106
+ mutation_bed : data/H1N1.bed
107
107
108
108
# Absolute path to GC content model generated by compute_gc.py
109
109
# type: string | required = no | default: <NEAT_DIR>/neat/models/defaults/default_gc_bias_model.pickle.gz
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
@@ -69,7 +69,7 @@ input_variants: .
69
69
# Absolute path to bed file containing reference regions that the simulation
70
70
# should target.
71
71
# type = string | required = no
72
- target_bed : ../ data/H1N1.bed
72
+ target_bed : data/H1N1.bed
73
73
74
74
# Scalar value for coverage in regions outside the targeted bed. Example 0.5
75
75
# would get you roughly half the coverage as the on target areas. Default is
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
Original file line number Diff line number Diff line change 11
11
12
12
# Absolute path to input reference fasta file
13
13
# type = string | required: yes
14
- reference : ../ data/H1N1.fa
14
+ reference : data/H1N1.fa
15
15
16
16
# How to partition the reference for analysis. By default, NEAT will
17
17
# attempt to process one contig per thread. However, if you have very
You can’t perform that action at this time.
0 commit comments