Closed ramprasadn closed 6 days ago
nf-core pipelines lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit c98d063
+| ✅ 201 tests passed |+
#| ❔ 7 tests were ignored |#
!| ❗ 2 tests had warnings |!
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.
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.
Makes sense to not deal with such variants at all, thanks for clarifying!
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).