From 41412a8b9ca0fcaba77837de021c38d74569da3f Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 29 Mar 2022 15:27:21 +0200 Subject: [PATCH] [ci skip] Merge PR 33979 Merge PR #33979, commits were: * Merge branch 'bioconda:master' into master * Merge branch 'bioconda:master' into master * Merge branch 'bioconda:master' into master * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * See if ete3 is the issue * Update meta.yaml * Update meta.yaml * Update meta.yaml * debug * Update meta.yaml * Update meta.yaml * Update recipes/deeparg/meta.yaml * Add deepARG recipe * Merge branch 'master' of github.com:jfy133/bioconda-recipes into master * Merge branch 'bioconda:master' into master * Add deepARG recipe * Merge branch 'bioconda:master' into master * Merge branch 'bioconda:master' into master * Merge branch 'bioconda:master' into master * Merge branch 'bioconda:master' into master * Merge pull request #2 from bioconda/master Get latest versions * Merge pull request #1 from bioconda/master Get latest GATK recipe --- recipes/das_tool/build.sh | 2 +- recipes/das_tool/meta.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/das_tool/build.sh b/recipes/das_tool/build.sh index 9a47b711a6deb..76bd923b4a9b6 100644 --- a/recipes/das_tool/build.sh +++ b/recipes/das_tool/build.sh @@ -11,5 +11,5 @@ cp -r src db $DESTDIR chmod +x $DESTDIR/DAS_Tool ln -s $DESTDIR/DAS_Tool $PREFIX/bin/ -ln -s $DESTDIR/src/Fasta_to_Scaffolds2Bin.sh $PREFIX/bin/ +ln -s $DESTDIR/src/Fasta_to_Contig2Bin.sh $PREFIX/bin/ ln -s $DESTDIR/src/Contigs2Bin_to_Fasta.sh $PREFIX/bin/ diff --git a/recipes/das_tool/meta.yaml b/recipes/das_tool/meta.yaml index 2cb2e1dfa71e5..bea44667047d5 100644 --- a/recipes/das_tool/meta.yaml +++ b/recipes/das_tool/meta.yaml @@ -12,7 +12,7 @@ source: build: noarch: generic - number: 0 + number: 1 rpaths: - lib/R/lib/ - lib/ @@ -49,6 +49,8 @@ test: commands: - DAS_Tool --help || [[ $? == 1 ]] - DAS_Tool --version || [[ $? == 1 ]] + - Contigs2Bin_to_Fasta.sh --help | grep Usage + - Fasta_to_Contig2Bin.sh --help | grep Usage about: home: https://github.com/cmks/DAS_Tool