Skip to content

Conversation

@karenirawan
Copy link

@karenirawan karenirawan commented Mar 25, 2025

Added skip_bowtie parameter that skips bowtie index creation, bowtie alignment, and enables icount summary

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 you've added a new tool - add to the software_versions process and a regex to scrape_software_versions.py
    • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
    • If necessary, also make a PR on the nf-core/clipseq branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint .).
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

…apped fastq as input fastq line 45define empty channel premapping log line 46

added if skip_bowtie , changed input for star align to unmapped fastq
added skip_bowtie to nextflow.config = false
added skip_bowtie param to clipseq workflow
@karenirawan karenirawan changed the base branch from master to feat-2-0 March 25, 2025 16:49
@github-actions
Copy link

This PR is against the master branch ❌

  • Do not close this PR
  • Click Edit and change the base to dev
  • This CI test will remain failed until you push a new commit

Hi @karenirawan,

It looks like this pull-request is has been made against the karenirawan/clipseq master branch.
The master branch on nf-core repositories should always contain code from the latest release.
Because of this, PRs to master are only allowed if they come from the karenirawan/clipseq dev branch.

You do not need to close this PR, you can change the target branch to dev by clicking the "Edit" button at the top of this page.
Note that even after this, the test will continue to show as failing until you push a new commit.

Thanks again for your contribution!

@CharlotteAnne CharlotteAnne linked an issue Mar 26, 2025 that may be closed by this pull request
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.

Make bowtie pre-mapping optional

2 participants