Closed jemten closed 2 weeks ago
nf-core pipelines lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 86f0373
+| ✅ 200 tests passed |+
#| ❔ 7 tests were ignored |#
!| ❗ 2 tests had warnings |!
Yeah, the neater solution would probably be to fix this is in the schema. Need to run some tests to verify
Keep running into:
ERROR ~ Validation of pipeline parameters failed!
-- Check '.nextflow.log' file for details
The following invalid input values have been detected:
* --input (https://raw.githubusercontent.com/nf-core/test-datasets/raredisease/testdata/samplesheet_single.csv): Validation of file failed:
-> Entry 1: Error for field 'paternal_id' (): Value is [integer] but should be [string]
-> Entry 1: Error for field 'paternal_id' (): Paternal ID cannot contain spaces
-> Entry 1: Error for field 'maternal_id' (): Value is [integer] but should be [string]
-> Entry 1: Error for field 'maternal_id' (): Maternal ID cannot contain spaces
Don't think I can solve this right now, know to little about nf-schema 😅 . Would this solution be OK for now and then we try to work some more on the schema solution later?
PR checklist
Updated createCaseChannel function to include a check for maternal and paternal ids being set to a numeric 0.
Fix for #642
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile test_one_sample,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).