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

Add ApplyBQSR, SamtoolStats, BamQC #259

Merged
merged 14 commits into from
Aug 3, 2020

Conversation

FriederikeHanssen
Copy link
Contributor

nf-core/sarek pull request

Many thanks for contributing to nf-core/sarek!

Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).

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 necessary, also make a PR on the nf-core/sarek branch on the nf-core/test-datasets repo
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: CONTRIBUTING.md

Comment on lines 11 to 14
// samtools index ${idSample}.bam

// samtools index ${idSample}.recal.bam

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// samtools index ${idSample}.bam
// samtools index ${idSample}.recal.bam

@@ -4,14 +4,16 @@ process MERGE_BAM {
tag "${meta.id}"

input:
tuple val(meta), path(bam), path(bai)
tuple val(meta), path(bam)//, path(bai) optional: true
Copy link
Member

Choose a reason for hiding this comment

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

optional: true for the input?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is void now, sorry still working on this.

@FriederikeHanssen FriederikeHanssen changed the title Add ApplyBQSR Add ApplyBQSR, SamtoolStats, BamQC Jul 31, 2020
@FriederikeHanssen FriederikeHanssen marked this pull request as ready for review July 31, 2020 16:41
@FriederikeHanssen
Copy link
Contributor Author

@maxulysse maybe don't merge quite yet. I have a hunch about the problem with BamQC, but am too tired now. Hopefully, I can sit down in the morning with it :)

@FriederikeHanssen
Copy link
Contributor Author

Will merge, and we figure out the bamqc issues in the next PR

@FriederikeHanssen FriederikeHanssen merged commit d15bfec into nf-core:dsl2 Aug 3, 2020
@maxulysse maxulysse added the DSL2 label Jan 26, 2021
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.

2 participants