-
Notifications
You must be signed in to change notification settings - Fork 423
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
added indexcov : finding large INDEL using the BAI index #1613
Conversation
This PR is against the
|
|
OK, I merged into |
I think it ok now, nevertheless there is still a pre-commit error but I don't understand the error. |
prettier is complaining about the following files:
|
@asp8200 Thanks, yes I saw this, but was is the error exactly ? |
You can run @nf-core-bot fix linting |
@nf-core-bot fix linting |
modules/local/indexcov/main.nf
Outdated
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.
I would put this in samtools/reindex_bam
instead of indexcov
@maxulysse thank you for the review Maxime, I'm currently away from my code, I'll try to have a look at this next week. Q: this should be set for WGS calling only, what would be the best way/place to set this test ? |
No worries, I know days can be busy
I think I would just allow for it if not using the params.wes, so maybe a message in case tool is used with params, similarly to what we do with other warning messages. |
@maxulysse back to you, thanks ! |
docs/usage.md
Outdated
@@ -585,11 +585,13 @@ This list is by no means exhaustive and it will depend on the specific analysis | |||
| [mpileup](https://www.htslib.org/doc/samtools-mpileup.html) | x | x | x | x | x | - | | |||
| [Strelka](https://github.com/Illumina/strelka) | x | x | x | x | - | x | | |||
| [Manta](https://github.com/Illumina/manta) | x | x | x | x | x | x | | |||
| [indexcov](https://github.com/brentp/goleft/tree/master/indexcov) | x | - | x | x | x | x | |
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.
| [indexcov](https://github.com/brentp/goleft/tree/master/indexcov) | x | - | x | x | x | x | | |
| [indexcov](https://github.com/brentp/goleft/tree/master/indexcov) | x | - | - | x | - | x | |
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.
@lindenb From the code it looks like tumor-only is currently not covered. Would remove it here for now
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.
Going to push this. Need to beat the tools release. Ain't nobody got time for a template update :D
@nf-core-bot fix linting |
Co-authored-by: Maxime U Garcia <[email protected]>
docs/sarek_subway.png
Outdated
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.
this file should be in the image folder
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.
sarek_subway.{png,svg} should be in docs/images
original discussion: https://nfcore.slack.com/archives/C05V9FRJYMV/p1722884937141779?thread_ts=1696933327.769139&cid=C05V9FRJYMV
nf-core/goleft/indexcov module
/subworkflows/local/bam_variant_calling_indexcov/main.nf
the documentation as been brefly updated
(./subworkflows/local/bam_variant_calling_indexcov/main.nf
)nf-test test tests/ --verbose --profile +singularity
works./conf/modules/indexcov.config
PR checklist
nf-core lint
): Too many warnings but nothing related to 'indexcov'nf-test test tests/ --verbose --profile +docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated (I'm not sure how to set this without a PR hash...)README.md
is updated (including new tool citations and authors/contributors).