We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This test:
- doc: Test outline for scrna-seq-fastq-to-matrix-10X-cellplex.ga job: fastq PE collection GEX: class: Collection collection_type: list:paired elements: - class: Collection type: paired identifier: subsample elements: - identifier: forward class: File location: https://zenodo.org/records/10229382/files/subSample_GEX_R1.fastq.gz filetype: fastqsanger.gz - identifier: reverse class: File location: https://zenodo.org/records/10229382/files/subSample_GEX_R2.fastq.gz filetype: fastqsanger.gz ... outputs: CITE-seq-Count report: class: Collection collection_type: list elements: identifier: subsample class: File asserts: - that: "has_line" line: "CITE-seq-Count Version: 1.4.4" - that: "has_line" line: "Reads processed: 1171367" ...
Passes the workflow_lint but the test will fail with the following error message: No path specified for expected output file [CITE-seq-Count report]
No path specified for expected output file [CITE-seq-Count report]
The correct grammar is:
... CITE-seq-Count report: class: Collection collection_type: list element_tests: subsample: asserts: - that: "has_line" line: "CITE-seq-Count Version: 1.4.4" - that: "has_line" line: "Reads processed: 1171367" ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This test:
Passes the workflow_lint but the test will fail with the following error message:
No path specified for expected output file [CITE-seq-Count report]
The correct grammar is:
The text was updated successfully, but these errors were encountered: