-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add RNU-gene and reference files cleanup #231
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
# Files | ||
git.hash | ||
nextflow.config | ||
todo | ||
mito_full.nf | ||
|
||
# Suffix | ||
*~ | ||
__pycache__/ | ||
container/*.sif | ||
*.sif | ||
.nextflow* | ||
nextflow.config | ||
work/ | ||
*.html | ||
*# | ||
git.hash | ||
todo | ||
mito_full.nf | ||
## ref tools | ||
bin/reference_tools/*.log | ||
bin/reference_tools/*.bed | ||
*.orig | ||
|
||
# Folders | ||
__pycache__/ | ||
work/ | ||
data/ | ||
.vscode/ | ||
|
||
# Ref tools | ||
bin/reference_tools/*.log | ||
bin/reference_tools/*.bed | ||
bin/reference_tools/refdata/*.vcf.gz | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
17 43387226 43387417 RNU2-4 | ||
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ profiles { | |
params.outdir = "${params.resultsdir}${params.dev_suffix}" | ||
params.subdir = 'wgs' | ||
params.crondir = "${params.outdir}/cron/" | ||
params.intersect_bed = "${params.refpath}/bed/wgsexome/exons_108padded20bp_clinvar-20231230padded5bp.bed" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Sure about that ~1000 added, or is it a typo? I get 168 new entries when comparing the new file with the old:
RNU confirmed added w/ correct corrdinated:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Here is the log output:
But, this comparison is between the ClinVar vcfs, not between the final intersect files. Maybe most of the new entries are overlapping with the exons. I'll see if I can verify that hypothesis. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, I understand this now. The logged numbers are for targets added and removed to the bed file based on the new ClinVar, i.e. what isn't present in the exons, agilient and our custom bed. I think the number is correct, but I'll see if I can clarify the code / output a bit so this is clear next time around. I'll re-request review when I am done with this. |
||
params.intersect_bed = "${params.refpath}/bed/wgsexome/exons_108padded20bp_clinvar-20240825padded5bp.bed" | ||
params.align = true | ||
params.varcall = true | ||
params.annotate = true | ||
|
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.
Coordinates check out 👍