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

255 readsqc output update v1012 #257

Open
wants to merge 2 commits into
base: 252-workflow-automation-berkley-rc1
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion configs/import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Workflows:
Import: true
Type: nmdc:ReadQcAnalysis
Git_repo: https://github.com/microbiomedata/ReadsQC
Version: v1.0.8
Version: v1.0.12
Collection: workflow_execution_set
WorkflowExecutionRange: ReadQcAnalysis
Inputs:
Expand Down
9 changes: 4 additions & 5 deletions nmdc_automation/config/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ Workflows:
Enabled: True
Analyte Category: Metagenome
Git_repo: https://github.com/microbiomedata/ReadsQC
Version: v1.0.8
Version: v1.0.12
WDL: rqcfilter.wdl
Collection: workflow_execution_set
Filter Input Objects:
- Metagenome Raw Reads
Predecessors:
- Sequencing
- Sequencing Interleaved
Input_prefix: nmdc_rqcfilter
Inputs:
Expand Down Expand Up @@ -57,14 +56,14 @@ Workflows:
Enabled: True
Analyte Category: Metagenome
Git_repo: https://github.com/microbiomedata/ReadsQC
Version: v1.0.8
Version: v1.0.12
Collection: workflow_execution_set
WDL: interleave_rqcfilter.wdl
Input_prefix: nmdc_rqcfilter
Inputs:
proj: "{workflow_execution_id}"
input_fastq1: do:Metagenome Raw Read 1
input_fastq2: do:Metagenome Raw Read 2
input_fq1: do:Metagenome Raw Read 1
input_fq2: do:Metagenome Raw Read 2
Filter Input Objects:
- Metagenome Raw Read 1
- Metagenome Raw Read 2
Expand Down
Loading