-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.dockstore.yml
48 lines (48 loc) · 1.73 KB
/
.dockstore.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
version: 1.2
notebooks:
- name: Intro
path: /notebooks/0_Intro_to_Jupyter_Notebooks_OPTIONAL.ipynb
publish: true
- name: VariantDiscoveryTutorial
path: /notebooks/1-gatk-germline-variant-discovery-tutorial.ipynb
publish: true
- name: GatkHardFilteringTutorial
path: /notebooks/2-gatk-hard-filtering-tutorial.ipynb
publish: true
# R notebooks currently not supported in Dockstore
# - name: BigQueryCohortAnalysis
# path: /notebooks/2_BigQuery_cohort_analysis.ipynb
# publish: true
# R notebooks currently not supported in Dockstore
#- name: AccessPlotPublicBigQueryData
# path: /notebooks/3_Access_and_plot_public_BigQuery_data.ipynb
# publish: true
## R notebooks currently not supported in Dockstore
#- name: ClusterAnalysis
# path: /notebooks/Cluster_Analysis_Tetralogy_of_Fallot.ipynb
# publish: true
- name: GWASInitialAnalysisBlank
path: /notebooks/GWAS_initial_analysis_blank.ipynb
publish: true
# Notebooks greater than 1MB currently not supported in Dockstore
# - name: GWASInitialAnalysisCompleted
# path: /notebooks/GWAS_initial_analysis_completed.ipynb
# publish: true
- name: SomaticCNATutorial
path: /notebooks/Somatic-CNA-Tutorial.ipynb
publish: true
- name: SomaticMutect2Tutorial
path: /notebooks/Somatic-Mutect2-Tutorial.ipynb
publish: true
- name: WorkflowCostEstimator
path: /notebooks/Workflow-Cost-Estimator.ipynb
publish: true
- name: GatkCnnTutorial
path: /notebooks/gatk-cnn-tutorial.ipynb
publish: true
- name: GnomADWithBigQuery
path: /notebooks/gnomAD-with-BigQuery.ipynb
publish: true
- name: GnomADWithHail
path: /notebooks/gnomAD-with-Hail.ipynb
publish: true