-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump gatk4 * fix some tests * more tests * more tests * linting * linting * migrate gatk4/createsomaticpanelofnormals to nf-test * migrate printsvevidence * migrate intervallisttobed * migrate filtervarianttranches * migrate sitedepthtobaf * migrate germlinecnvcaller - intermediate commit * ben made me do it * migrate createreadcountpanelofnormals * more nf-test * more nf-test * fix sitedepthtobaf * fix germlinecnvcaller * fix postprocessgermlinecnvcalls linting * fix mergevcfs linting * revert biocontainer for determinegermlinecontigploidy * linting * fix estimatelibrarycomplexity tests * fix splitncigarreads tests * linting * set compiledir for pytorch * linting * linting * fix container definition * are we there yet? * ci: Only run if the PR is from the main repo https://github.com/orgs/community/discussions/26829#discussioncomment-3253575 * apply yaml schema and renovate comments to environment.yml * fix determinegermlinecontigploidy config * chore: Add renovate comments to bowtie2 for sanity check * style: Somehow fix the prettier linting error? * fix whitespace error * linting * Update modules/nf-core/gatk4/cnnscorevariants/environment.yml * Revert "chore: Add renovate comments to bowtie2 for sanity check" This reverts commit dafbfe9. * try to fix tests * add gcnvkernel to conda env * Move to wave containers * Update modules/nf-core/gatk4/printsvevidence/tests/main.nf.test Co-authored-by: Nicolas Vannieuwkerke <[email protected]> * Update modules/nf-core/gatk4/cnnscorevariants/tests/main.nf.test Co-authored-by: Nicolas Vannieuwkerke <[email protected]> * Update modules/nf-core/gatk4/createreadcountpanelofnormals/tests/main.nf.test Co-authored-by: Nicolas Vannieuwkerke <[email protected]> * Update modules/nf-core/gatk4/printsvevidence/tests/main.nf.test Co-authored-by: Nicolas Vannieuwkerke <[email protected]> * enable conda tests for gatk4 * drop params.test_data * fix test_data_base * fix createreadcountpanelofnormals snap * fix printsvevidence snap * fix determinegermlinecontigploidy test * fix? * thank you Sateesh * fix cnnscorevariants * fix another one * Delete .github/workflows/test.yml * further enable conda * lower resource labels since gatk is single core at best --------- Co-authored-by: Edmund Miller <[email protected]> Co-authored-by: Edmund Miller <[email protected]> Co-authored-by: Nicolas Vannieuwkerke <[email protected]>
- Loading branch information
1 parent
2a1ee18
commit 1999eff
Showing
251 changed files
with
3,597 additions
and
2,009 deletions.
There are no files selected for viewing
This file contains 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,5 +1,10 @@ | ||
--- | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- bioconda::gatk4=4.5.0.0 | ||
# renovate: datasource=conda depName=bioconda/gatk4 | ||
- bioconda::gatk4=4.6.1.0 | ||
# renovate: datasource=conda depName=bioconda/gcnvkernel | ||
- bioconda::gcnvkernel=0.9 |
This file contains 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 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 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,5 +1,10 @@ | ||
--- | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- bioconda::gatk4=4.5.0.0 | ||
# renovate: datasource=conda depName=bioconda/gatk4 | ||
- bioconda::gatk4=4.6.1.0 | ||
# renovate: datasource=conda depName=bioconda/gcnvkernel | ||
- bioconda::gcnvkernel=0.9 |
This file contains 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 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 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,5 +1,10 @@ | ||
--- | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- bioconda::gatk4=4.5.0.0 | ||
# renovate: datasource=conda depName=bioconda/gatk4 | ||
- bioconda::gatk4=4.6.1.0 | ||
# renovate: datasource=conda depName=bioconda/gcnvkernel | ||
- bioconda::gcnvkernel=0.9 |
This file contains 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
Oops, something went wrong.