Skip to content

Commit af5f950

Browse files
committed
UPD pre-release (2)
1 parent 216cfa1 commit af5f950

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+332
-324
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
1212

1313
### Changed
1414

15+
- API version management
1516
- utils
1617
- Error handling
1718
- Documentation

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ single-base resolution.
1010
<p align="center">
1111
<a href="https://dieterich-lab.github.io/scimodom/index.html"><img alt="docs" src="https://github.com/dieterich-lab/scimodom/actions/workflows/static.yml/badge.svg"></a>
1212
<a href="https://doi.org/10.5281/zenodo.13911907"><img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.13911907.svg"></a>
13+
<a href="https://img.shields.io/github/v/release/dieterich-lab/scimodom"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/dieterich-lab/scimodom"></a>
1314
<a href="https://www.gnu.org/licenses/agpl-3.0"><img alt="License: AGPL v3" src="https://img.shields.io/badge/License-AGPL_v3-blue.svg"></a>
1415
</p>
1516

Diff for: client/src/components/compare/CompareStepA.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ref, computed } from 'vue'
33
import TaxaSelection from '@/components/ui/TaxaSelection.vue'
44
import DatasetSelectionMulti from '@/components/ui/DatasetSelectionMulti.vue'
55
import { type Dataset, getDatasetsByTaxaId } from '@/services/dataset'
6-
import { type Taxa } from '@/services/selection'
6+
import { type Taxa } from '@/services/taxa'
77
import { type ResultStepA } from '@/utils/comparison'
88
99
const model = defineModel<ResultStepA>()

Diff for: client/src/components/documentation/DocAbout.vue

+7-2
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,15 @@ import img2 from '@/assets/images/docs/about2.png'
115115
>.
116116
</p>
117117
<p class="indent-4 text-xl leading-relaxed mt-4 mb-2">
118-
Consult our development plan for 2024
118+
Check out the latest features
119119
<RouterLink class="pl-2 animate-pulse" :to="{ name: 'roadmap' }">
120120
<!-- <a class="pl-2 animate-pulse" href="https://www.trr319-rmap.de" target="_blank" rel="noopener noreferrer"> -->
121-
<Button icon="pi pi-arrow-right" size="small" label="Learn more" rounded />
121+
<Button
122+
icon="pi pi-arrow-right"
123+
size="small"
124+
label="Learn more about our development plan for 2025"
125+
rounded
126+
/>
122127
</RouterLink>
123128
</p>
124129
</div>

Diff for: client/src/components/documentation/DocBrowse.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import img4 from '@/assets/images/docs/browse4.png'
4343
aggregated site-wise into bedRMod. Each dataset can be downloaded as a
4444
<a
4545
class="text-primary-500 hover:text-secondary-500"
46-
href="https://dieterich-lab.github.io/scimodom/bedrmod.html"
46+
href="https://dieterich-lab.github.io/euf-specs/"
4747
target="_blank"
4848
rel="noopener noreferrer"
4949
>bedRMod</a

Diff for: client/src/components/documentation/DocFAQs.vue

+24
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,30 @@
3333
</router-link>
3434
tool. Login is not required. Data is handled securely.
3535
</p>
36+
<p class="indent-4 text-lg underline underline-offset-8 decoration-gb-4/25 font-semibold">
37+
Can I get more information about the bedRMod format?
38+
</p>
39+
<p class="indent-4 text-lg leading-relaxed mt-2 mb-2">
40+
Yes, the official specifications are available at
41+
<a
42+
href="https://dieterich-lab.github.io/euf-specs/"
43+
class="text-primary-500 hover:text-secondary-500"
44+
rel="noopener noreferrer"
45+
target="_blank"
46+
>
47+
EU format specifications </a
48+
>. Sci-ModoM imposes a few additional requirements, <span class="italic">e.g.</span>
49+
only chromosomes are allowed, and they must be formatted according to the Ensembl short
50+
format. For details, consult the
51+
<a
52+
href="https://dieterich-lab.github.io/scimodom/bedrmod.html"
53+
class="text-primary-500 hover:text-secondary-500"
54+
rel="noopener noreferrer"
55+
target="_blank"
56+
>
57+
bedRMod format specification (Sci-ModoM) </a
58+
>.
59+
</p>
3660
<p class="indent-4 text-lg underline underline-offset-8 decoration-gb-4/25 font-semibold">
3761
Can I propose new datasets?
3862
</p>

Diff for: client/src/components/home/HomeFeatures.vue

+6-14
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,12 @@ import SectionLayout from '@/components/layout/SectionLayout.vue'
2121
Support and promote the
2222
<a
2323
class="text-primary-500 hover:text-secondary-500"
24-
href="https://dieterich-lab.github.io/scimodom/bedrmod.html"
24+
href="https://dieterich-lab.github.io/euf-specs/"
2525
target="_blank"
2626
rel="noopener noreferrer"
2727
>bedRMod</a
2828
>
29-
format. This format is similar to the
30-
<a
31-
class="text-primary-500 hover:text-secondary-500"
32-
href="https://www.encodeproject.org/data-standards/wgbs/"
33-
target="_blank"
34-
rel="noopener noreferrer"
35-
>ENCODE bedMethyl</a
36-
>
37-
format (BED9+2).
29+
format.
3830
</span>
3931
</div>
4032
<div class="col-12 md:col-4 mb-4 px-5">
@@ -53,7 +45,7 @@ import SectionLayout from '@/components/layout/SectionLayout.vue'
5345
</span>
5446
<div class="text-900 text-xl mb-3 font-medium dark:text-white/80">Tools</div>
5547
<span class="text-700 line-height-3 dark:text-white/80">
56-
Search and compare modifications across datasets.
48+
Search and compare modifications across datasets. Annotation, interactome.
5749
</span>
5850
</div>
5951
<div class="col-12 md:col-4 mb-4 px-5">
@@ -93,16 +85,16 @@ import SectionLayout from '@/components/layout/SectionLayout.vue'
9385
<span class="p-3 shadow-2 mb-3 inline-block surface-card" style="border-radius: 10px">
9486
<i class="pi pi-list text-4xl text-primary-500 dark:text-secondary-500"></i>
9587
</span>
96-
<div class="text-900 text-xl mb-3 font-medium dark:text-white/80">RNA processing</div>
88+
<div class="text-900 text-xl mb-3 font-medium dark:text-white/80">More...</div>
9789
<span class="text-700 line-height-3 dark:text-white/80">
98-
Integration of RNA processing and RNA-modification-aware MS data.</span
90+
Addition of RNA types (tRNA, rRNA), integration of RNA processing events.</span
9991
>
10092
</div>
10193
</div>
10294
</div>
10395
<div class="flex justify-center mt-8 animate-pulse">
10496
<RouterLink :to="{ name: 'about-docs' }">
105-
<Button icon="pi pi-arrow-right" label="Learn more" rounded />
97+
<Button icon="pi pi-arrow-right" label="Learn more about Sci-ModoM" rounded />
10698
</RouterLink>
10799
</div>
108100
</SectionLayout>

Diff for: client/src/components/home/HomeIntro.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import SectionLayout from '@/components/layout/SectionLayout.vue'
1919
</div>
2020
<div class="flex justify-center mt-4 animate-pulse">
2121
<a href="https://humanrnomeproject.org" target="_blank" rel="noopener noreferrer">
22-
<Button icon="pi pi-arrow-right" label="Learn more" rounded />
22+
<Button icon="pi pi-arrow-right" label="Learn more about the RNome project" rounded />
2323
</a>
2424
</div>
2525
<div class="flex justify-center mt-4 py-4">

0 commit comments

Comments
 (0)