Skip to content

Commit 5e6eebb

Browse files
committed
update codemeta.json
1 parent 5c6b55a commit 5e6eebb

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed

codemeta.json

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"applicationCategory": "Biology",
55
"author": [
66
{
7-
"id": "https://orcid.org/ 0000-0002-0220-0482",
7+
"id": "https://orcid.org/0000-0002-0220-0482",
88
"type": "Person",
99
"affiliation": {
1010
"type": "Organization",
@@ -15,7 +15,7 @@
1515
"givenName": "Bertrand"
1616
},
1717
{
18-
"id": "https://orcid.org/ 0000-0002-5231-3346",
18+
"id": "https://orcid.org/0000-0002-5231-3346",
1919
"type": "Person",
2020
"affiliation": {
2121
"type": "Organization",
@@ -26,7 +26,7 @@
2626
"givenName": "Sophie"
2727
},
2828
{
29-
"id": "https://orcid.org/ 0000-0001-7704-822X",
29+
"id": "https://orcid.org/0000-0001-7704-822X",
3030
"type": "Person",
3131
"affiliation": {
3232
"type": "Organization",
@@ -40,7 +40,7 @@
4040
"codeRepository": "https://github.com/gem-pasteur/macsylib",
4141
"contributor": [
4242
{
43-
"id": "https://orcid.org/ 0000-0002-7552-1009",
43+
"id": "https://orcid.org/0000-0002-7552-1009",
4444
"type": "Person",
4545
"affiliation": {
4646
"type": "Organization",
@@ -72,7 +72,7 @@
7272
"givenName": "Rémi"
7373
},
7474
{
75-
"id": "https://orcid.org/ 0000-0001-7389-447X",
75+
"id": "https://orcid.org/0000-0001-7389-447X",
7676
"type": "Person",
7777
"affiliation": {
7878
"type": "Organization",
@@ -83,7 +83,7 @@
8383
"givenName": "Marie"
8484
},
8585
{
86-
"id": "https://orcid.org/ 0000-0003-4797-6185",
86+
"id": "https://orcid.org/0000-0003-4797-6185",
8787
"type": "Person",
8888
"affiliation": {
8989
"type": "Organization",
@@ -94,7 +94,7 @@
9494
"givenName": "Amandine"
9595
},
9696
{
97-
"id": "https://orcid.org/ 0000-0002-0930-8920",
97+
"id": "https://orcid.org/0000-0002-0930-8920",
9898
"type": "Person",
9999
"affiliation": {
100100
"type": "Organization",
@@ -109,39 +109,49 @@
109109
"type": "Person",
110110
"email": "charles.mcfarland@trellix.com",
111111
"givenName": "TrellixVulnTeam"
112+
},
113+
{
114+
"id": "https://orcid.org/0000-0002-2961-9670",
115+
"type": "Person",
116+
"email": "crusoe@debian.org",
117+
"familyName": "Crusoe",
118+
"givenName": "Michael R."
112119
}
113120
],
114-
"dateCreated": "2025-01-02",
115-
"description": "MacSyLib is a package to model and detect macromolecular systems, genetic pathways… in prokaryotes protein datasets.",
116-
"downloadUrl": "https://pypi.org/project/MacSyLib",
121+
"dateCreated": "2025-07-01",
122+
"dateModified": "2025-08-01",
123+
"datePublished": "2025-08-01",
124+
"description": "MacSyLib is a python library to model and detect macromolecular systems, genetic pathways… in prokaryotes protein datasets.",
125+
"downloadUrl": "https://pypi.org/project/MacSyLib/",
117126
"funder": {
118127
"type": "Organization",
119-
"name": "Institut Pasteur Paris"
128+
"name": "Institut Pasteur Paris, CNRS"
120129
},
121130
"keywords": [
122131
"bioinformatics",
123132
"functional genomics",
124133
"gene functional annotation"
125134
],
126135
"license": "https://spdx.org/licenses/GPL-3.0+",
127-
"name": "MacSyLib",
136+
"name": "macsylib",
128137
"operatingSystem": [
129138
"Linux",
130139
"BSD",
131140
"macOS"
132141
],
133142
"programmingLanguage": "Python",
134-
"relatedLink": "https://pypi.org/project/MacSyLib/",
143+
"relatedLink": "https://pypi.org/project/MacSyLib",
135144
"softwareRequirements": [
136-
"Python >= 3.10",
137-
"hmmer >= 3.1"
145+
"https://www.python.org/downloads/ (>= 3.10)",
146+
"http://hmmer.org/ (>= 3.1)"
138147
],
139-
"version": "2.1.5",
148+
"version": "1.0",
140149
"codemeta:contIntegration": {
141150
"id": "https://github.com/gem-pasteur/macsylib/actions"
142151
},
143152
"continuousIntegration": "https://github.com/gem-pasteur/macsylib/actions",
144153
"developmentStatus": "active",
145-
"issueTracker": "https://github.com/gem-pasteur/macsylib/issues",
154+
"isSourceCodeOf": "MacSyFinder",
155+
"issueTracker": "https://github.com/gem-pasteur/macsylibr/issues",
146156
"referencePublication": "https://doi.org/10.24072/pcjournal.250"
147157
}

0 commit comments

Comments
 (0)