Skip to content

Commit

Permalink
RLS Version 0.4.0
Browse files Browse the repository at this point in the history
Major changes:
- Bundle a specific version of ARO with the package instead of downloading it from the internet (ensures reproducibility)
- Add missing ARO mappings to manual curation.
- Command line tool accept database/tool names in case-independent way (by @sebastianLedzianowski)
- `lib.map_to_aro` returns `None` if there is no mapping (raises an exception if the name is missing)
  • Loading branch information
luispedro committed Jun 10, 2024
1 parent 7da7beb commit 7f639a8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Changelog

## Unreleased
## 0.4.0 - 10 June

- Bundle a specific version of ARO with the package instead of downloading it from the internet (ensures reproducibility)
- Add ADD missing ARO mappings to manual curation. A few ARO mappings were missing in the manual curation and they have been added.
- Add missing ARO mappings to manual curation.

Additions:
- argannot_curation: (Phe)cpt_strepv:U09991:AAB36569:1412-1948:537 -> ARO: 3000249
- megares_curation: MEG_2114 -> ARO: 3000249, MEG_2430 -> ARO: 3000016, MEG_985 -> ARO: 3000229, MEG_2865 -> ARO:3000387, MEG_7974 -> ARO:3000076
- sarg_curation: AM180355.1.gene2260.p01 -> ARO: 3000250
- resfinder_curation: dldHA2X_1_AL939117 -> ARO:3003970, grdA_1_QJX10702 -> ARO:3007382, EstDL136_1_JN242251 -> ARO:3000387
- resfinderfg_curation: UDP-N-acetylmuramoyl-tripeptide--D-alanyl-D-alanine ligase|KF629588.1|pediatric_fecal_sample|CYC -> ARO:3003970
- Accept inputs in case-independent way on command-line (by @sebastianLedzianowski)
- Command line tool accept database/tool names in case-independent way (by @sebastianLedzianowski)
- `lib.map_to_aro` returns `None` if there is no mapping (raises an exception if the name is missing)


## 0.3.0 - 27 April 2024

Expand Down
11 changes: 11 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## What's New

## 0.4.0 - 10 June

### User-facing changes
- Command line tool accept database/tool names in case-independent way (by @sebastianLedzianowski)
- A few ARO mappings were missing in the manual curation and they have been added. See the [CHANGELOG](https://github.com/BigDataBiology/argNorm/blob/main/CHANGELOG.md) for more details.
- `lib.map_to_aro` returns `None` if there is no mapping (raises an exception if the name is missing)

### Internal changes

- Bundle a specific version of ARO with the package instead of downloading it from the internet (ensures reproducibility)

## 0.3.0 - 27 April 2024

### User-facing changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='argnorm',
version="0.3.0",
version="0.4.0",
author='ArgNorm Developers',
author_email='[email protected]',
url="https://github.com/BigDataBiology/argNorm",
Expand Down

0 comments on commit 7f639a8

Please sign in to comment.