Skip to content

Commit

Permalink
Fix error in PAF file (#11)
Browse files Browse the repository at this point in the history
Also add an unmapped PAF file
  • Loading branch information
jakobnissen authored Jun 21, 2024
1 parent b1a9a76 commit 388af9b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PAF/good2.paf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
中国科学院大学 2147483647 3 301145 + CP004047.1 6701780 6115750 6416892 301142 301142 0 tp:A:S cm:i:29990 s1:i:301142 dv:f:-13.2442e-18 rl:i:0000 xX:H:ea19fe1b K1:B:c15,9,22,127,-12,-128,0
中国科学院大学 2147483647 3 301145 + CP004047.1 6701780 6115750 6416892 301142 301142 0 tp:A:S cm:i:29990 s1:i:301142 dv:f:-13.2442e-18 rl:i:0000 xX:H:ea19fe1b K1:B:c,15,9,22,127,-12,-128,0
[[[\]\]] 299273 0 299273 - CP015426.1 3334732 950389 1249662 299269 299273 0 dv:f:1.243e-4 rl:i:38 kk:Z:!=[]! And then~~
299273 0 299273 + CP015427.1 3346636 2317212 2622051 299252 304839 0 dv:f:+17e21 rl:i:38

Expand Down
2 changes: 2 additions & 0 deletions PAF/good3.paf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
query 56 3 52 * * 5298872 2793194 2793243 49 49 0 tp:A:S cm:i:4 s1:i:49 dv:f:0.0117 rl:i:0
another 9 0 4 + abc 5 1 5 4 4 0
6 changes: 6 additions & 0 deletions PAF/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ comments = [
"Zero-length name field",
"Various AUX tags",
]

[[valid]]
filename = "good3.paf"
comments = [
"Unmapped record"
]
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FormatSpecimens"
uuid = "3372ea36-2a1a-11e9-3eb7-996970b6ffbd"
authors = ["Ben J. Ward <[email protected]"]
version = "1.2.0"
version = "1.3.0"

[deps]
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Expand Down

2 comments on commit 388af9b

@jakobnissen
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/109483

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.0 -m "<description of version>" 388af9bfd5e8325b7bafca70bf0b57cfbcf44465
git push origin v1.3.0

Please sign in to comment.