-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-test-data-and-CI' into 'dev'
Fix wrong basecall model in test data [CW-4528] See merge request epi2melabs/workflows/wf-artic!165
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,13 @@ docker-run: | |
parallel: | ||
matrix: | ||
- MATRIX_NAME: [ | ||
# "Midnight-ONT/V1", | ||
# "Midnight-ONT/V2", | ||
# "ARTIC/V4.1", | ||
# "ARTIC/V5.3.2", | ||
# "Midnight-IDT/V2", | ||
# "NEB-VarSkip/v2", | ||
# "no-basecall-model", | ||
"Midnight-ONT/V1", | ||
"Midnight-ONT/V2", | ||
"ARTIC/V4.1", | ||
"ARTIC/V5.3.2", | ||
"Midnight-IDT/V2", | ||
"NEB-VarSkip/v2", | ||
"no-basecall-model", | ||
"no-basecall-model-override-basecaller-cfg", | ||
] | ||
rules: | ||
|
@@ -48,11 +48,11 @@ docker-run: | |
NF_WORKFLOW_OPTS: "--fastq test_data/fastq --sample_sheet test_data/sample_sheet.csv --scheme_name SARS-CoV-2 --scheme_version NEB-VarSkip/v2" | ||
- if: $MATRIX_NAME == "no-basecall-model" | ||
variables: | ||
NF_WORKFLOW_OPTS: "--fastq test_data/fastq/barcode01-no-basecall-model --scheme_name SARS-CoV-2 --scheme_version NEB-VarSkip/v2" | ||
NF_WORKFLOW_OPTS: "--fastq test_data/fastq-no-basecall-model --scheme_name SARS-CoV-2 --scheme_version NEB-VarSkip/v2" | ||
ASSERT_NEXTFLOW_FAILURE: 1 | ||
ASSERT_NEXTFLOW_FAILURE_REXP: Found no basecall model information in the input data for sample .*\. Please provide it with the `--override_basecaller_cfg` parameter. | ||
- if: $MATRIX_NAME == "no-basecall-model-override-basecaller-cfg" | ||
variables: | ||
NF_WORKFLOW_OPTS: "--fastq test_data/fastq/barcode01-no-basecall-model --scheme_name SARS-CoV-2 --scheme_version NEB-VarSkip/v2 --override_basecaller_cfg [email protected]" | ||
NF_WORKFLOW_OPTS: "--fastq test_data/fastq-no-basecall-model --scheme_name SARS-CoV-2 --scheme_version NEB-VarSkip/v2 --override_basecaller_cfg [email protected]" | ||
# the wf won't fail if artic fails; make sure we got a status of `1` in the consensus status file | ||
AFTER_NEXTFLOW_CMD: awk '$$1 == "barcode01-no-basecall-model" {if ($$2 != 1) exit 1}' $$PWD/$$CI_PROJECT_NAME/consensus_status.txt | ||
AFTER_NEXTFLOW_CMD: awk '$$1 == "barcode01" {if ($$2 != 1) exit 1}' $$PWD/$$CI_PROJECT_NAME/consensus_status.txt |
File renamed without changes.
Binary file modified
BIN
-1.75 KB
(100%)
test_data/fastq/barcode01/fastq_runid_0000000000000000000000000000000000000000_0_0.fastq.gz
Binary file not shown.
Binary file modified
BIN
+358 Bytes
(100%)
test_data/fastq/barcode02/fastq_runid_0000000000000000000000000000000000000000_0_0.fastq.gz
Binary file not shown.