Skip to content

Commit

Permalink
changed creator ORCID to full URI where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed May 25, 2022
1 parent 5b38171 commit 411e01c
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bump_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021 CRS4
# Copyright (c) 2021-2022 CRS4
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.1.3] 2022-05-25

### Changed
- Changed creator ORCID to absolute URI

## [0.1.2] 2021-12-13

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"creator": [
{
"class": "Person",
"identifier": "0000-0002-0621-6705",
"identifier": "https://orcid.org/0000-0002-0621-6705",
"name": "Simon Bray"
},
{
"class": "Person",
"identifier": "0000-0001-6879-5194",
"identifier": "https://orcid.org/0000-0001-6879-5194",
"name": "Tim Dudgeon"
}
],
"format-version": "0.1",
"license": "MIT",
"name": "Fragment-based virtual screening using rDock for docking and SuCOS for pose scoring",
"release": "0.1.2",
"release": "0.1.3",
"steps": {
"0": {
"annotation": "Number of docking poses to generate per input compound",
Expand Down
5 changes: 5 additions & 0 deletions workflows/computational-chemistry/gromacs-dctmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.1.3] 2022-05-25

### Changed
- Changed creator ORCID to absolute URI

## [0.1.2] 2021-12-13

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"creator": [
{
"class": "Person",
"identifier": "0000-0002-0621-6705",
"identifier": "https://orcid.org/0000-0002-0621-6705",
"name": "Simon Bray"
}
],
"format-version": "0.1",
"license": "MIT",
"name": "dcTMD calculations with GROMACS",
"release": "0.1.2",
"release": "0.1.3",
"steps": {
"0": {
"annotation": "List of atom indices (separated with spaces) which make up the protein pull group",
Expand Down Expand Up @@ -756,7 +756,7 @@
"creator": [
{
"class": "Person",
"identifier": "0000-0002-0621-6705",
"identifier": "https://orcid.org/0000-0002-0621-6705",
"name": "Simon Bray"
}
],
Expand Down
5 changes: 5 additions & 0 deletions workflows/computational-chemistry/gromacs-mmgbsa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.1.3] 2022-05-25

### Changed
- Changed creator ORCID to absolute URI

## [0.1.2] 2021-12-13

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"creator": [
{
"class": "Person",
"identifier": "0000-0002-0621-6705",
"identifier": "https://orcid.org/0000-0002-0621-6705",
"name": "Simon Bray"
}
],
"format-version": "0.1",
"license": "MIT",
"name": "MMGBSA calculations with GROMACS",
"release": "0.1.2",
"release": "0.1.3",
"steps": {
"0": {
"annotation": "Size of the MMGBSA ensemble",
Expand Down Expand Up @@ -433,7 +433,7 @@
"creator": [
{
"class": "Person",
"identifier": "0000-0002-0621-6705",
"identifier": "https://orcid.org/0000-0002-0621-6705",
"name": "Simon Bray"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.1.3] 2022-05-25

### Changed
- Changed creator ORCID to absolute URI

## [0.1.2] 2021-12-13

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"creator": [
{
"class": "Person",
"identifier": "0000-0002-0621-6705",
"identifier": "https://orcid.org/0000-0002-0621-6705",
"name": "Simon Bray"
}
],
"format-version": "0.1",
"license": "MIT",
"name": "Create GRO and TOP complex files",
"release": "0.1.2",
"release": "0.1.3",
"steps": {
"0": {
"annotation": "pH for protonating the ligand. Set to -1.0 to skip.",
Expand Down
2 changes: 1 addition & 1 deletion workflows/gen_crates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021 CRS4
# Copyright (c) 2021-2022 CRS4
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.2.3] 2022-05-25

### Changed
- Changed creator ORCID to absolute URI

## [0.2.2] 2021-12-13

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"creator": [
{
"class": "Person",
"identifier": "0000-0001-6553-5274",
"identifier": "https://orcid.org/0000-0001-6553-5274",
"name": "Peter van Heusden"
}
],
"release": "0.2.2",
"release": "0.2.3",
"format-version": "0.1",
"license": "MIT",
"name": "SARS-CoV-2 Illumina Amplicon pipeline - iVar based",
Expand Down

0 comments on commit 411e01c

Please sign in to comment.