Skip to content

Commit 90c0d6e

Browse files
authored
Merge pull request #10 from Integrative-Transcriptomics/dev
Merge dev into main
2 parents 77ce6bc + a0c032a commit 90c0d6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="256px" height="256px" src="https://github.com/Integrative-Transcriptomics/MUSIAL/blob/v2.4/media/logo_lucid_512.png">
2+
<img width="256px" height="256px" src="https://github.com/Integrative-Transcriptomics/MUSIAL/blob/77ce6bca5c468d4a29f28a0b6c4c0f262026d1d4/media/logo_lucid_512.png">
33
</p>
44

55
# MUSIAL
@@ -14,7 +14,7 @@ MUSIAL enables a comprehensive assessment of variability within a species at the
1414
- **Projection to genomic features (genes) facilitates allele- and proteoform-specific information** that supports the characterization of individual samples.
1515
- **VCF based sequence reconstruction** at nucleotide and protein sequence level and tabular reports on sample, feature and variant statistics.
1616

17-
## 🔧 Usage
17+
## 📖 Usage
1818

1919
An executable `jar` file (`Java 21`) is available from the [Releases](https://github.com/Integrative-Transcriptomics/MUSIAL/releases) section.
2020
MUSIAL operates on a modular, task-based architecture that is primarily initiated by the `build` task, which creates a JSON file (_storage_) as its primary output; this is then used as input for all other tasks.
@@ -83,7 +83,7 @@ Further details on the use of the software and internal workflows can be found i
8383

8484
## 🌐 Web Interface
8585

86-
To provide user-friendly access to its functionalities, MUSIAL is available via a web interface at https://musial-tuevis.cs.uni-tuebingen.de/; currently running version `v2.3.8`.
86+
To provide user-friendly access to its functionalities, MUSIAL is available via a web interface at https://musial-tuevis.cs.uni-tuebingen.de/ currently running version `v2.3.10`. The code is deposited in the `web` branch.
8787

8888
## 🔨 Build
8989

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Set meta-information for the project build.
33
*/
4-
version 'v2.4.0'
4+
version 'v2.4.1'
55
group 'de.tue.cs.ibmi.it'
66

77
println "Name: $name"

0 commit comments

Comments
 (0)