Skip to content

Commit

Permalink
Merge pull request #10 from NBISweden/dev
Browse files Browse the repository at this point in the history
Minor formatting
  • Loading branch information
verku authored Mar 3, 2022
2 parents 4923dc4 + 6e818eb commit 508eece
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .test/config/config_mitogenomes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ vcf_qual_repeat_filtering: False
# Merge BCF files into a BCF file containing all samples and remove all
# sites that are not biallelic and with missing data across all samples
# up to a certain threshold as defined below.
# Extract 1. all historical and 2. all modern samples from the merged and
# Extract 1) all historical and 2) all modern samples from the merged and
# filtered BCF file.
# Create a BED file of sites that remain after filtering across all samples
# to be used for downstream filtering of individual BCF files.
Expand Down Expand Up @@ -488,7 +488,7 @@ gerp: False
# Full path to directory containing reference genomes of outgroup species in
# FASTA format for GERP++ score estimation.
# Files must be gzipped and FASTA file name extensions can be
# ".fa.gz", ".fasta.gz" or ".fna.gz".
# "*.fa.gz", "*.fasta.gz" or "*.fna.gz".
gerp_ref_path: ""

# Full path to phylogenetic tree of all species included in the analysis
Expand Down
4 changes: 2 additions & 2 deletions .test/config/config_mlRho_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ vcf_qual_repeat_filtering: False
# Merge BCF files into a BCF file containing all samples and remove all
# sites that are not biallelic and with missing data across all samples
# up to a certain threshold as defined below.
# Extract 1. all historical and 2. all modern samples from the merged and
# Extract 1) all historical and 2) all modern samples from the merged and
# filtered BCF file.
# Create a BED file of sites that remain after filtering across all samples
# to be used for downstream filtering of individual BCF files.
Expand Down Expand Up @@ -488,7 +488,7 @@ gerp: False
# Full path to directory containing reference genomes of outgroup species in
# FASTA format for GERP++ score estimation.
# Files must be gzipped and FASTA file name extensions can be
# ".fa.gz", ".fasta.gz" or ".fna.gz".
# "*.fa.gz", "*.fasta.gz" or "*.fna.gz".
gerp_ref_path: ""

# Full path to phylogenetic tree of all species included in the analysis
Expand Down
4 changes: 2 additions & 2 deletions .test/config/config_pca_roh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ vcf_qual_repeat_filtering: False
# Merge BCF files into a BCF file containing all samples and remove all
# sites that are not biallelic and with missing data across all samples
# up to a certain threshold as defined below.
# Extract 1. all historical and 2. all modern samples from the merged and
# Extract 1) all historical and 2) all modern samples from the merged and
# filtered BCF file.
# Create a BED file of sites that remain after filtering across all samples
# to be used for downstream filtering of individual BCF files.
Expand Down Expand Up @@ -488,7 +488,7 @@ gerp: False
# Full path to directory containing reference genomes of outgroup species in
# FASTA format for GERP++ score estimation.
# Files must be gzipped and FASTA file name extensions can be
# ".fa.gz", ".fasta.gz" or ".fna.gz".
# "*.fa.gz", "*.fasta.gz" or "*.fna.gz".
gerp_ref_path: ""

# Full path to phylogenetic tree of all species included in the analysis
Expand Down
4 changes: 2 additions & 2 deletions .test/config/config_snpeff_gerp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ vcf_qual_repeat_filtering: False
# Merge BCF files into a BCF file containing all samples and remove all
# sites that are not biallelic and with missing data across all samples
# up to a certain threshold as defined below.
# Extract 1. all historical and 2. all modern samples from the merged and
# Extract 1) all historical and 2) all modern samples from the merged and
# filtered BCF file.
# Create a BED file of sites that remain after filtering across all samples
# to be used for downstream filtering of individual BCF files.
Expand Down Expand Up @@ -488,7 +488,7 @@ gerp: True
# Full path to directory containing reference genomes of outgroup species in
# FASTA format for GERP++ score estimation.
# Files must be gzipped and FASTA file name extensions can be
# ".fa.gz", ".fasta.gz" or ".fna.gz".
# "*.fa.gz", "*.fasta.gz" or "*.fna.gz".
gerp_ref_path: ".test/data/gerp_data"

# Full path to phylogenetic tree of all species included in the analysis
Expand Down
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ vcf_qual_repeat_filtering: False
# Merge BCF files into a BCF file containing all samples and remove all
# sites that are not biallelic and with missing data across all samples
# up to a certain threshold as defined below.
# Extract 1. all historical and 2. all modern samples from the merged and
# Extract 1) all historical and 2) all modern samples from the merged and
# filtered BCF file.
# Create a BED file of sites that remain after filtering across all samples
# to be used for downstream filtering of individual BCF files.
Expand Down Expand Up @@ -488,7 +488,7 @@ gerp: False
# Full path to directory containing reference genomes of outgroup species in
# FASTA format for GERP++ score estimation.
# Files must be gzipped and FASTA file name extensions can be
# ".fa.gz", ".fasta.gz" or ".fna.gz".
# "*.fa.gz", "*.fasta.gz" or "*.fna.gz".
gerp_ref_path: ""

# Full path to phylogenetic tree of all species included in the analysis
Expand Down

0 comments on commit 508eece

Please sign in to comment.