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

Multiple entry points: add BAM inputs #383

Closed
wants to merge 7 commits into from

Conversation

fa2k
Copy link
Contributor

@fa2k fa2k commented Jul 20, 2023

Issue #261.

A new parameter --input-type is added, which can be reads for the existing fastq input, or alignments to use a duplicate-marked bam file as input.

This change splits the CHECK_INPUT subworkflow into separate workflows for bam and FASTQ.

check_sample_sheet.py is generalised to work with an alternative sample sheet format without fastq_[12], columns, with bam instead.

Conditionals are added in the main workflow raredisease.nf to enable processing of bam files.

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!

New pipeline profile test_bam is added.

4 warnings & 9 fail; do not seem related to the changes in this PR.

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

Tests fail, but it doesn't seem related to the change. I will submit an issue about this.

  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.

Will update when I find the PR number.

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

fa2k added 5 commits May 30, 2023 12:03
Merged conflicting changes in
* raredisease.nf
* nextflow_schema.json
* check_sample_sheet.py

Conflicts were related to changed arguments, general restructuring of the workflow,
and checking for case_id in sample sheet.
@github-actions
Copy link

github-actions bot commented Jul 20, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 27f1af2

+| ✅ 154 tests passed       |+
#| ❔   3 tests were ignored |#
!| ❗   1 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required

❔ Tests ignored:

  • files_exist - File is ignored: conf/modules.config
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml

✅ Tests passed:

Run details

  • nf-core/tools version 2.9
  • Run at 2023-07-24 12:11:22

@fa2k
Copy link
Contributor Author

fa2k commented Nov 15, 2023

Try again later :)

@fa2k fa2k closed this Nov 15, 2023
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.

1 participant