-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changed configurations to fit with standard * changed channel factoring * remove extra line * fix param name * fix param name * changed param name * changed channel factoring * fixes bug * fixes typo * fixes typo * fix bug * fix bug * fix bug * fix bug * fixes typo
- Loading branch information
1 parent
d7736c8
commit b7f9702
Showing
12 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
// If there is any data that needs to be included in the config, it should be placed here using "${params.reference_data_bucket}/path/to/data" | ||
params { | ||
exomiser_data = "${params.reference_data_bucket}/pipelines/exomiser-data-bundle" | ||
exomiser_data_profile{ | ||
'test'{ | ||
data_bundle = "${params.reference_data_bucket}/pipelines/exomiser/very_fake/hg38" | ||
exomiser_phenotype_data = "${params.reference_data_bucket}/pipelines/exomiser/very_fake/2102_phenotype" | ||
cadd_snvs = "${params.reference_data_bucket}/pipelines/exomiser/very_fake/cadd_snvs" | ||
phenix_data = "${params.reference_data_bucket}/pipelines/exomiser/very_fake/phenix" | ||
} | ||
'full'{ | ||
data_bundle = "${params.reference_data_bucket}/pipelines/exomiser-data-bundle" | ||
} | ||
} | ||
|
||
application_properties = "${params.reference_data_bucket}/pipelines/exomiser-nf/application.properties" | ||
auto_config_yml = '${params.reference_data_bucket}/pipelines/exomiser-nf/auto_config_v2.yml' | ||
auto_config_yml = "${params.reference_data_bucket}/pipelines/exomiser-nf/auto_config_V2.yml" | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
params { | ||
exomiser_data = "${params.reference_data_bucket}/pipelines/exomiser/very_fake/hg38" | ||
exomiser_phenotype_data = "${params.reference_data_bucket}/pipelines/exomiser/very_fake/2102_phenotype" | ||
cadd_snvs = "${params.reference_data_bucket}/pipelines/exomiser/very_fake/cadd_snvs" | ||
phenix_data = "${params.reference_data_bucket}/pipelines/exomiser/very_fake/phenix" | ||
exomiser_profile_files = 'test' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
params { | ||
families_file = 's3://lifebit-featured-datasets/pipelines/exomiser-nf/fam_file.tsv' | ||
prioritisers = 'hiPhivePrioritiser' | ||
exomiser_data = "s3://lifebit-featured-datasets/pipelines/exomiser-data-bundle" | ||
exomiser_profile_files = 'full' | ||
application_properties = 's3://lifebit-featured-datasets/pipelines/exomiser-nf/application.properties' | ||
auto_config_yml = 's3://lifebit-featured-datasets/pipelines/exomiser-nf/auto_config.yml' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
params { | ||
families_file = 's3://lifebit-featured-datasets/pipelines/exomiser-nf/fam_file_multi_hpo.tsv' | ||
prioritisers = 'hiPhivePrioritiser' | ||
exomiser_data = "s3://lifebit-featured-datasets/pipelines/exomiser-data-bundle" | ||
exomiser_profile_files = 'full' | ||
application_properties = 's3://lifebit-featured-datasets/pipelines/exomiser-nf/application.properties' | ||
auto_config_yml = 's3://lifebit-featured-datasets/pipelines/exomiser-nf/auto_config.yml' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters