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

Bwamemory #166

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Bwamemory #166

merged 4 commits into from
Oct 15, 2024

Conversation

edmundmiller
Copy link
Collaborator

@edmundmiller edmundmiller commented Sep 26, 2024

  • Updated to include dynamic memory memory adjustments for bwa and bwamem2 index
  • Add a hisat2 hg19 build

Waiting for nf-core/modules#6628 to merge, but that will just be a nf-core modules update later, but have a few PRs that are based off this one.

@edmundmiller edmundmiller self-assigned this Sep 30, 2024
Copy link

github-actions bot commented Sep 30, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 5cf681d

+| ✅ 199 tests passed       |+
#| ❔   4 tests were ignored |#
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in README.md: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • actions_ci - actions_ci

✅ Tests passed:

Run details

  • nf-core/tools version 2.14.1
  • Run at 2024-09-30 12:40:45

Copy link

@itrujnara itrujnara left a comment

Choose a reason for hiding this comment

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

One question, otherwise looks good

@@ -295,6 +295,7 @@ params {
bowtie2 = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/Bowtie2Index/"
star = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/STARIndex/"
bismark = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/BismarkIndex/"
hisat2 = "s3://genome-idx/hisat/hg19_genome.tar.gz"

Choose a reason for hiding this comment

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

Is there a reason this one must use a separate URL rather than the base?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, it does because it's not hosted under igenomes.

https://daehwankimlab.github.io/hisat2/download/

We could move it under igenomes, but I'm trying to avoid shaving that yak until we work on nf-core/references a bit more.

@edmundmiller edmundmiller merged commit f61aac0 into dev Oct 15, 2024
12 checks passed
@edmundmiller edmundmiller deleted the bwamemory branch October 15, 2024 18:22
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