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 dragmap aligner #464

Merged
merged 8 commits into from
Mar 25, 2022
Merged

Add dragmap aligner #464

merged 8 commits into from
Mar 25, 2022

Conversation

edmundmiller
Copy link
Contributor

@edmundmiller edmundmiller commented Dec 7, 2021

  • Update docs
  • Update CI

If the code changes, look good those still need to be done.

@github-actions
Copy link

github-actions bot commented Dec 7, 2021

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 2a677f9

+| ✅ 135 tests passed       |+
#| ❔   6 tests were ignored |#
!| ❗   5 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in test_full.config: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA)
  • pipeline_todos - TODO string in test_full.config: Give any required params for the test so that command line flags are not needed
  • pipeline_todos - TODO string in test_full.config: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA)
  • pipeline_todos - TODO string in test_full.config: Give any required params for the test so that command line flags are not needed

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/nf-core-sarek_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-sarek_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-sarek_logo_dark.png
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy
  • files_unchanged - File ignored due to lint config: assets/multiqc_config.yaml

✅ Tests passed:

Run details

  • nf-core/tools version 2.2.dev0
  • Run at 2021-12-07 15:20:55

Comment on lines 47 to 51
} else if (params.aligner == "dragmap") {
DRAGMAP_HASHTABLE(fasta)
ch_bwa = DRAGMAP_HASHTABLE.out.hashmap
ch_versions = ch_versions.mix(DRAGMAP_HASHTABLE.out.versions)
}
Copy link
Member

Choose a reason for hiding this comment

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

Should we have a placeholder in igenomes for this hashtable?

Copy link
Member

Choose a reason for hiding this comment

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

Even, I think it should be computed even when a bwa params is present

Copy link
Contributor

Choose a reason for hiding this comment

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

so maybe change bwa param to mapping_reference or something?

@maxulysse
Copy link
Member

Can you had tests for it in tests/test_aligner.yml?

@maxulysse
Copy link
Member

Looking super good.
I think we're still missing the actual align part, but I love this possibility

@maxulysse maxulysse mentioned this pull request Mar 25, 2022
11 tasks
@maxulysse maxulysse merged commit 5247741 into nf-core:dev Mar 25, 2022
@edmundmiller edmundmiller deleted the dragmap branch March 25, 2022 12:55
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