Skip to content

Commit

Permalink
Changed: Changed info text to better reflect the original data set.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAnzel committed Jan 17, 2022
1 parent b54ae2c commit a697ec7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Source/case_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,17 +204,17 @@ def create_main_case_study():
col_1.info('''
This data set comes from the following paper:
**Herold, M., Martínez Arbas, S., Narayanasamy, S. et al.\
Integration of time-series meta-omics data reveals how microbial\
ecosystems respond to disturbance. Nat Commun 11, 5281(2020).\
https://doi.org/10.1038/s41467-020-19006-2**. Analyzed samples\
were collected from a biological wastewater treatment plant in\
**Herold, M., Martínez Arbas, S., Narayanasamy, S. et al.
Integration of time-series meta-omics data reveals how microbial
ecosystems respond to disturbance. Nat Commun 11, 5281(2020).
https://doi.org/10.1038/s41467-020-19006-2**. Analyzed samples
were collected from a biological wastewater treatment plant in
Schifflange, Luxembourg (49.513414, 6.017925). A precise location
is shown on the map located on the right.
It contains **genomics**, **metabolomics**, **proteomics**, and\
**physico-chemical** data. The code used to parse the data can be\
found here: [GitLab]
It contains **metagenomics**, **metabolomics**, **metaproteomics**,
and **physico-chemical** data. The code used to parse the data can
be found here: [GitLab]
(https://git-r3lab.uni.lu/malte.herold/laots_niche_ecology_analysis)
''')

Expand Down
16 changes: 8 additions & 8 deletions Source/example_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,17 @@ def create_main_example_1():
col_1.info('''
This data set comes from the following paper:
**Herold, M., Martínez Arbas, S., Narayanasamy, S. et al.\
Integration of time-series meta-omics data reveals how microbial\
ecosystems respond to disturbance. Nat Commun 11, 5281(2020).\
https://doi.org/10.1038/s41467-020-19006-2**. Analyzed samples\
were collected from a biological wastewater treatment plant in\
**Herold, M., Martínez Arbas, S., Narayanasamy, S. et al.
Integration of time-series meta-omics data reveals how microbial
ecosystems respond to disturbance. Nat Commun 11, 5281(2020).
https://doi.org/10.1038/s41467-020-19006-2**. Analyzed samples
were collected from a biological wastewater treatment plant in
Schifflange, Luxembourg (49.513414, 6.017925). A precise location
is shown on the map located on the right.
It contains **genomics**, **metabolomics**, **proteomics**, and\
**physico-chemical** data. The code used to parse the data can be\
found here: [GitLab]
It contains **metagenomics**, **metabolomics**, **metaproteomics**,
and **physico-chemical** data. The code used to parse the data can
be found here: [GitLab]
(https://git-r3lab.uni.lu/malte.herold/laots_niche_ecology_analysis)
''')

Expand Down

0 comments on commit a697ec7

Please sign in to comment.