Skip to content

Commit

Permalink
fixed dimensionality for alignment pipelines, updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
B3rse committed Dec 4, 2023
1 parent 29cefce commit 9c2a48f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.1.1
3 changes: 3 additions & 0 deletions docs/news-main.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
================
News and Updates
================
**v1.1.1**

* Fixed dimensionality for upstream pipelines

**v1.1.0**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ input:
# File argument
fastqs_R1:
argument_type: file.fastq
dimensionality: 1
dimensionality: 2

fastqs_R2:
argument_type: file.fastq
dimensionality: 1
dimensionality: 2

reference_bwa:
argument_type: file.bwt
Expand Down Expand Up @@ -71,12 +71,12 @@ workflows:
fastq_R1:
argument_type: file.fastq
source_argument_name: fastqs_R1
scatter: 1
scatter: 2

fastq_R2:
argument_type: file.fastq
source_argument_name: fastqs_R2
scatter: 1
scatter: 2

reference_fa:
argument_type: file.fa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ input:
# File argument
fastqs_R1:
argument_type: file.fastq
dimensionality: 1
dimensionality: 2

fastqs_R2:
argument_type: file.fastq
dimensionality: 1
dimensionality: 2

reference_bwa:
argument_type: file.bwt
Expand Down Expand Up @@ -67,12 +67,12 @@ workflows:
fastq_R1:
argument_type: file.fastq
source_argument_name: fastqs_R1
scatter: 1
scatter: 2

fastq_R2:
argument_type: file.fastq
source_argument_name: fastqs_R2
scatter: 1
scatter: 2

reference_fa:
argument_type: file.fa
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cgap-pipeline-main"
version = "1.1.0"
version = "1.1.1"
description = "Main repository for deploying pipelines that impelement the CGAP-pipeline specification."
authors = ["CGAP Team"]

Expand Down

0 comments on commit 9c2a48f

Please sign in to comment.