Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to restore group_humann2_uniref_abundances_to_go recipe #53474

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ recipes/bolt-lmm
recipes/unitig-counter
recipes/spydrpick
recipes/bctools
recipes/group_humann2_uniref_abundances_to_go
recipes/isonclust2
recipes/sibelia
recipes/var-agg
Expand Down
10 changes: 8 additions & 2 deletions recipes/group_humann2_uniref_abundances_to_go/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ package:
source:
md5: a78d947cfff8e76297840dd6ce8bfe7f
url: https://github.com/ASaiM/group_humann2_uniref_abundances_to_GO/archive/v1.3.0.zip
patches:
# xref https://github.com/ASaiM/group_humann2_uniref_abundances_to_GO/issues/12#issuecomment-2613954247
- url.patch

build:
number: 1
number: 2
noarch: generic
run_exports:
- {{ pin_subpackage("group_humann2_uniref_abundances_to_go", max_pin="x.x") }}


requirements:
run:
- python <3
- humann2
- goatools
- goatools =0.6.10
- wget

test:
Expand Down
14 changes: 14 additions & 0 deletions recipes/group_humann2_uniref_abundances_to_go/url.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff -ruN group_humann2_uniref_abundances_to_GO-1.3.0/src/group_humann2_uniref_abundances_to_GO_download_datasets.sh group_humann2_uniref_abundances_to_GO-1.3.0_org/src/group_humann2_uniref_abundances_to_GO_download_datasets.sh
--- group_humann2_uniref_abundances_to_GO-1.3.0/src/group_humann2_uniref_abundances_to_GO_download_datasets.sh 2025-01-25 13:38:40.590388314 +0100
+++ group_humann2_uniref_abundances_to_GO-1.3.0_org/src/group_humann2_uniref_abundances_to_GO_download_datasets.sh 2019-05-02 14:29:33.000000000 +0200
@@ -17,7 +17,7 @@

if [ ! -f $humann2_uniref_go ]; then
echo "Download humann2 correspondance between Uniref50 and GO"
- wget https://github.com/biobakery/humann/raw/1bb2639903be9a748c2e2e6f5287a48c3a524cc9/humann/data/misc/map_infogo1000_uniref50.txt.gz
+ wget https://bitbucket.org/biobakery/humann2/raw/d1ac153083d48a5384e3b3d3597b9e36b1a4606e/humann2/data/misc/map_infogo1000_uniref50.txt.gz
gunzip map_infogo1000_uniref50.txt.gz
mv "map_infogo1000_uniref50.txt" $humann2_uniref_go
-fi
+fi
\ No newline at end of file
Loading