Skip to content

Commit df2ea1e

Browse files
committed
💚 Correct paths relative to the docs folder to pass CI tests
1 parent e3f0510 commit df2ea1e

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

docs/example_config_files/Basic_example_vuegen_demo_notebook_config.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,57 +11,57 @@ sections:
1111
description: Optional description for section.
1212
components:
1313
- title: Top Species Plot By Biome Plotly
14-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/1_top_species_plot_by_biome_plotly.json
14+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/1_top_species_plot_by_biome_plotly.json
1515
description: ''
1616
caption: ''
1717
component_type: plot
1818
plot_type: plotly
1919
- title: Multiline Plot Altair
20-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/2_multiline_plot_altair.json
20+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/2_multiline_plot_altair.json
2121
description: ''
2222
caption: ''
2323
component_type: plot
2424
plot_type: altair
2525
- title: Pie Plot Countries Plotly
26-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/3_pie_plot_countries_plotly.json
26+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/3_pie_plot_countries_plotly.json
2727
description: ''
2828
caption: ''
2929
component_type: plot
3030
plot_type: plotly
3131
- title: Pie Plots Biomes Plotly
32-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/4_pie_plots_biomes_plotly.json
32+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/4_pie_plots_biomes_plotly.json
3333
description: ''
3434
caption: ''
3535
component_type: plot
3636
plot_type: plotly
3737
- title: Saline Metagenomics Samples Map Altair
38-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/5_saline_metagenomics_samples_map_altair.json
38+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/5_saline_metagenomics_samples_map_altair.json
3939
description: ''
4040
caption: ''
4141
component_type: plot
4242
plot_type: altair
4343
- title: Description
44-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/description.md
44+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/1_Interactive_plots/description.md
4545
description: ''
4646
caption: ''
4747
component_type: markdown
4848
- title: Static Plots
4949
description: ''
5050
components:
5151
- title: Number Samples Per Study
52-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/2_Static_plots/1_number_samples_per_study.png
52+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/2_Static_plots/1_number_samples_per_study.png
5353
description: ''
5454
caption: ''
5555
component_type: plot
5656
plot_type: static
5757
- title: Animal Metagenomics Samples Map
58-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/2_Static_plots/2_animal_metagenomics_samples_map.png
58+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/2_Static_plots/2_animal_metagenomics_samples_map.png
5959
description: ''
6060
caption: ''
6161
component_type: plot
6262
plot_type: static
6363
- title: Alpha Diversity Host Associated Samples
64-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/1_Plots/2_Static_plots/3_alpha_diversity_host_associated_samples.png
64+
file_path: example_data/Basic_example_vuegen_demo_notebook/1_Plots/2_Static_plots/3_alpha_diversity_host_associated_samples.png
6565
description: ''
6666
caption: ''
6767
component_type: plot
@@ -82,27 +82,27 @@ sections:
8282
description: This subsection contains example dataframes.
8383
components:
8484
- title: Phyla Correlation Network Csv
85-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/2_Dataframes/1_All_formats/1_phyla_correlation_network_csv.csv
85+
file_path: example_data/Basic_example_vuegen_demo_notebook/2_Dataframes/1_All_formats/1_phyla_correlation_network_csv.csv
8686
description: ''
8787
caption: ''
8888
component_type: dataframe
8989
file_format: csv
9090
delimiter: ','
9191
- title: Abundance Table Example Xls
92-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/2_Dataframes/1_All_formats/2_abundance_table_example_xls.xls
92+
file_path: example_data/Basic_example_vuegen_demo_notebook/2_Dataframes/1_All_formats/2_abundance_table_example_xls.xls
9393
description: ''
9494
caption: ''
9595
component_type: dataframe
9696
file_format: xls
9797
- title: Sample Info Example Txt
98-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/2_Dataframes/1_All_formats/3_sample_info_example_txt.txt
98+
file_path: example_data/Basic_example_vuegen_demo_notebook/2_Dataframes/1_All_formats/3_sample_info_example_txt.txt
9999
description: ''
100100
caption: ''
101101
component_type: dataframe
102102
file_format: txt
103103
delimiter: \t
104104
- title: Sample Info Example Parquet
105-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/2_Dataframes/1_All_formats/4_sample_info_example_parquet.parquet
105+
file_path: example_data/Basic_example_vuegen_demo_notebook/2_Dataframes/1_All_formats/4_sample_info_example_parquet.parquet
106106
description: ''
107107
caption: ''
108108
component_type: dataframe
@@ -114,21 +114,21 @@ sections:
114114
description: Optional description for subsection
115115
components:
116116
- title: Man Example
117-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/3_Networks/1_Interactive_networks/1_man_example.graphml
117+
file_path: example_data/Basic_example_vuegen_demo_notebook/3_Networks/1_Interactive_networks/1_man_example.graphml
118118
description: ''
119119
caption: ''
120120
component_type: plot
121121
plot_type: interactive_network
122122
- title: Description
123-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/3_Networks/1_Interactive_networks/description.md
123+
file_path: example_data/Basic_example_vuegen_demo_notebook/3_Networks/1_Interactive_networks/description.md
124124
description: ''
125125
caption: ''
126126
component_type: markdown
127127
- title: Static Networks
128128
description: ''
129129
components:
130130
- title: Phyla Correlation Network
131-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/3_Networks/2_Static_networks/1_phyla_correlation_network.png
131+
file_path: example_data/Basic_example_vuegen_demo_notebook/3_Networks/2_Static_networks/1_phyla_correlation_network.png
132132
description: ''
133133
caption: ''
134134
component_type: plot
@@ -140,18 +140,18 @@ sections:
140140
description: ''
141141
components:
142142
- title: Plot
143-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/4_Html/1_All_html/1_plot.html
143+
file_path: example_data/Basic_example_vuegen_demo_notebook/4_Html/1_All_html/1_plot.html
144144
description: ''
145145
caption: ''
146146
component_type: html
147147
- title: Ckg Network
148-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/4_Html/1_All_html/2_ckg_network.html
148+
file_path: example_data/Basic_example_vuegen_demo_notebook/4_Html/1_All_html/2_ckg_network.html
149149
description: ''
150150
caption: ''
151151
component_type: plot
152152
plot_type: interactive_network
153153
- title: Multiqc Report
154-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/4_Html/1_All_html/3_multiqc_report.html
154+
file_path: example_data/Basic_example_vuegen_demo_notebook/4_Html/1_All_html/3_multiqc_report.html
155155
description: ''
156156
caption: ''
157157
component_type: html
@@ -162,7 +162,7 @@ sections:
162162
description: ''
163163
components:
164164
- title: Readme
165-
file_path: ./docs/example_data/Basic_example_vuegen_demo_notebook/5_Markdown/1_All_markdown/README.md
165+
file_path: example_data/Basic_example_vuegen_demo_notebook/5_Markdown/1_All_markdown/README.md
166166
description: ''
167167
caption: ''
168168
component_type: markdown

docs/example_config_files/Earth_microbiome_vuegen_demo_notebook_config.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ sections:
2222
description: ''
2323
components:
2424
- title: Metadata Random Subset
25-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/1_Exploratory_data_analysis/1_sample_exploration/1_metadata_random_subset.csv
25+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/1_Exploratory_data_analysis/1_sample_exploration/1_metadata_random_subset.csv
2626
description: ''
2727
caption: ''
2828
component_type: DATAFRAME
2929
file_format: CSV
3030
delimiter: ','
3131
- title: Animal Samples Map
32-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/1_Exploratory_data_analysis/1_sample_exploration/2_animal_samples_map.png
32+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/1_Exploratory_data_analysis/1_sample_exploration/2_animal_samples_map.png
3333
description: ''
3434
caption: ''
3535
component_type: PLOT
3636
plot_type: STATIC
3737
- title: Plant Samples Map
38-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/1_Exploratory_data_analysis/1_sample_exploration/3_plant_samples_map.json
38+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/1_Exploratory_data_analysis/1_sample_exploration/3_plant_samples_map.json
3939
description: ''
4040
caption: ''
4141
component_type: PLOT
4242
plot_type: PLOTLY
4343
- title: Saline Samples Map
44-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/1_Exploratory_data_analysis/1_sample_exploration/4_saline_samples_map.json
44+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/1_Exploratory_data_analysis/1_sample_exploration/4_saline_samples_map.json
4545
description: ''
4646
caption: ''
4747
component_type: PLOT
@@ -62,13 +62,13 @@ sections:
6262
dataset.
6363
components:
6464
- title: Alpha Diversity Host Associated Samples
65-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/1_alpha_diversity/1_alpha_diversity_host_associated_samples.png
65+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/1_alpha_diversity/1_alpha_diversity_host_associated_samples.png
6666
description: ''
6767
caption: ''
6868
component_type: PLOT
6969
plot_type: STATIC
7070
- title: Alpha Diversity Free Living Samples
71-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/1_alpha_diversity/2_alpha_diversity_free_living_samples.json
71+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/1_alpha_diversity/2_alpha_diversity_free_living_samples.json
7272
description: ''
7373
caption: ''
7474
component_type: PLOT
@@ -77,13 +77,13 @@ sections:
7777
description: ''
7878
components:
7979
- title: Average Copy Number Emp Ontology Level2
80-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/2_average_copy_number/1_average_copy_number_emp_ontology_level2.png
80+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/2_average_copy_number/1_average_copy_number_emp_ontology_level2.png
8181
description: ''
8282
caption: ''
8383
component_type: PLOT
8484
plot_type: STATIC
8585
- title: Average Copy Number Emp Ontology Level3
86-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/2_average_copy_number/2_average_copy_number_emp_ontology_level3.json
86+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/2_average_copy_number/2_average_copy_number_emp_ontology_level3.json
8787
description: ''
8888
caption: ''
8989
component_type: PLOT
@@ -92,32 +92,32 @@ sections:
9292
description: ''
9393
components:
9494
- title: Nestedness Random Subset
95-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/1_nestedness_random_subset.csv
95+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/1_nestedness_random_subset.csv
9696
description: ''
9797
caption: ''
9898
component_type: DATAFRAME
9999
file_format: CSV
100100
delimiter: ','
101101
- title: All Samples
102-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/2_all_samples.json
102+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/2_all_samples.json
103103
description: ''
104104
caption: ''
105105
component_type: PLOT
106106
plot_type: PLOTLY
107107
- title: Plant Samples
108-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/3_plant_samples.json
108+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/3_plant_samples.json
109109
description: ''
110110
caption: ''
111111
component_type: PLOT
112112
plot_type: PLOTLY
113113
- title: Animal Samples
114-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/4_animal_samples.png
114+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/4_animal_samples.png
115115
description: ''
116116
caption: ''
117117
component_type: PLOT
118118
plot_type: STATIC
119119
- title: Non Saline Samples
120-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/5_non_saline_samples.png
120+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/2_Metagenomics/3_nestedness/5_non_saline_samples.png
121121
description: ''
122122
caption: ''
123123
component_type: PLOT
@@ -139,21 +139,21 @@ sections:
139139
description: ''
140140
components:
141141
- title: Phyla Counts Subset
142-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/3_Network_analysis/1_phyla_association_networks/1_phyla_counts_subset.csv
142+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/3_Network_analysis/1_phyla_association_networks/1_phyla_counts_subset.csv
143143
description: ''
144144
caption: ''
145145
component_type: DATAFRAME
146146
file_format: CSV
147147
delimiter: ','
148148
- title: Phyla Correlation Network With 0.5 Threshold Edgelist
149-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/3_Network_analysis/1_phyla_association_networks/2_phyla_correlation_network_with_0.5_threshold_edgelist.csv
149+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/3_Network_analysis/1_phyla_association_networks/2_phyla_correlation_network_with_0.5_threshold_edgelist.csv
150150
description: ''
151151
caption: ''
152152
component_type: PLOT
153153
plot_type: INTERACTIVE_NETWORK
154154
csv_network_format: EDGELIST
155155
- title: Phyla Correlation Network With 0.5 Threshold
156-
file_path: ./docs/example_data/Earth_microbiome_vuegen_demo_notebook/3_Network_analysis/1_phyla_association_networks/3_phyla_correlation_network_with_0.5_threshold.png
156+
file_path: example_data/Earth_microbiome_vuegen_demo_notebook/3_Network_analysis/1_phyla_association_networks/3_phyla_correlation_network_with_0.5_threshold.png
157157
description: ''
158158
caption: ''
159159
component_type: PLOT

0 commit comments

Comments
 (0)