-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated t1dgrs2 v2 pipeline so that different yml files can be specif…
…ied for t1dgrs2 tool
- Loading branch information
Showing
6 changed files
with
19 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,3 +83,4 @@ WORKDIR /data | |
RUN chown -R docker:staff /data | ||
|
||
ENTRYPOINT [ "/opt/entrypoint.sh" ] | ||
|
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
12 changes: 12 additions & 0 deletions
12
t1dgrs2_pipeline/v2.0/pipeline_config/t1dgrs2_settings_mod001.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
input: # mandatory, all files in here are tab-delimited tabular data | ||
hla_map: "/pipeline/inputs/T1D67_mapping.tsv" | ||
dq_rank: "/pipeline/inputs/HLADQ_USAEuropean_Klitz.tsv" | ||
max_dq_calls: 2 # not implemented yet | ||
scores: # mandatory | ||
interaction: "/pipeline/inputs/T1D67_interaction_scores.tsv" | ||
all_variants: "/pipeline/inputs/T1D67_plink_all_scores_mod001.tsv" | ||
hla_variants: "/pipeline/inputs/T1D67_plink_hla_scores.tsv" # optional, will automatically exclude HLA BETAs from final calculation if this key-value pair is removed | ||
metrics: # optional, will not compute centiles, PPV or case probability if this key (and child key-value pairs) is removed | ||
centiles_file: "/pipeline/inputs/UKBB_T1D67_ROC.tsv" | ||
params_file: "/pipeline/inputs/UKBB_T1D67_Fit.tsv" |
File renamed without changes.
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