-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BENCHMARK] Install Delly2, GRIDSS and TIDDIT
Signed-off-by: Lydia Buntrock <[email protected]>
- Loading branch information
Showing
4 changed files
with
24 additions
and
10 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,25 +1,28 @@ | ||
name: iGenVar_benchmark | ||
name: benchmarks | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
# - bedops # for vcf2bed | ||
- bgzip # rule tabix - accepts only zipped files zipped with bgzip | ||
- crossmap # for coordinate_conversion.sh | ||
# - bedops # for vcf2bed | ||
- bgzip # rule tabix - accepts only zipped files zipped with bgzip | ||
- crossmap # for coordinate_conversion.sh | ||
- delly=1.0.3 | ||
# - lumpy-sv=0.3.1 # rule run_Lumpy | ||
- mamba | ||
- matplotlib # rule run_svim | ||
- matplotlib # rule run_svim | ||
- pbsv=2.6.2 | ||
- picard # rule picard | ||
- picard # rule picard | ||
- pip | ||
- python=3.6 | ||
- r | ||
- r-tidyverse | ||
- samtools | ||
- scipy # rule run_svim | ||
- snakemake | ||
- samtools # bgzip for rule tabix - accepts only zipped files zipped with bgzip | ||
- scipy # rule run_svim | ||
- snakemake=6.15.5 # snakemake>6 needs python>3.6 | ||
# - svim=2.0.0 | ||
- tabix | ||
- tiddit=2.12.1 # rule run_TIDDIT | ||
- yappi | ||
- pip: | ||
- truvari |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: gridss | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- gridss=2.13.2 # rule run_GRIDSS | ||
# Python 3.10.4 |
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