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

Check sample sheet uses Row Checker class #209

Merged
merged 11 commits into from
Aug 29, 2023

Conversation

alina-bauer
Copy link
Contributor

@alina-bauer alina-bauer commented Aug 22, 2023

The RowChecker class we could use to check the basic validity of the input.

PR checklist

  • This comment contains a description of changes (with reason).

  • If you've fixed a bug or added code that should be tested, add tests!

  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs

  • If necessary, also make a PR on the nf-core/epitopeprediction branch on the nf-core/test-datasets repository.

  • Make sure your code lints (nf-core lint).

  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).

  • Usage Documentation in docs/usage.md is updated.

  • Output Documentation in docs/output.md is updated.

  • CHANGELOG.md is updated.

  • README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link

github-actions bot commented Aug 22, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit 18507f6

+| ✅ 159 tests passed       |+

✅ Tests passed:

Run details

  • nf-core/tools version 2.9
  • Run at 2023-08-29 12:23:10

@alina-bauer alina-bauer reopened this Aug 22, 2023
@alina-bauer
Copy link
Contributor Author

The test_grch38_variant_tsv probably fails because of a key error in the ensemble database. This is the same problem as in PR #200.

Copy link
Contributor

@jonasscheid jonasscheid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor things, otherwise LGTM 👍🏼

bin/check_samplesheet.py Outdated Show resolved Hide resolved
bin/check_samplesheet.py Show resolved Hide resolved
bin/check_samplesheet.py Outdated Show resolved Hide resolved
subworkflows/local/input_check.nf Outdated Show resolved Hide resolved
subworkflows/local/input_check.nf Outdated Show resolved Hide resolved
subworkflows/local/input_check.nf Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@alina-bauer alina-bauer marked this pull request as ready for review August 29, 2023 11:25
@jonasscheid jonasscheid merged commit 50812f9 into nf-core:dev Aug 29, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants