Option --unmapped does not run Bismark with --unmapped argument
Nobody has claimed this yet.
- Dominant language
- Nextflow
- Stars
- 198
- Forks
- 181
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 1
Description
Description of the bug
The current code does not correctly use the argument "--un" to run Bismark to save unmapped reads when the pipeline parameter "--unmapped" is specified. Unmapped reads are therefore not saved when requested. Checking the .command.sh script in the relevant work folder, the argument is not included in the Bismark align command.
Command used and terminal output
Relevant files
No response
System information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Bismark alignment entry point and the pipeline's --unmapped parameter, then inspect the generated .command.sh mentioned in the report. Verify that requesting --unmapped results in the Bismark command receiving --un and that unmapped reads are saved.
Written by the indexing model from the issue text.
Assessment
- Domain
- bioinformatics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100