Closed Faizal-Eeman closed 7 months ago
Bleep bloop, I am a robot.
Alas, some of the Nextflow configuration tests failed!
@ ["params","input","BAM","normal",["set"],{}]
- "/hot/software/pipeline/pipeline-call-gSV/Nextflow/development/input/data/CPCG0196-B1-downsampled-a-partial-sorted.bam"
+ "/hot/software/pipeline/pipeline-call-gSV/Nextflow/development/input/data/BWA-MEM2-2.2.1_GATK-4.2.4.1_0000082_HG003_subsampled_5X_sorted.bam"
@ ["params","sample_to_process",["set"],{}]
- {"id":"8675309","path":"/hot/software/pipeline/pipeline-call-gSV/Nextflow/development/input/data/CPCG0196-B1-downsampled-a-partial-sorted.bam","sample_type":"normal"}
+ {"id":"8675309","path":"/hot/software/pipeline/pipeline-call-gSV/Nextflow/development/input/data/BWA-MEM2-2.2.1_GATK-4.2.4.1_0000082_HG003_subsampled_5X_sorted.bam","sample_type":"normal"}
If the above changes are surprising, stop and determine what happened.
If the above changes are expected, there are two ways to fix this:
/fix-tests
Bleep bloop, I am a robot.
I have updated all of the failing tests for you with 36af3c3c421b40a1cd6cb7f0b8de18d473c37173. You must review my work before merging this pull request!
Description
Use HG003 of 5X depth of coverage as test sample for NFTest. This sample works for all tests including
gCNV
.Closes #143
Testing Results
NFTest log - /hot/software/pipeline/pipeline-call-gSV/Nextflow/development/unreleased/mmootor-replace-NFtest-sample/sbatch-nftest-20240502T012041Z.log
Checklist
[x] I have read the code review guidelines and the code review best practice on GitHub check-list.
[x] I have reviewed the Nextflow pipeline standards.
[x] The name of the branch is meaningful and well formatted following the standards, using [AD_username (or 5 letters of AD if AD is too long)]-[brief_description_of_branch].
[x] I have set up or verified the branch protection rule following the github standards before opening this pull request.
[x] I have added my name to the contributors listings in the
manifest
block in thenextflow.config
as part of this pull request, am listed already, or do not wish to be listed. (This acknowledgement is optional.)[x] I have added the changes included in this pull request to the
CHANGELOG.md
under the next release version or unreleased, and updated the date.[x] I have updated the version number in the
metadata.yaml
andmanifest
block of thenextflow.config
file following semver, or the version number has already been updated. (Leave it unchecked if you are unsure about new version number and discuss it with the infrastructure team in this PR.)[x] I have tested the pipeline on at least one A-mini sample with
run_delly = true
,run_manta = true
,run_qc = true
. Forrun_delly = true
, I have tested 'variant_type' set togSV
,gCNV
, and both. The paths to the test config files and output directories are captured above in the Testing Results section.