Skip to content

Commit

Permalink
update for latest camlhmp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 authored Aug 15, 2024
1 parent b27fe69 commit e01a831
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.0 rpetit3/sccmec "USA300" 2024/08/15

- Update for latest camlhmp changes

## v1.0.0 rpetit3/sccmec "MRSA" 2024/04/30

- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ conda activate sccmec
sccmec --help
```

__Note:__ `sccmec` is just a wrapper around [camlhmp-blast](https://github.com/rpetit3/camlhmp?tab=readme-ov-file#camlhmp-blast)
__Note:__ `sccmec` is just a wrapper around [camlhmp](https://github.com/rpetit3/camlhmp)
with the defaults for `--yaml` and `--targets` already set. Please don't let this confuse you
when you see all the camels!

Expand All @@ -54,7 +54,7 @@ when you see all the camels!
```bash
Usage: camlhmp-blast [OPTIONS]

🐪 camlhmp-blast 🐪 - Classify assemblies with a camlhmp schema using BLAST
🐪 camlhmp-blast-targets 🐪 - Classify assemblies with a camlhmp schema using BLAST

╭─ Options ───────────────────────────────────────────────────────────────────────────────────╮
│ --version -V Show the version and exit. │
Expand Down
1 change: 0 additions & 1 deletion bin/sccmec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
version="1.0.0"
sccmec_dir=$(dirname $0)

CAML_YAML="${sccmec_dir}/../data/sccmec.yaml" \
Expand Down
1 change: 0 additions & 1 deletion bin/sccmec-bioconda
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
version="1.0.0"
sccmec_dir=$(dirname $0)

CAML_YAML="${sccmec_dir}/../share/sccmec/sccmec.yaml" \
Expand Down
2 changes: 1 addition & 1 deletion data/sccmec-regions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
id: "sccmec_regions" # id of the schema
name: "SCCmec Typing" # name of the schema
description: "A schema for SCCmec typing using full cassettes" # description of the schema
version: "1.0.0" # version of the schema
version: "1.1.0" # version of the schema
curators: # A list of curators of the schema
- "Robert A. Petit III"

Expand Down
2 changes: 1 addition & 1 deletion data/sccmec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
id: "sccmec" # id of the schema
name: "SCCmec Typing" # name of the schema
description: "A schema for SCCmec typing" # description of the schema
version: "1.0.0" # version of the schema
version: "1.1.0" # version of the schema
curators: # A list of curators of the schema
- "Robert Petit"

Expand Down

0 comments on commit e01a831

Please sign in to comment.