Skip to content

Commit

Permalink
Merge release 2.25.1 into development (#360)
Browse files Browse the repository at this point in the history
* Streamline Nanopore models in Readme

* Add metabolomics facility for products (#358)

* Set version to 2.25.1 (#359)

---------

Co-authored-by: Steffengreiner <[email protected]>
Co-authored-by: Steffengreiner <[email protected]>
Co-authored-by: Sven F <[email protected]>
  • Loading branch information
4 people authored May 4, 2023
1 parent cb4e5d9 commit 462831d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 18 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ A Nanopore NGS measurement output is delivered to us as a nested folder structur

![Nanopore Data Structure Model](./doc/figures/Nanopore_Data_Structure_Model.svg)

A more recent model, which places two of the configuration files into a subfolder and adds the barcode alignment file, is also supported:

![Nanopore Data Structure Model v2](./doc/figures/Nanopore_Data_Structure_Model_v2.svg)

V4 outlines a model in which a second higher-accuracy basecalling was performed after the initial basecalling

![Nanopore Data Structure Model v4](./doc/figures/Nanopore_Data_Structure_Model_v4.svg)

#### Nanopore usage example

Expand Down
2 changes: 1 addition & 1 deletion doc/figures/Nanopore_Data_Structure_Model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions doc/figures/Nanopore_Data_Structure_Model_v2.svg

This file was deleted.

4 changes: 0 additions & 4 deletions doc/figures/Nanopore_Data_Structure_Model_v4.svg

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>life.qbic</groupId>
<artifactId>data-model-lib</artifactId>
<version>2.25.0</version>
<version>2.25.1</version>
<name>data-model-lib</name>
<url>http://github.com/qbicsoftware/data-model-lib</url>
<description>Data models. A collection of QBiC's central data models and DTOs. </description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ enum Facility {
QBIC("Quantitative Biology Center", "QBIC"),
CFMB_PCT("Proteomics Facility Tübingen", "Proteomics Facility"),
PCT("Proteome Center Tübingen", "PCT"),
CEGAT("CeGaT GmbH", "CeGaT GmbH")
CEGAT("CeGaT GmbH", "CeGaT GmbH"),
METABOLOMICS("Metabolomics Facility Tübingen", "Metabolomics Facility")

private final String fullName
private final String label
Expand Down

0 comments on commit 462831d

Please sign in to comment.