-
Notifications
You must be signed in to change notification settings - Fork 1
test: fixing the default nf-test #26
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b5296b9
adding nf-test
kristinebilgrav b5d6278
testing nf-test.yml
kristinebilgrav 326c308
fixing action trigger
kristinebilgrav 733eed8
removing CI test
kristinebilgrav 4eb09bf
updating snap and configs
kristinebilgrav cddc93a
updating snapshot
kristinebilgrav 57d2391
Merge branch 'dev' into fix-testing
kristinebilgrav 8f09709
pre-commit and upating changelog
kristinebilgrav 980ce0b
adding nftignore to ignore linting
kristinebilgrav cf2cb72
adding gitignore to ignore linting
kristinebilgrav 46bbf63
updating test to summarize vcf
kristinebilgrav bbe1618
fixing link to nfcore test data
kristinebilgrav 27c74bc
update
kristinebilgrav a25a0e6
updating according to review
kristinebilgrav 2b4770a
Merge branch 'dev' into fix-testing
kristinebilgrav 53e8cb6
Merge branch 'dev' into fix-testing
kristinebilgrav 7552a3f
updating snapshot
kristinebilgrav 8bf4670
Merge branch 'fix-testing' of github.com:Clinical-Genomics/oncorefine…
kristinebilgrav 4584f87
fixing some errors introduced
kristinebilgrav 3ec536a
fixing comment
kristinebilgrav cef155b
small fixes
kristinebilgrav 7c60c22
Merge branch 'dev' into fix-testing
kristinebilgrav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| .nextflow* | ||
| .nf-test* | ||
| work/ | ||
| data/ | ||
| results/ | ||
|
|
||
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,5 +20,6 @@ config { | |
| // load the necessary plugins | ||
| plugins { | ||
| load "nft-utils@0.0.3" | ||
| load "nft-vcf@1.0.7" | ||
| } | ||
| } | ||
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
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
kristinebilgrav marked this conversation as resolved.
Show resolved
Hide resolved
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,119 @@ | ||
| { | ||
| "-profile test": { | ||
| "content": [ | ||
| { | ||
| "CLINICAL_FILTERING": { | ||
| "bcftools": 1.22 | ||
| }, | ||
| "CLINICAL_FILTERING_SV": { | ||
| "bcftools": 1.22 | ||
| }, | ||
| "ENSEMBLVEP_SNV": { | ||
| "ensemblvep": 115.2, | ||
| "perl-math-cdf": 0.1, | ||
| "tabix": 1.21 | ||
| }, | ||
| "ENSEMBLVEP_SV": { | ||
| "ensemblvep": 115.2, | ||
| "perl-math-cdf": 0.1, | ||
| "tabix": 1.21 | ||
| }, | ||
| "RESEARCH_FILTERING": { | ||
| "bcftools": 1.22 | ||
| }, | ||
| "RESEARCH_FILTERING_SV": { | ||
| "bcftools": 1.22 | ||
| }, | ||
| "SVDB_QUERY_DB": { | ||
| "svdb": "2.8.4" | ||
| }, | ||
| "UNTAR_VEP_CACHE": { | ||
| "untar": 1.34 | ||
| }, | ||
| "VCFANNO": { | ||
| "vcfanno": "0.3.7" | ||
| }, | ||
| "Workflow": { | ||
kristinebilgrav marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "Clinical-Genomics/oncorefiner": "v1.0.0dev" | ||
| } | ||
| }, | ||
| [ | ||
| "annotate_sv", | ||
| "annotate_sv/SV_svdbquery_vep.vcf.gz", | ||
| "annotate_sv/SV_svdbquery_vep.vcf.gz.tbi", | ||
| "annotate_sv/SV_svdbquery_vep.vcf.gz_summary.html", | ||
| "clinical", | ||
| "clinical/SV_clinical.vcf", | ||
| "clinical_filtering", | ||
| "clinical_filtering/SNV_clinical.vcf.gz", | ||
| "pipeline_info", | ||
| "pipeline_info/oncorefiner_software_mqc_versions.yml", | ||
| "research", | ||
| "research/SV_research.vcf", | ||
| "research_filtering", | ||
| "research_filtering/SNV_research.vcf.gz", | ||
| "svdb", | ||
| "svdb/SV_vcfdb_query.vcf", | ||
| "vcfanno", | ||
| "vcfanno/SNV_vcfanno.vcf.gz", | ||
| "vcfanno/SNV_vcfanno.vcf.gz.tbi", | ||
| "vep", | ||
| "vep/SNV_vep.vcf.gz", | ||
| "vep/SNV_vep.vcf.gz.tbi", | ||
| "vep/SNV_vep.vcf.gz_summary.html" | ||
| ], | ||
| [ | ||
|
|
||
| ], | ||
kristinebilgrav marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| [ | ||
| [ | ||
| "SV_svdbquery_vep.vcf.gz", | ||
| "VcfFile [chromosomes=[], sampleCount=2, variantCount=0, phased=true, phasedAutodetect=true]" | ||
| ], | ||
| [ | ||
| "SNV_clinical.vcf.gz", | ||
| "VcfFile [chromosomes=[11, 22, 12, 13, 15, 16, 17, 18, 19, 1, 2, 3, 4, 5, 6, 7, 8, X, 9, 20, 21], sampleCount=2, variantCount=102, phased=false, phasedAutodetect=false]" | ||
| ], | ||
| [ | ||
| "SNV_research.vcf.gz", | ||
| "VcfFile [chromosomes=[11, 22, 12, 13, 15, 16, 17, 18, 19, 1, 2, 3, 4, 5, 6, 7, 8, X, 9, 20, 21], sampleCount=2, variantCount=102, phased=false, phasedAutodetect=false]" | ||
| ], | ||
| [ | ||
| "SNV_vcfanno.vcf.gz", | ||
| "VcfFile [chromosomes=[11, 22, 12, 13, 15, 16, 17, 18, 19, 1, 2, 3, 4, 5, 6, 7, 8, X, 9, 20, 21], sampleCount=2, variantCount=102, phased=false, phasedAutodetect=false]" | ||
| ], | ||
| [ | ||
| "SNV_vep.vcf.gz", | ||
| "VcfFile [chromosomes=[11, 22, 12, 13, 15, 16, 17, 18, 19, 1, 2, 3, 4, 5, 6, 7, 8, X, 9, 20, 21], sampleCount=2, variantCount=102, phased=false, phasedAutodetect=false]" | ||
| ] | ||
| ], | ||
| [ | ||
| [ | ||
| "SV_svdbquery_vep.vcf.gz", | ||
| "d41d8cd98f00b204e9800998ecf8427e" | ||
| ], | ||
| [ | ||
| "SNV_clinical.vcf.gz", | ||
| "dd792f7ceac820af3fe366985474805" | ||
| ], | ||
| [ | ||
| "SNV_research.vcf.gz", | ||
| "d7453d6080983d2c812113003f5e5ae8" | ||
| ], | ||
| [ | ||
| "SNV_vcfanno.vcf.gz", | ||
| "746d273c13550ab044af7eb5e62a941a" | ||
| ], | ||
| [ | ||
| "SNV_vep.vcf.gz", | ||
| "dd792f7ceac820af3fe366985474805" | ||
| ] | ||
| ] | ||
| ], | ||
| "meta": { | ||
| "nf-test": "0.9.3", | ||
| "nextflow": "25.10.3" | ||
| }, | ||
| "timestamp": "2026-03-10T15:16:44.819454" | ||
| } | ||
| } | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.