Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RNA-seq add author in dockstore file #210

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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