Skip to content

Commit

Permalink
pre-commit run --all-files
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy committed Dec 17, 2024
1 parent c60ed34 commit fa63139
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .nf-core.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lint:
files_unchanged:
- assets/nf-core-pairgenomealign_logo_light.png
- docs/images/nf-core-pairgenomealign_logo_light.png
- docs/images/nf-core-pairgenomealign_logo_dark.png
- assets/nf-core-pairgenomealign_logo_light.png
- docs/images/nf-core-pairgenomealign_logo_light.png
- docs/images/nf-core-pairgenomealign_logo_dark.png
nf_core_version: 3.1.0
repository_type: pipeline
template:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## v1.1.1 "Kani nabe" - [December 17th, 2024]

This release brings the pipeline to the standards of Nextflow 24.10.0 and
nf-core 3.1.0. No changes were made to the alignment process.
nf-core 3.1.0. No changes were made to the alignment process.

## v1.1.0 "Nattou maki" - [September 27th, 2024]

Expand Down
25 changes: 6 additions & 19 deletions ro-crate-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@
},
{
"@id": "main.nf",
"@type": [
"File",
"SoftwareSourceCode",
"ComputationalWorkflow"
],
"@type": ["File", "SoftwareSourceCode", "ComputationalWorkflow"],
"dateCreated": "",
"dateModified": "2024-12-17T10:02:25Z",
"dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/",
Expand All @@ -143,25 +139,16 @@
"synteny",
"whole-genome-alignment"
],
"license": [
"MIT"
],
"name": [
"nf-core/pairgenomealign"
],
"license": ["MIT"],
"name": ["nf-core/pairgenomealign"],
"programmingLanguage": {
"@id": "https://w3id.org/workflowhub/workflow-ro-crate#nextflow"
},
"sdPublisher": {
"@id": "https://nf-co.re/"
},
"url": [
"https://github.com/nf-core/pairgenomealign",
"https://nf-co.re/pairgenomealign/1.1.1/"
],
"version": [
"1.1.1"
]
"url": ["https://github.com/nf-core/pairgenomealign", "https://nf-co.re/pairgenomealign/1.1.1/"],
"version": ["1.1.1"]
},
{
"@id": "https://w3id.org/workflowhub/workflow-ro-crate#nextflow",
Expand Down Expand Up @@ -335,4 +322,4 @@
"name": "Charles Plessy"
}
]
}
}

0 comments on commit fa63139

Please sign in to comment.