Skip to content

Commit

Permalink
Merge pull request #210 from lldelisle/update_author_RNAseq
Browse files Browse the repository at this point in the history
RNA-seq add author in dockstore file
  • Loading branch information
mvdbeek authored Sep 14, 2023
2 parents 0108638 + f6f1dde commit ea2c65f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
6 changes: 5 additions & 1 deletion workflows/transcriptomics/rnaseq-pe/.dockstore.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 1.2
workflows:
- name: main
primaryDescriptorPath: /rnaseq-pe.ga
subclass: Galaxy
publish: true
primaryDescriptorPath: /rnaseq-pe.ga
testParameterFiles:
- /rnaseq-pe-tests.yml
authors:
- name: Lucille Delisle
orcid: 0000-0002-1964-4960
4 changes: 4 additions & 0 deletions workflows/transcriptomics/rnaseq-pe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog


## [0.4.1] 2023-09-14
- add author in dockstore file

## [0.4] 2023-01-16

### Automatic update
Expand Down
2 changes: 1 addition & 1 deletion workflows/transcriptomics/rnaseq-pe/rnaseq-pe.ga
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"format-version": "0.1",
"license": "MIT",
"release": "0.4",
"release": "0.4.1",
"name": "RNAseq_PE",
"steps": {
"0": {
Expand Down
6 changes: 5 additions & 1 deletion workflows/transcriptomics/rnaseq-sr/.dockstore.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 1.2
workflows:
- name: main
primaryDescriptorPath: /rnaseq-sr.ga
subclass: Galaxy
publish: true
primaryDescriptorPath: /rnaseq-sr.ga
testParameterFiles:
- /rnaseq-sr-tests.yml
authors:
- name: Lucille Delisle
orcid: 0000-0002-1964-4960
3 changes: 3 additions & 0 deletions workflows/transcriptomics/rnaseq-sr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.4.1] 2023-09-14
- add author in dockstore file

## [0.4] 2023-01-16

### Automatic update
Expand Down
2 changes: 1 addition & 1 deletion workflows/transcriptomics/rnaseq-sr/rnaseq-sr.ga
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format-version": "0.1",
"license": "MIT",
"name": "RNAseq_SR",
"release": "0.4",
"release": "0.4.1",
"steps": {
"0": {
"annotation": "Should be a list of single-read RNA-seq fastqs",
Expand Down

0 comments on commit ea2c65f

Please sign in to comment.