-
Notifications
You must be signed in to change notification settings - Fork 34
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 option to restrict analysis to specific contigs #644
Conversation
|
In long-reads I imagine this strategy would not call translocations with one good breakpoint in an interesting gene on 1-22, X, Y and the other breakpoint mapping to a few different places (including unplaced contigs). Would this be an issue here? |
Hi Felix! We have added the option to restrict the analysis to chromosomes only because alignments to unplaced contigs can be messy, leading to less reliable results. We want to minimize any potential errors from those alignments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add to the usage documentation?
Otherwise it looks good to me. I'd lean towards using a BED-file rather than a regions string, but both work.
Makes sense to not deal with such variants at all, thanks for clarifying! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-authored-by: Anders Jemt <[email protected]>
Co-authored-by: Anders Jemt <[email protected]>
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile test_one_sample,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).