-
Notifications
You must be signed in to change notification settings - Fork 415
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
base: dev
Are you sure you want to change the base?
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 ! |
Just some minor comments |
Co-authored-by: Maxime U Garcia <[email protected]>
Co-authored-by: Maxime U Garcia <[email protected]>
Co-authored-by: Maxime U Garcia <[email protected]>
Co-authored-by: Maxime U Garcia <[email protected]>
Co-authored-by: Maxime U Garcia <[email protected]>
Co-authored-by: Maxime U Garcia <[email protected]>
@lindenb you know you can batch commit all suggestions from the |
@maxulysse I know now :-P |
CHANGELOG.md
Outdated
@@ -62,6 +62,7 @@ Loametjåhkkå is another one of the main peaks of the Pårte massif. | |||
- [#1502](https://github.com/nf-core/sarek/pull/1502) - export CNVs into VCF format in `bam_variant_calling_cnvkit` | |||
- [#1534](https://github.com/nf-core/sarek/pull/1534), [#1573](https://github.com/nf-core/sarek/pull/1573) - Handling `.fastq.gz.spring` files as input | |||
- [#1593](https://github.com/nf-core/sarek/pull/1593) - Prepare release `3.4.2` | |||
- [#1613](https://github.com/nf-core/sarek/pull/1613) - add indexcov |
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.
Can you move this line in the current dev section?
Co-authored-by: Maxime U Garcia <[email protected]>
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).