Skip to content

Commit

Permalink
[BENCHMARK] Install Delly2, GRIDSS and TIDDIT
Browse files Browse the repository at this point in the history
Signed-off-by: Lydia Buntrock <[email protected]>
  • Loading branch information
Irallia committed Oct 25, 2022
1 parent 0cacb5a commit 8647ce3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
21 changes: 12 additions & 9 deletions test/benchmark/envs/environment.yml
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
8 changes: 8 additions & 0 deletions test/benchmark/envs/gridss.yaml
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ start=$(date +%s) # get starting date
# conda env create -f environment.yml

# source ~/.bashrc # if the .bashrc is not executed automatically
conda activate iGenVar_benchmark
conda activate benchmarks

# -------- -------- run iGenVar with default values -------- -------- #

Expand Down
3 changes: 3 additions & 0 deletions test/benchmark/prepare_BAM_with_crossmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ echo "$(tput setaf 1)$(tput setab 7)------- CrossMap installed and prepared (5.1
## reorder reference:
samtools faidx data/reference/GRCh37/hg19.fa $(cat Repos/iGenVar/test/benchmark/data/order_of_hg19.txt) \
> data/reference/GRCh37/hg19.reordered.fa
## for GRIDSS:
less data/reference/GRCh37/hg19.reordered.fa | sed -n -e '/>chrM/,$p' | sed -e '/>chr1_gl000191_random/,$d' > data/reference/GRCh37/hg19.reordered.short.fa
less data/reference/GRCh37/hg19.reordered.fa | sed -e '/>chrM/,$d' >> data/reference/GRCh37/hg19.reordered.short.fa

echo "$(tput setaf 1)$(tput setab 7)------- reference files prepared (5.2/9.6) --------$(tput sgr 0)" 1>&3

Expand Down

0 comments on commit 8647ce3

Please sign in to comment.