Skip to content

Commit

Permalink
Update snakeSV recipe (bioconda#43909)
Browse files Browse the repository at this point in the history
* Update snakeSV build recipe

* Update snakeSV build recipe

* Update snakeSV build recipe

* Update meta.yaml
  • Loading branch information
ricardovialle authored Oct 27, 2023
1 parent 2e989be commit a34dd43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recipes/snakesv/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdir -p $PREFIX/bin
mkdir -p $PREFIX/opt/snakeSV/

# Full path to the Snakefile
sed -i.bak "s|workflow/Snakefile|$PREFIX/opt/snakeSV/workflow/Snakefile|g" snakeSV
#sed -i "s|workflow/Snakefile|$PREFIX/opt/snakeSV/workflow/Snakefile|g" snakeSV

cp -r * $PREFIX/opt/snakeSV/
ln -s $PREFIX/opt/snakeSV/snakeSV $PREFIX/bin/
Expand Down
9 changes: 4 additions & 5 deletions recipes/snakesv/meta.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ source:
sha256: a9312b1992bb1eea9b824175f59b8d9bb3f9e773028ad98f31839d8a25b527a6

build:
number: 0
number: 1
noarch: generic
run_exports:
- {{ pin_subpackage('snakesv', max_pin="x.x") }}

requirements:
run:
- snakemake-minimal >=7.0.1
- mamba >=0.22.0
- pandas >=1.4.1
- bcftools >=1.15.1
- snakemake =7.0.1
- mamba
- bcftools =1.15.1

test:
commands:
Expand Down

0 comments on commit a34dd43

Please sign in to comment.