Skip to content

Add ApplyBQSR, SamtoolStats, BamQC#259

Merged
FriederikeHanssen merged 14 commits intonf-core:dsl2from
FriederikeHanssen:add_index
Aug 3, 2020
Merged

Add ApplyBQSR, SamtoolStats, BamQC#259
FriederikeHanssen merged 14 commits intonf-core:dsl2from
FriederikeHanssen:add_index

Conversation

@FriederikeHanssen
Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread modules/local/process/merge_bam.nf Outdated

input:
tuple val(meta), path(bam), path(bai)
tuple val(meta), path(bam)//, path(bai) optional: true
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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