15 implement cancer predisposition sequencing reporter#68
Open
15 implement cancer predisposition sequencing reporter#68
Conversation
|
Collaborator
Author
|
@famosab I'm a little bit scared on how to deal with all this pull request at the same time 😨 |
Collaborator
|
ToDo:
|
Collaborator
|
Todo:
|
Collaborator
|
Undo concat because we need a sort of consensus approach that needs to be discussed and is beyond the scope of this PR |
3 tasks
|
|
||
| conda "${moduleDir}/environment.yml" | ||
| container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container | ||
| ? 'docker.io/sigven/pcgr:2.2.1' |
Member
There was a problem hiding this comment.
Don't think you need the ternary here ;-)
Collaborator
There was a problem hiding this comment.
True, I would like to keep it as reminder that we want distinct containers here at some point. Is that ok?
| If you have multiple VCFs for the same sample (e.g. one per caller), provide one row per VCF. The pipeline will keep caller-specific files separate during preprocessing and then consolidate/intersect somatic calls per sample for PCGR reporting. | ||
|
|
||
| > [!NOTE] | ||
| > Intersection of calls is only implemented for the somatic reporting. For germline calls please provide unique sample ids, otherwise the files will be overwritten. |
Member
There was a problem hiding this comment.
Shouldn't there be something programmatic to prevent that? Seems dangerous.
Collaborator
There was a problem hiding this comment.
Yes I will add a check for the samplesheet.
Co-authored-by: Jonathan Manning <pininforthefjords@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).