-
Notifications
You must be signed in to change notification settings - Fork 22
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
Switch to nf-validation #220
Conversation
|
@christopher-mohr Do you know if if anyone still uses the variant tsv format or GSvar? Can we deprecate it? Does not seem to be a community-format 🤔 or am I mistaken |
How do you define |
A standardised text file format that represents information about SNPs, indels and structural variants that the majority of scientists use.
Not used as people told me
True, but since it is related to the errors, I was questioning whether these formats will be maintained and whether we should support them. Otherwise, I would set up another PR deprecating the related tests and functionality |
The problem seems to be that you are providing a tsv file with variants as peptide input. |
That is why I asked regarding maintaining these variant tsv is still a thing we want to do.
of variant tsv and GSvar |
Yes I know. :) We should just be sure that it's not a problem in general with the added changes. |
Ok, so then I'll set up a PR depricating tsv and GSvar (btw. IMGAG preferring vcf over GSvar) and we make sure that the added changes here don't introduce any general problems 👍🏼 |
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.
Just some minor things
Co-authored-by: Christopher Mohr <[email protected]>
Co-authored-by: Christopher Mohr <[email protected]>
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.
LGTM
Intitially wanted to fix an issue in the samplesheet checker with
.vcf.gz
, but then I realized we should move to nf-validation to get rid of some custom code and properly check parameters.PR checklist
nf-core lint
).nextflow run . -profile 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).