Skip to content

Commit

Permalink
Implement decontam (bioconda#34526)
Browse files Browse the repository at this point in the history
* Create meta.yaml

defining meta.yaml for conda wrapper of parse_mito_blast

* clean the recipe a bit

* Rename meta.yaml to recipes/parse_mito_blast/meta.yaml

* add LICENSE

* make python script executable

* update to new script

* version 1.0.1 of parse_mito_blast

need to make some edits to PMB - modified sha256 and version of yaml

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
Nadolina and bgruening authored Apr 26, 2022
1 parent f6ef8ff commit 086542d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions recipes/parse_mito_blast/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "parse_mito_blast" %}
{% set version = "1.0" %}
{% set sha256 = "12e1a92aca945937c655222797c225f45f6f201c4aa4b4c5e7a662517a95126b" %}
{% set version = "1.0.1" %}
{% set sha256 = "71e6bf2f5a769028a07557d6eef3d60866d94010ff543e49bc6fccb2697fab73" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://raw.githubusercontent.com/VGP/vgp-assembly/1ad42f5b428a5be4c90b714f2830e75218a3bd9a/pipeline/VGP_decontamination_pipe/parse_mito_blast.py
url: https://raw.githubusercontent.com/VGP/vgp-assembly/07672c47b24fa5865020f0fa13ff88df18d4f696/pipeline/VGP_decontamination_pipe/parse_mito_blast.py
sha256: {{ sha256 }}

build:
Expand All @@ -33,5 +33,3 @@ about:
extra:
recipe-maintainer:
- vgp-assembly


0 comments on commit 086542d

Please sign in to comment.