Skip to content

Commit

Permalink
Bedtools added to the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
danilotat committed Sep 3, 2024
1 parent 869d066 commit 8815c18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/config_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resources:
hla_script: "workflow/scripts/HLA_typing.py"
germline_prob_script: "workflow/scripts/germProb.py"
toml_script: "workflow/scripts/createTOML.py"
intervals_coding: "test_data/exons_target.BED.gz"
intervals_coding: "workflow/supplementary_res/intervals_coding.BED.gz"
vcfanno_binary: "workflow/utils/vcfanno_linux64"
vcfanno_toml: "workflow/utils/vcfanno.toml"
vcfanno_lua: "workflow/utils/custom.lua"
Expand Down
12 changes: 7 additions & 5 deletions workflow/envs/samtools.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: bcftools
name: /Volumes/HD2/home/danilo/ENEO/.snakemake/conda/ec2d45bcdaa2aa8def76b66860ae1c72
channels:
- bioconda
- conda-forge
- bioconda
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bcftools=1.19=h8b25389_0
- bedtools=2.31.1=hf5e1c6e_2
- bzip2=1.0.8=hd590300_5
- c-ares=1.26.0=hd590300_0
- ca-certificates=2023.11.17=hbcca054_0
- ca-certificates=2024.7.4=hbcca054_0
- gsl=2.7=he838d99_0
- htslib=1.19.1=h81da01d_0
- keyutils=1.6.1=h166bdaf_0
Expand All @@ -30,10 +32,10 @@ dependencies:
- libxcrypt=4.4.36=hd590300_1
- libzlib=1.2.13=hd590300_5
- ncurses=6.4=h59595ed_2
- openssl=3.2.0=hd590300_1
- openssl=3.3.1=hb9d3cd8_3
- perl=5.32.1=7_hd590300_perl5
- samtools=1.19.2=h50ea8bc_0
- tabix=1.11=hdfd78af_0
- xz=5.2.6=h166bdaf_0
- zstd=1.5.5=hfc55251_0
prefix: /g100/home/userexternal/dtatoni0/.conda/envs/bcftools
prefix: /Volumes/HD2/home/danilo/ENEO/.snakemake/conda/ec2d45bcdaa2aa8def76b66860ae1c72

0 comments on commit 8815c18

Please sign in to comment.